@lwc/ssr-runtime 8.10.0-alpha.0 → 8.10.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
5
5
|
],
|
6
6
|
"name": "@lwc/ssr-runtime",
|
7
|
-
"version": "8.10.
|
7
|
+
"version": "8.10.1",
|
8
8
|
"description": "Runtime complement to @lwc/ssr-compiler",
|
9
9
|
"keywords": [
|
10
10
|
"lwc",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
}
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@lwc/shared": "8.10.
|
48
|
-
"@lwc/engine-core": "8.10.
|
47
|
+
"@lwc/shared": "8.10.1",
|
48
|
+
"@lwc/engine-core": "8.10.1",
|
49
49
|
"observable-membrane": "2.0.0"
|
50
50
|
}
|
51
|
-
}
|
51
|
+
}
|