svelte-command 1.1.4 → 1.1.5
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/LICENSE +1 -1
- package/package.json +11 -11
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-command",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"start": "rollup -c tests/app/rollup.config.mjs -w",
|
|
24
24
|
"test": "npm run test:ava && npm run test:cafe",
|
|
25
|
-
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay
|
|
25
|
+
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 9000 --app-init-delay 3000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
|
|
26
26
|
"test:ava": "ava --timeout 2m tests/*.mjs",
|
|
27
27
|
"docs": "documentation readme --section=API ./src/**/*.mjs",
|
|
28
28
|
"lint": "npm run lint:docs",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"build": "rollup -c tests/app/rollup.config.mjs"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@rollup/plugin-node-resolve": "^13.
|
|
33
|
+
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
34
34
|
"@rollup/plugin-virtual": "^2.0.3",
|
|
35
|
-
"ava": "^
|
|
35
|
+
"ava": "^4.0.1",
|
|
36
36
|
"documentation": "^13.2.5",
|
|
37
37
|
"mf-styling": "arlac77/mf-styling",
|
|
38
|
-
"postcss": "^8.
|
|
38
|
+
"postcss": "^8.4.5",
|
|
39
39
|
"postcss-import": "^14.0.2",
|
|
40
|
-
"rollup": "^2.
|
|
41
|
-
"rollup-plugin-dev": "^
|
|
42
|
-
"rollup-plugin-postcss": "^4.0.
|
|
40
|
+
"rollup": "^2.66.1",
|
|
41
|
+
"rollup-plugin-dev": "^2.0.0",
|
|
42
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
43
43
|
"rollup-plugin-svelte": "^7.1.0",
|
|
44
|
-
"semantic-release": "^
|
|
45
|
-
"svelte": "^3.
|
|
46
|
-
"testcafe": "^1.
|
|
44
|
+
"semantic-release": "^19.0.2",
|
|
45
|
+
"svelte": "^3.46.3",
|
|
46
|
+
"testcafe": "^1.18.3"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|