@slicemachine/manager 0.22.2-beta.4 → 0.22.2

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/manager",
3
- "version": "0.22.2-beta.4",
3
+ "version": "0.22.2",
4
4
  "description": "Manage all aspects of a Slice Machine project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,7 +70,7 @@
70
70
  "@prismicio/mocks": "^2.4.0",
71
71
  "@prismicio/types-internal": "^2.8.0",
72
72
  "@segment/analytics-node": "^2.1.2",
73
- "@slicemachine/plugin-kit": "0.4.56-beta.4",
73
+ "@slicemachine/plugin-kit": "0.4.56",
74
74
  "cookie": "^0.5.0",
75
75
  "cors": "^2.8.5",
76
76
  "execa": "^7.1.1",
@@ -131,6 +131,5 @@
131
131
  },
132
132
  "publishConfig": {
133
133
  "access": "public"
134
- },
135
- "stableVersion": "0.22.1"
134
+ }
136
135
  }