Skip to content

Commit 98944ec

Browse files
authored
Merge pull request #528 from internxt/feat/update-inxt-js
[_]: deps/update-inxtjs-dependency
2 parents c3050f7 + c40dfef commit 98944ec

2 files changed

Lines changed: 34 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"dependencies": {
3939
"@dashlane/pqc-kem-kyber512-node": "1.0.0",
4040
"@inquirer/prompts": "8.3.2",
41-
"@internxt/inxt-js": "3.0.1",
41+
"@internxt/inxt-js": "3.0.2",
4242
"@internxt/lib": "1.4.1",
43-
"@internxt/sdk": "1.15.3",
43+
"@internxt/sdk": "1.15.4",
4444
"@oclif/core": "4.9.0",
4545
"@oclif/plugin-autocomplete": "3.2.41",
4646
"axios": "1.13.6",

yarn.lock

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,10 +1360,10 @@
13601360
eslint-config-prettier "^10.1.8"
13611361
typescript-eslint "^8.57.1"
13621362

1363-
"@internxt/inxt-js@3.0.1":
1364-
version "3.0.1"
1365-
resolved "https://registry.yarnpkg.com/@internxt/inxt-js/-/inxt-js-3.0.1.tgz#bbab24ad37f0a50516b7a14916602169b07c02cc"
1366-
integrity sha512-kjt/8pLZaLqYnFiqJbPVnGFdqPzPN3vgitlLzFlehakONF5vH7mrxPCcI1Wobl82sQVnhSqPrGadbiIBK7H3gw==
1363+
"@internxt/inxt-js@3.0.2":
1364+
version "3.0.2"
1365+
resolved "https://registry.yarnpkg.com/@internxt/inxt-js/-/inxt-js-3.0.2.tgz#c1300d1022abca60c3d6792b06e1f8d23ce3c1b4"
1366+
integrity sha512-+4UCXK162FS2EfAJGdh7AbcdOMOJFCtLprLuWUJtKVBDs4Mp2T48Nf9OFFfTOF8zclTVeQZYYP6vIHiNddfmCQ==
13671367
dependencies:
13681368
"@internxt/lib" "1.4.1"
13691369
"@internxt/sdk" "1.15.3"
@@ -1392,6 +1392,14 @@
13921392
axios "1.13.5"
13931393
internxt-crypto "0.0.13"
13941394

1395+
"@internxt/sdk@1.15.4":
1396+
version "1.15.4"
1397+
resolved "https://registry.yarnpkg.com/@internxt/sdk/-/sdk-1.15.4.tgz#34b4e5bdea82d36f50e78d2ffbd82f95d192e02a"
1398+
integrity sha512-4cC2HhryRhdZ60BqpWeKJZSFfnU6u6nDpun6uXYe98/AfIhW4ERY7Gah8/NqpENYf1Ay0nf62HA1QnRXoCcdUg==
1399+
dependencies:
1400+
axios "1.13.6"
1401+
internxt-crypto "0.0.14"
1402+
13951403
"@isaacs/cliui@^8.0.2":
13961404
version "8.0.2"
13971405
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1460,6 +1468,11 @@
14601468
"@emnapi/runtime" "^1.7.1"
14611469
"@tybys/wasm-util" "^0.10.1"
14621470

1471+
"@noble/ciphers@^2.1.1":
1472+
version "2.1.1"
1473+
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-2.1.1.tgz#c8c74fcda8c3d1f88797d0ecda24f9fc8b92b052"
1474+
integrity sha512-bysYuiVfhxNJuldNXlFEitTVdNnYUc+XNJZd7Qm2a5j1vZHgY+fazadNFWFaMK/2vye0JVlxV3gHmC0WDfAOQw==
1475+
14631476
"@noble/curves@~2.0.0":
14641477
version "2.0.1"
14651478
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-2.0.1.tgz#64ba8bd5e8564a02942655602515646df1cdb3ad"
@@ -4798,6 +4811,21 @@ internxt-crypto@0.0.13:
47984811
idb "^8.0.3"
47994812
uuid "^13.0.0"
48004813

4814+
internxt-crypto@0.0.14:
4815+
version "0.0.14"
4816+
resolved "https://registry.yarnpkg.com/internxt-crypto/-/internxt-crypto-0.0.14.tgz#1290b2a70190c23d25b83483de8200d9eafae00f"
4817+
integrity sha512-gIvqgou0r86kSk6x2t6pxAh9dJiob/sQ1Y3TdGnAF4Qq2RD++4Aq1b6NY2UqfUYV4vPhWsd2BkFS71jAyVrXpA==
4818+
dependencies:
4819+
"@noble/ciphers" "^2.1.1"
4820+
"@noble/hashes" "^2.0.1"
4821+
"@noble/post-quantum" "^0.5.2"
4822+
"@scure/bip39" "^2.0.1"
4823+
flexsearch "^0.8.205"
4824+
hash-wasm "^4.12.0"
4825+
husky "^9.1.7"
4826+
idb "^8.0.3"
4827+
uuid "^13.0.0"
4828+
48014829
ip-address@^10.0.1:
48024830
version "10.1.0"
48034831
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz#d8dcffb34d0e02eb241427444a6e23f5b0595aa4"

0 commit comments

Comments
 (0)