Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 64f7c9d

Browse files
committed
Rename dependency
1 parent 33b0762 commit 64f7c9d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"cjs-wrapper.js"
3636
],
3737
"dependencies": {
38-
"@seamapi/seam-connect-public-types": "1.0.3",
3938
"axios": "0.25.0",
4039
"change-case": "4.1.2",
4140
"eventemitter3": "4.0.7",
@@ -79,6 +78,7 @@
7978
"pkg": "5.5.2",
8079
"playwright": "1.19.2",
8180
"prettier": "2.5.1",
81+
"seamapi-types": "1.1.0",
8282
"testcontainers": "8.4.0",
8383
"ts-json-schema-generator": "0.98.0",
8484
"tsup": "5.11.11",

src/cli/lib/interactive-login/panes/initiate-two-factor-pane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import prompts from "prompts"
2-
import { TwoFactorOption } from "@seamapi/seam-connect-public-types"
2+
import { TwoFactorOption } from "seamapi-types"
33
import { PaneImplementation } from "./types"
44

55
const formatOption = (option: TwoFactorOption) => {

src/cli/lib/interactive-login/panes/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnyPane } from "@seamapi/seam-connect-public-types"
1+
import { AnyPane } from "seamapi-types"
22

33
export interface PaneImplementation<PaneName extends AnyPane["name"]> {
44
name: PaneName

src/types/webhook-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SeamEvent } from "@seamapi/seam-connect-public-types"
1+
import { SeamEvent } from "seamapi-types"
22

33
type Distribute<EventType> = EventType extends SeamEvent["event_type"]
44
? {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@
234234
node-gyp "^8.2.0"
235235
read-package-json-fast "^2.0.1"
236236

237-
"@seamapi/[email protected]":
238-
version "1.0.3"
239-
resolved "https://registry.yarnpkg.com/@seamapi/seam-connect-public-types/-/seam-connect-public-types-1.0.3.tgz#ba579e80a060c46af9cd45a0265e0689857f3230"
240-
integrity sha512-72uMNL3YjZpaWri921anaW3pJ0hOMPCXzdAIhKrnk2Fv8QhDG2LVIqMJXuhZwhT25oPSauWpcBSRXBi1VIzLMw==
241-
242237
"@semantic-release/[email protected]":
243238
version "9.0.2"
244239
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz#a78e54f9834193b55f1073fa6258eecc9a545e03"
@@ -4562,6 +4557,11 @@ safe-stable-stringify@^2.3.1:
45624557
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
45634558
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
45644559

4560+
4561+
version "1.1.0"
4562+
resolved "https://registry.yarnpkg.com/seamapi-types/-/seamapi-types-1.1.0.tgz#72b8eef7aa53e24e90b9f61605535728cf410b46"
4563+
integrity sha512-Qa8X4Ieaj3LBKPZuPUwvhBRAi+96HyJZYkHoyz1lX19os6JVp9YiT0Znio5I/svvRDH8B7ao5cHqyV5m4PKjjw==
4564+
45654565
"semver@2 || 3 || 4 || 5", semver@^5.4.1:
45664566
version "5.7.1"
45674567
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"

0 commit comments

Comments
 (0)