@xoxno/sdk-js 0.1.297 → 0.1.299

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.
@@ -7,4 +7,8 @@
7
7
 
8
8
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
9
9
 
10
+ /*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
11
+
12
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
13
+
10
14
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.297",
3
+ "version": "0.1.299",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {
@@ -64,41 +64,41 @@
64
64
  },
65
65
  "homepage": "https://github.com/XOXNO/sdk-js#readme",
66
66
  "devDependencies": {
67
- "@commitlint/cli": "^19.5.0",
68
- "@commitlint/config-conventional": "^19.5.0",
69
- "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
67
+ "@commitlint/cli": "^19.6.1",
68
+ "@commitlint/config-conventional": "^19.6.0",
69
+ "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
70
70
  "@semantic-release/changelog": "^6.0.3",
71
71
  "@semantic-release/git": "^10.0.1",
72
- "@swc/cli": "^0.4.0",
73
- "@swc/core": "^1.7.26",
74
- "@types/jest": "^29.5.13",
75
- "@types/node": "^22.7.4",
76
- "@typescript-eslint/eslint-plugin": "^8.8.0",
77
- "@typescript-eslint/parser": "^8.8.0",
72
+ "@swc/cli": "^0.5.2",
73
+ "@swc/core": "^1.10.4",
74
+ "@types/jest": "^29.5.14",
75
+ "@types/node": "^22.10.2",
76
+ "@typescript-eslint/eslint-plugin": "^8.19.0",
77
+ "@typescript-eslint/parser": "^8.19.0",
78
78
  "commitizen": "^4.3.1",
79
79
  "cz-conventional-changelog": "^3.3.0",
80
80
  "eslint": "^8",
81
81
  "eslint-config-prettier": "^9.1.0",
82
82
  "eslint-plugin-prettier": "^5.2.1",
83
83
  "fork-ts-checker-webpack-plugin": "^9.0.2",
84
- "husky": "^9.1.6",
84
+ "husky": "^9.1.7",
85
85
  "jest": "^29.7.0",
86
- "prettier": "^3.3.3",
87
- "semantic-release": "^24.1.2",
86
+ "prettier": "^3.4.2",
87
+ "semantic-release": "^24.2.0",
88
88
  "swc-loader": "^0.2.6",
89
- "terser-webpack-plugin": "^5.3.10",
89
+ "terser-webpack-plugin": "^5.3.11",
90
90
  "ts-jest": "^29.2.5",
91
91
  "ts-loader": "^9.5.1",
92
- "typedoc": "^0.26.7",
93
- "typescript": "^5.6.2",
94
- "webpack": "^5.95.0",
95
- "webpack-cli": "^5.1.4",
92
+ "typedoc": "^0.27.6",
93
+ "typescript": "^5.7.2",
94
+ "webpack": "^5.97.1",
95
+ "webpack-cli": "^6.0.1",
96
96
  "webpack-merge": "^6.0.1"
97
97
  },
98
98
  "dependencies": {
99
- "@multiversx/sdk-core": "^13.6.3",
100
- "@multiversx/sdk-network-providers": "^2.7.1",
101
- "axios": "^1.7.7",
99
+ "@multiversx/sdk-core": "^13.16.0",
100
+ "@multiversx/sdk-network-providers": "^2.9.3",
101
+ "axios": "^1.7.9",
102
102
  "protobufjs": "^7.4.0",
103
103
  "webpack-bundle-analyzer": "^4.10.2"
104
104
  }