@sdeverywhere/plugin-worker 0.1.0 → 0.1.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 +11 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdeverywhere/plugin-worker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/**",
|
|
6
6
|
"template-worker/**"
|
|
@@ -21,8 +21,18 @@
|
|
|
21
21
|
"@sdeverywhere/build": "^0.1.0",
|
|
22
22
|
"@sdeverywhere/runtime": "^0.1.0",
|
|
23
23
|
"@sdeverywhere/runtime-async": "^0.1.0",
|
|
24
|
+
"rollup": "^2.76.0",
|
|
24
25
|
"vite": "2.9.6"
|
|
25
26
|
},
|
|
27
|
+
"dependenciesComments": {
|
|
28
|
+
"rollup": [
|
|
29
|
+
"XXX: For now, rollup is listed as a dependency even though it is not actually",
|
|
30
|
+
"needed since we only use the @rollup plugins with vite. Those @rollup plugins",
|
|
31
|
+
"don't technically need rollup to function properly, but they list rollup as a",
|
|
32
|
+
"required peer dependency. To avoid making consumers worry about this, we list",
|
|
33
|
+
"it as a dependency here."
|
|
34
|
+
]
|
|
35
|
+
},
|
|
26
36
|
"devDependencies": {
|
|
27
37
|
"@types/node": "^16.11.7"
|
|
28
38
|
},
|