This repository was archived by the owner on Nov 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
cli/lib/interactive-login/panes Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 11import prompts from "prompts"
2- import { TwoFactorOption } from "@ seamapi/seam-connect-public -types"
2+ import { TwoFactorOption } from "seamapi-types"
33import { PaneImplementation } from "./types"
44
55const formatOption = ( option : TwoFactorOption ) => {
Original file line number Diff line number Diff line change 1- import { AnyPane } from "@ seamapi/seam-connect-public -types"
1+ import { AnyPane } from "seamapi-types"
22
33export interface PaneImplementation < PaneName extends AnyPane [ "name" ] > {
44 name : PaneName
Original file line number Diff line number Diff line change 1- import { SeamEvent } from "@ seamapi/seam-connect-public -types"
1+ import { SeamEvent } from "seamapi-types"
22
33type Distribute < EventType > = EventType extends SeamEvent [ "event_type" ]
44 ? {
Original file line number Diff line number Diff line change 234234 node-gyp "^8.2.0"
235235 read-package-json-fast "^2.0.1"
236236
237- 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"
You can’t perform that action at this time.
0 commit comments