@canton-network/core-wallet-ui-components 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- import { DiscoverResult } from '@canton-network/core-types';
2
- export declare function discover(): Promise<DiscoverResult>;
1
+ import { DiscoverResult, GatewaysConfig } from '@canton-network/core-types';
2
+ export declare function discover(config: GatewaysConfig[]): Promise<DiscoverResult>;
3
3
  //# sourceMappingURL=discovery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/windows/discovery.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAI3D,wBAAsB,QAAQ,IAAI,OAAO,CAAC,cAAc,CAAC,CAiCxD"}
1
+ {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/windows/discovery.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAI3E,wBAAsB,QAAQ,CAC1B,MAAM,EAAE,cAAc,EAAE,GACzB,OAAO,CAAC,cAAc,CAAC,CAwCzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canton-network/core-wallet-ui-components",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "Reusable UI components for the Splice wallet",
6
6
  "repository": "github:hyperledger-labs/splice-wallet-kernel",
@@ -13,10 +13,11 @@
13
13
  "./themes": "./themes"
14
14
  },
15
15
  "scripts": {
16
- "build": "vite build && tsc --emitDeclarationOnly",
16
+ "build": "vite build && yarn workspace @canton-network/core-wallet-ui-components tsc --emitDeclarationOnly",
17
17
  "build:watch": "vite build --watch & tsc --emitDeclarationOnly --watch",
18
18
  "typecheck": "tsc --noEmit",
19
- "clean": "tsc -b --clean; rm -rf dist",
19
+ "flatpack": "yarn pack --out \"$FLATPACK_OUTDIR\"",
20
+ "clean": "rm -rf dist",
20
21
  "dev": "storybook dev -p 6006"
21
22
  },
22
23
  "devDependencies": {
@@ -27,12 +28,12 @@
27
28
  "storybook": "^9.1.10",
28
29
  "tsx": "^4.20.4",
29
30
  "typescript": "^5.8.3",
30
- "vite": "^6.3.5"
31
+ "vite": "^6.4.1"
31
32
  },
32
33
  "packageManager": "yarn@4.9.4",
33
34
  "dependencies": {
34
- "@canton-network/core-types": "^0.6.0",
35
- "@canton-network/core-wallet-store": "^0.6.0",
35
+ "@canton-network/core-types": "",
36
+ "@canton-network/core-wallet-store": "",
36
37
  "@popperjs/core": "^2.11.8",
37
38
  "bootstrap": "^5.3.7",
38
39
  "lit": "^3.3.0"