@liquidcommercedev/rmn-sdk 1.5.0-beta.34 → 1.5.0-beta.36
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/README.md +201 -57
- package/dist/index.cjs +568 -984
- package/dist/index.esm.js +568 -984
- package/package.json +14 -27
- package/umd/liquidcommerce-rmn-sdk.min.js +1 -1
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.
|
5
|
+
"version": "1.5.0-beta.36",
|
6
6
|
"homepage": "https://docs.liquidcommerce.co/rmn-sdk",
|
7
7
|
"main": "./dist/index.cjs",
|
8
8
|
"module": "./dist/index.esm.js",
|
@@ -36,12 +36,9 @@
|
|
36
36
|
"type": "module",
|
37
37
|
"sideEffects": false,
|
38
38
|
"scripts": {
|
39
|
-
"build": "rollup -c
|
39
|
+
"build": "rollup -c",
|
40
|
+
"dev": "rollup -c -w",
|
40
41
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
41
|
-
"dev": "rollup -c --environment NODE_ENV:development -w",
|
42
|
-
"test": "vitest run",
|
43
|
-
"test:watch": "vitest",
|
44
|
-
"test:coverage": "vitest run --coverage",
|
45
42
|
"lint": "eslint \"src/**/*.ts\"",
|
46
43
|
"format": "prettier --write \"src/**/*.ts\"",
|
47
44
|
"docs": "typedoc --out docs src",
|
@@ -62,18 +59,17 @@
|
|
62
59
|
"dependencies": {
|
63
60
|
"axios": "^1.7.9",
|
64
61
|
"buffer": "^6.0.3",
|
65
|
-
"jose": "^5.9.6"
|
66
|
-
"tslib": "^2.8.1"
|
62
|
+
"jose": "^5.9.6"
|
67
63
|
},
|
68
64
|
"devDependencies": {
|
69
|
-
"@commitlint/cli": "^19.6.
|
65
|
+
"@commitlint/cli": "^19.6.1",
|
70
66
|
"@commitlint/config-conventional": "^19.6.0",
|
71
67
|
"@eslint/eslintrc": "^3.2.0",
|
72
|
-
"@eslint/js": "^9.
|
73
|
-
"@rollup/plugin-commonjs": "^28.0.
|
68
|
+
"@eslint/js": "^9.17.0",
|
69
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
74
70
|
"@rollup/plugin-json": "^6.1.0",
|
75
|
-
"@rollup/plugin-node-resolve": "^15.3.
|
76
|
-
"@rollup/plugin-replace": "^6.0.
|
71
|
+
"@rollup/plugin-node-resolve": "^15.3.1",
|
72
|
+
"@rollup/plugin-replace": "^6.0.2",
|
77
73
|
"@rollup/plugin-terser": "^0.4.4",
|
78
74
|
"@semantic-release/changelog": "^6.0.3",
|
79
75
|
"@semantic-release/git": "^10.0.1",
|
@@ -82,15 +78,13 @@
|
|
82
78
|
"@types/core-js": "^2.5.8",
|
83
79
|
"@types/crypto-js": "^4.2.2",
|
84
80
|
"@types/eslint__js": "^8.42.3",
|
85
|
-
"@types/
|
86
|
-
"@
|
87
|
-
"@typescript-eslint/
|
88
|
-
"@typescript-eslint/parser": "^8.18.0",
|
81
|
+
"@types/node": "^22.10.2",
|
82
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
83
|
+
"@typescript-eslint/parser": "^8.18.1",
|
89
84
|
"@vitest/coverage-v8": "^2.1.8",
|
90
85
|
"conventional-changelog-cli": "^5.0.0",
|
91
86
|
"crypto-js": "^4.2.0",
|
92
|
-
"
|
93
|
-
"eslint": "^9.16.0",
|
87
|
+
"eslint": "^9.17.0",
|
94
88
|
"eslint-config-prettier": "^9.1.0",
|
95
89
|
"eslint-import-resolver-typescript": "^3.7.0",
|
96
90
|
"eslint-plugin-import": "^2.31.0",
|
@@ -100,23 +94,16 @@
|
|
100
94
|
"eslint-plugin-sonarjs": "^2.0.4",
|
101
95
|
"eslint-plugin-unicorn": "^56.0.1",
|
102
96
|
"events": "^3.3.0",
|
103
|
-
"jest": "^29.7.0",
|
104
|
-
"jest-environment-jsdom": "^29.7.0",
|
105
97
|
"prettier": "^3.4.2",
|
106
98
|
"process": "^0.11.10",
|
107
99
|
"rollup": "^4.28.1",
|
108
|
-
"rollup-plugin-livereload": "^2.0.5",
|
109
100
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
110
|
-
"rollup-plugin-serve": "^1.1.1",
|
111
101
|
"rollup-plugin-typescript2": "^0.36.0",
|
112
102
|
"semantic-release": "^24.2.0",
|
113
|
-
"ts-jest": "^29.2.5",
|
114
103
|
"ts-node": "^10.9.2",
|
115
104
|
"typedoc": "^0.26.11",
|
116
105
|
"typescript": "^5.7.2",
|
117
|
-
"typescript-eslint": "^8.18.
|
118
|
-
"vite": "^5.4.11",
|
119
|
-
"vitest": "^2.1.8"
|
106
|
+
"typescript-eslint": "^8.18.1"
|
120
107
|
},
|
121
108
|
"engines": {
|
122
109
|
"node": ">=20"
|