@slicemachine/adapter-sveltekit 0.3.54-beta.4 → 0.3.54
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@slicemachine/adapter-sveltekit",
|
3
|
-
"version": "0.3.54
|
3
|
+
"version": "0.3.54",
|
4
4
|
"description": "Slice Machine adapter for SvelteKit.",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"dependencies": {
|
65
65
|
"@prismicio/simulator": "^0.1.4",
|
66
66
|
"@prismicio/types-internal": "^2.8.0",
|
67
|
-
"@slicemachine/plugin-kit": "0.4.54
|
67
|
+
"@slicemachine/plugin-kit": "0.4.54",
|
68
68
|
"common-tags": "^1.8.2",
|
69
69
|
"fp-ts": "^2.13.1",
|
70
70
|
"io-ts": "^2.2.20",
|
@@ -120,6 +120,5 @@
|
|
120
120
|
},
|
121
121
|
"publishConfig": {
|
122
122
|
"access": "public"
|
123
|
-
}
|
124
|
-
"stableVersion": "0.3.53"
|
123
|
+
}
|
125
124
|
}
|