svelte-command 1.1.43 → 1.1.45
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 +16 -11
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-command",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.45",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"svelte": "./src/index.svelte"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
8
12
|
"description": "general command execution handling for svelte components",
|
|
9
13
|
"keywords": [
|
|
10
14
|
"commands",
|
|
@@ -34,20 +38,20 @@
|
|
|
34
38
|
"devDependencies": {
|
|
35
39
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
36
40
|
"@semantic-release/exec": "^6.0.3",
|
|
37
|
-
"@semantic-release/release-notes-generator": "^11.0.
|
|
41
|
+
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
38
42
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
39
43
|
"ava": "^5.3.1",
|
|
40
44
|
"documentation": "^14.0.2",
|
|
41
|
-
"mf-styling": "^
|
|
42
|
-
"npm-pkgbuild": "^11.
|
|
43
|
-
"semantic-release": "^21.0.
|
|
44
|
-
"svelte": "^4.0.
|
|
45
|
-
"testcafe": "^3.0.
|
|
46
|
-
"vite": "^4.
|
|
45
|
+
"mf-styling": "^3.0.2",
|
|
46
|
+
"npm-pkgbuild": "^11.9.1",
|
|
47
|
+
"semantic-release": "^21.0.7",
|
|
48
|
+
"svelte": "^4.0.5",
|
|
49
|
+
"testcafe": "^3.0.1",
|
|
50
|
+
"vite": "^4.4.4"
|
|
47
51
|
},
|
|
48
52
|
"optionalDependencies": {
|
|
49
53
|
"mf-hosting-cloudflare": "^1.0.5",
|
|
50
|
-
"mf-hosting-frontend": "^1.
|
|
54
|
+
"mf-hosting-frontend": "^1.11.2"
|
|
51
55
|
},
|
|
52
56
|
"repository": {
|
|
53
57
|
"type": "git",
|
|
@@ -118,7 +122,8 @@
|
|
|
118
122
|
"arlac77/template-ava",
|
|
119
123
|
"arlac77/template-cloudflare",
|
|
120
124
|
"arlac77/template-pacman",
|
|
121
|
-
"arlac77/template-svelte-component"
|
|
125
|
+
"arlac77/template-svelte-component",
|
|
126
|
+
"arlac77/template-vite"
|
|
122
127
|
]
|
|
123
128
|
}
|
|
124
129
|
}
|