@icp-sdk/vetkeys 0.5.0 → 0.6.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,5 +1,5 @@
1
- import { T as u, D as _, E as l } from "./index-BUXhtQhx.mjs";
2
- import { A as h } from "./actor-CrGCNm9W.mjs";
1
+ import { TransportSecretKey as u, DerivedPublicKey as _, EncryptedVetKey as l } from "./index.es.js";
2
+ import { A as h } from "./actor-CFYb2LZx.mjs";
3
3
  const g = ({ IDL: e }) => {
4
4
  const r = e.Record({ inner: e.Vec(e.Nat8) }), t = e.Variant({ Ok: r, Err: e.Text }), s = e.Variant({
5
5
  Read: e.Null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icp-sdk/vetkeys",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "author": "DFINITY Stiftung",
5
5
  "description": "JavaScript and TypeScript library to use Internet Computer vetKeys",
6
6
  "homepage": "https://internetcomputer.org/docs/building-apps/network-features/vetkeys/introduction",
@@ -57,26 +57,26 @@
57
57
  "module": "dist/lib/index.es.js",
58
58
  "typings": "dist/types/index.d.ts",
59
59
  "dependencies": {
60
- "@icp-sdk/core": "^5.4.0",
61
- "idb-keyval": "^6.2.1"
60
+ "@icp-sdk/core": "^6.1.0",
61
+ "idb-keyval": "^6.3.0"
62
62
  },
63
63
  "devDependencies": {
64
+ "@eslint/js": "^9.39.5",
64
65
  "@noble/curves": "^1.9.7",
65
66
  "@noble/hashes": "^1.8.0",
66
- "@eslint/js": "^9.22.0",
67
- "@types/node": "^24.0.4",
68
- "@vitest/coverage-v8": "^3.0.5",
69
- "eslint": "^9.22",
70
- "eslint-config-prettier": "^10.1.5",
71
- "eslint-plugin-prettier": "^5.2.6",
72
- "fake-indexeddb": "^6.0.0",
73
- "prettier": "^3.5.3",
74
- "typedoc": "^0.28.3",
67
+ "@types/node": "^24.13.3",
68
+ "@vitest/coverage-v8": "^3.2.7",
69
+ "eslint": "^9.39.5",
70
+ "eslint-config-prettier": "^10.1.8",
71
+ "eslint-plugin-prettier": "^5.5.6",
72
+ "fake-indexeddb": "^6.2.5",
73
+ "prettier": "^3.9.6",
74
+ "typedoc": "^0.28.20",
75
75
  "typescript": "^5.9.3",
76
- "typescript-eslint": "^8.59.0",
77
- "vite": "^7.0.8",
78
- "vite-plugin-dts": "^4.5.3",
79
- "vitest": "^3.2.6"
76
+ "typescript-eslint": "^8.68.0",
77
+ "vite": "^7.3.6",
78
+ "vite-plugin-dts": "^4.5.4",
79
+ "vitest": "^3.2.7"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "tsc && vite build",