@slicemachine/adapter-nuxt2 0.3.54 → 0.3.55-alpha.jp-prettier-ignore-playground.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@slicemachine/adapter-nuxt2",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.55-alpha.jp-prettier-ignore-playground.1",
|
4
4
|
"description": "Slice Machine adapter for Nuxt 2.",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"dependencies": {
|
62
62
|
"@prismicio/simulator": "^0.1.4",
|
63
63
|
"@prismicio/types-internal": "^2.8.0",
|
64
|
-
"@slicemachine/plugin-kit": "0.4.
|
64
|
+
"@slicemachine/plugin-kit": "0.4.55-alpha.jp-prettier-ignore-playground.1",
|
65
65
|
"common-tags": "^1.8.2",
|
66
66
|
"fp-ts": "^2.13.1",
|
67
67
|
"io-ts": "^2.2.20",
|
@@ -102,5 +102,6 @@
|
|
102
102
|
},
|
103
103
|
"publishConfig": {
|
104
104
|
"access": "public"
|
105
|
-
}
|
105
|
+
},
|
106
|
+
"stableVersion": "0.3.54"
|
106
107
|
}
|