@liquidcommercedev/rmn-sdk 1.5.0-beta.44 → 1.5.0-beta.45

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@liquidcommercedev/rmn-sdk",
3
3
  "description": "LiquidCommerce RMN SDK",
4
4
  "author": "LiquidCommerce Tech",
5
- "version": "1.5.0-beta.44",
5
+ "version": "1.5.0-beta.45",
6
6
  "homepage": "https://docs.liquidcommerce.co/rmn-sdk",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.esm.js",
@@ -59,16 +59,16 @@
59
59
  ],
60
60
  "license": "",
61
61
  "dependencies": {
62
- "axios": "^1.7.9",
62
+ "axios": "^1.8.2",
63
63
  "buffer": "^6.0.3",
64
- "jose": "^5.9.6"
64
+ "jose": "^5.10.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@commitlint/cli": "^19.6.1",
68
- "@commitlint/config-conventional": "^19.6.0",
69
- "@eslint/eslintrc": "^3.2.0",
70
- "@eslint/js": "^9.19.0",
71
- "@rollup/plugin-commonjs": "^28.0.2",
67
+ "@commitlint/cli": "^19.8.0",
68
+ "@commitlint/config-conventional": "^19.8.0",
69
+ "@eslint/eslintrc": "^3.3.0",
70
+ "@eslint/js": "^9.22.0",
71
+ "@rollup/plugin-commonjs": "^28.0.3",
72
72
  "@rollup/plugin-json": "^6.1.0",
73
73
  "@rollup/plugin-node-resolve": "^15.3.1",
74
74
  "@rollup/plugin-replace": "^6.0.2",
@@ -80,15 +80,14 @@
80
80
  "@types/core-js": "^2.5.8",
81
81
  "@types/crypto-js": "^4.2.2",
82
82
  "@types/eslint__js": "^8.42.3",
83
- "@types/node": "^22.10.10",
84
- "@typescript-eslint/eslint-plugin": "^8.21.0",
85
- "@typescript-eslint/parser": "^8.21.0",
86
- "@vitest/coverage-v8": "^2.1.8",
83
+ "@types/node": "^22.13.10",
84
+ "@typescript-eslint/eslint-plugin": "^8.26.1",
85
+ "@typescript-eslint/parser": "^8.26.1",
87
86
  "conventional-changelog-cli": "^5.0.0",
88
87
  "crypto-js": "^4.2.0",
89
- "eslint": "^9.19.0",
88
+ "eslint": "^9.22.0",
90
89
  "eslint-config-prettier": "^9.1.0",
91
- "eslint-import-resolver-typescript": "^3.7.0",
90
+ "eslint-import-resolver-typescript": "^3.8.3",
92
91
  "eslint-plugin-import": "^2.31.0",
93
92
  "eslint-plugin-import-helpers": "^2.0.1",
94
93
  "eslint-plugin-prettier": "^5.2.3",
@@ -96,16 +95,16 @@
96
95
  "eslint-plugin-sonarjs": "^2.0.4",
97
96
  "eslint-plugin-unicorn": "^56.0.1",
98
97
  "events": "^3.3.0",
99
- "prettier": "^3.4.2",
98
+ "prettier": "^3.5.3",
100
99
  "process": "^0.11.10",
101
- "rollup": "^4.32.0",
100
+ "rollup": "^4.35.0",
102
101
  "rollup-plugin-polyfill-node": "^0.13.0",
103
102
  "rollup-plugin-typescript2": "^0.36.0",
104
- "semantic-release": "^24.2.1",
103
+ "semantic-release": "^24.2.3",
105
104
  "ts-node": "^10.9.2",
106
105
  "typedoc": "^0.26.11",
107
- "typescript": "^5.7.3",
108
- "typescript-eslint": "^8.21.0"
106
+ "typescript": "^5.8.2",
107
+ "typescript-eslint": "^8.26.1"
109
108
  },
110
109
  "engines": {
111
110
  "node": ">=20"