@slicemachine/adapter-nuxt2 0.3.55-beta.1 → 0.3.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-nuxt2",
3
- "version": "0.3.55-beta.1",
3
+ "version": "0.3.55",
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.55-beta.1",
64
+ "@slicemachine/plugin-kit": "0.4.55",
65
65
  "common-tags": "^1.8.2",
66
66
  "fp-ts": "^2.13.1",
67
67
  "io-ts": "^2.2.20",
@@ -102,6 +102,5 @@
102
102
  },
103
103
  "publishConfig": {
104
104
  "access": "public"
105
- },
106
- "stableVersion": "0.3.54"
105
+ }
107
106
  }