@compilot/js-sdk 2.50.0-dev → 2.52.0-dev

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.
@@ -934,6 +934,8 @@ var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
934
934
  chain: wallet.blockchainNamespace,
935
935
  verified: !!wallet.verified
936
936
  };
937
+ }).filter(function (wallet) {
938
+ return wallet.chain !== null;
937
939
  }));
938
940
  case 4:
939
941
  case "end":
@@ -934,6 +934,8 @@ var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
934
934
  chain: wallet.blockchainNamespace,
935
935
  verified: !!wallet.verified
936
936
  };
937
+ }).filter(function (wallet) {
938
+ return wallet.chain !== null;
937
939
  }));
938
940
  case 4:
939
941
  case "end":
@@ -932,6 +932,8 @@ var getCustomerWalletsFactory = function getCustomerWalletsFactory(deps) {
932
932
  chain: wallet.blockchainNamespace,
933
933
  verified: !!wallet.verified
934
934
  };
935
+ }).filter(function (wallet) {
936
+ return wallet.chain !== null;
935
937
  }));
936
938
  case 4:
937
939
  case "end":
@@ -1 +1 @@
1
- {"version":3,"file":"getCustomerWallets.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerWallets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAC5E;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,EAAE,CACJ,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,yBAAyB,SAC7B;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,oBAW/C,CAAC"}
1
+ {"version":3,"file":"getCustomerWallets.d.ts","sourceRoot":"../../../../src/actions","sources":["getCustomerWallets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAC5E;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,EAAE,CACJ,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,yBAAyB,SAC7B;IAAE,iBAAiB,EAAE,eAAe,CAAA;CAAE,KAAG,oBAiB/C,CAAC"}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/js-sdk",
3
- "version": "2.50.0",
3
+ "version": "2.52.0",
4
4
  "description": "ComPilot JS SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -49,14 +49,14 @@
49
49
  "@nexeraid/identity-api-client": "workspace:*",
50
50
  "@nexeraid/identity-schemas": "workspace:*",
51
51
  "@nexeraid/logger": "workspace:*",
52
- "pino": "^9.5.0",
52
+ "pino": "^9.6.0",
53
53
  "svix": "1.21.0",
54
- "zod": "^3.23.8"
54
+ "zod": "^3.24.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@unblokttechnology/eslint-config": "workspace:*",
58
- "prettier": "^3.3.3",
59
- "typescript": "^5.6.3"
58
+ "prettier": "^3.4.2",
59
+ "typescript": "^5.7.3"
60
60
  },
61
61
  "preconstruct": {
62
62
  "entrypoints": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilot/js-sdk",
3
- "version": "2.50.0-dev",
3
+ "version": "2.52.0-dev",
4
4
  "description": "ComPilot JS SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -32,17 +32,17 @@
32
32
  "root": true
33
33
  },
34
34
  "dependencies": {
35
- "pino": "^9.5.0",
35
+ "pino": "^9.6.0",
36
36
  "svix": "1.21.0",
37
- "zod": "^3.23.8",
38
- "@nexeraid/api-client": "2.35.1-dev",
37
+ "zod": "^3.24.1",
39
38
  "@nexeraid/identity-api-client": "2.35.1-dev",
40
- "@nexeraid/identity-schemas": "2.70.0-dev",
41
- "@nexeraid/logger": "2.35.1-dev"
39
+ "@nexeraid/api-client": "2.35.1-dev",
40
+ "@nexeraid/logger": "2.35.1-dev",
41
+ "@nexeraid/identity-schemas": "2.72.0-dev"
42
42
  },
43
43
  "devDependencies": {
44
- "prettier": "^3.3.3",
45
- "typescript": "^5.6.3",
44
+ "prettier": "^3.4.2",
45
+ "typescript": "^5.7.3",
46
46
  "@unblokttechnology/eslint-config": "0.1.1"
47
47
  },
48
48
  "preconstruct": {