@apigames/sdk-core 21.1.3 → 22.1.0-dev.1
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 +13 -9
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "API Games Limited",
|
|
4
4
|
"description": "API Games SDK Core",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "22.1.0-dev.1",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
8
|
"types": "lib/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"unx:build": "rm -rf lib && tsc && jest && jest --coverage",
|
|
12
12
|
"win:publish": "(if exist lib rmdir /s /q lib) && tsc && jest && jest && npm publish",
|
|
13
13
|
"unx:publish": "rm -rf lib && tsc && jest && jest && npm publish",
|
|
14
|
+
"win:publish-beta": "(if exist lib rmdir /s /q lib) && tsc && jest && jest && npm publish --tag beta",
|
|
15
|
+
"unx:publish-beta": "rm -rf lib && tsc && jest && jest && npm publish --tag beta",
|
|
16
|
+
"win:publish-dev": "(if exist lib rmdir /s /q lib) && tsc && jest && jest && npm publish --tag dev",
|
|
17
|
+
"unx:publish-dev": "rm -rf lib && tsc && jest && jest && npm publish --tag dev",
|
|
14
18
|
"win:upgrade-latest": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target latest && npm install",
|
|
15
19
|
"unx:upgrade-latest": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target latest && npm install",
|
|
16
20
|
"win:upgrade-minor": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target minor && npm install",
|
|
@@ -19,26 +23,26 @@
|
|
|
19
23
|
"test:watch": "jest --watch"
|
|
20
24
|
},
|
|
21
25
|
"dependencies": {
|
|
22
|
-
"@apigames/json": "
|
|
23
|
-
"@apigames/rest-client": "
|
|
26
|
+
"@apigames/json": "22.1.0-dev.1",
|
|
27
|
+
"@apigames/rest-client": "22.1.0-dev.1",
|
|
24
28
|
"object-hash": "2.2.0"
|
|
25
29
|
},
|
|
26
30
|
"devDependencies": {
|
|
27
31
|
"date-and-time": "^2.0.1",
|
|
28
32
|
"@types/date-and-time": "^0.13.0",
|
|
29
33
|
"@types/jest": "26.0.24",
|
|
30
|
-
"@types/node": "14.
|
|
34
|
+
"@types/node": "14.18.0",
|
|
31
35
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
32
36
|
"@typescript-eslint/parser": "4.33.0",
|
|
33
37
|
"eslint": "7.32.0",
|
|
34
38
|
"eslint-config-airbnb": "18.2.1",
|
|
35
|
-
"eslint-plugin-import": "2.
|
|
36
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
37
|
-
"eslint-plugin-react": "7.
|
|
38
|
-
"eslint-plugin-react-hooks": "4.
|
|
39
|
+
"eslint-plugin-import": "2.25.3",
|
|
40
|
+
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
41
|
+
"eslint-plugin-react": "7.27.1",
|
|
42
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
39
43
|
"jest": "27.0.6",
|
|
40
44
|
"ts-jest": "27.0.4",
|
|
41
|
-
"typescript": "4.
|
|
45
|
+
"typescript": "4.5.2"
|
|
42
46
|
},
|
|
43
47
|
"eslintConfig": {},
|
|
44
48
|
"repository": {
|