@everymatrix/player-bonus-history 1.9.1 → 1.9.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/player-bonus-history",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.3",
|
4
4
|
"main": "dist/player-bonus-history",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -16,7 +16,6 @@
|
|
16
16
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
17
17
|
"@rollup/plugin-typescript": "^6.0.0",
|
18
18
|
"@tsconfig/svelte": "^1.0.0",
|
19
|
-
"node-sass": "^5.0.0",
|
20
19
|
"rollup": "^2.3.4",
|
21
20
|
"rollup-plugin-dev-server": "^0.4.3",
|
22
21
|
"rollup-plugin-livereload": "^2.0.0",
|
@@ -24,7 +23,7 @@
|
|
24
23
|
"rollup-plugin-terser": "^7.0.0",
|
25
24
|
"rollup-plugin-uglify": "^6.0.4",
|
26
25
|
"svelte-check": "^1.0.0",
|
27
|
-
"svelte-preprocess": "^
|
26
|
+
"svelte-preprocess": "^5.0.0",
|
28
27
|
"tslib": "^2.0.0",
|
29
28
|
"typescript": "^3.9.3"
|
30
29
|
},
|
@@ -37,5 +36,5 @@
|
|
37
36
|
"publishConfig": {
|
38
37
|
"access": "public"
|
39
38
|
},
|
40
|
-
"gitHead": "
|
39
|
+
"gitHead": "3f14fba86d0d9439e751e4f14b8af31cd306edf5"
|
41
40
|
}
|