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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +11 -11
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 by arlac77
1
+ Copyright (c) 2021-2022 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-command",
3
- "version": "1.1.4",
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 1000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
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.0.4",
33
+ "@rollup/plugin-node-resolve": "^13.1.3",
34
34
  "@rollup/plugin-virtual": "^2.0.3",
35
- "ava": "^3.15.0",
35
+ "ava": "^4.0.1",
36
36
  "documentation": "^13.2.5",
37
37
  "mf-styling": "arlac77/mf-styling",
38
- "postcss": "^8.3.6",
38
+ "postcss": "^8.4.5",
39
39
  "postcss-import": "^14.0.2",
40
- "rollup": "^2.56.3",
41
- "rollup-plugin-dev": "^1.1.3",
42
- "rollup-plugin-postcss": "^4.0.1",
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": "^17.4.5",
45
- "svelte": "^3.42.2",
46
- "testcafe": "^1.15.3"
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",