@slicemachine/adapter-nuxt2 0.3.47-beta.9 → 0.3.48-alpha.aa-fix-dont-purge-user-cache-on-simulator-update.1

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-nuxt2",
3
- "version": "0.3.47-beta.9",
3
+ "version": "0.3.48-alpha.aa-fix-dont-purge-user-cache-on-simulator-update.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.5.0",
64
- "@slicemachine/plugin-kit": "0.4.47-beta.9",
64
+ "@slicemachine/plugin-kit": "0.4.48-alpha.aa-fix-dont-purge-user-cache-on-simulator-update.1",
65
65
  "common-tags": "^1.8.2",
66
66
  "fp-ts": "^2.13.1",
67
67
  "io-ts": "^2.2.20",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "stableVersion": "0.3.46"
106
+ "stableVersion": "0.3.47"
107
107
  }