@slicemachine/adapter-nuxt2 0.3.57 → 0.3.58-alpha.BI-dt-2482-set-default-master-language-when-creating-new-repo-via-cli.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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-nuxt2",
3
- "version": "0.3.57",
3
+ "version": "0.3.58-alpha.BI-dt-2482-set-default-master-language-when-creating-new-repo-via-cli.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.57",
64
+ "@slicemachine/plugin-kit": "0.4.58-alpha.BI-dt-2482-set-default-master-language-when-creating-new-repo-via-cli.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.57"
106
107
  }