@slicemachine/manager 0.22.2 → 0.22.3-alpha.repeatable-link.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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/manager",
3
- "version": "0.22.2",
3
+ "version": "0.22.3-alpha.repeatable-link.1",
4
4
  "description": "Manage all aspects of a Slice Machine project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,9 +68,9 @@
68
68
  "@prismicio/client": "^7.11.0",
69
69
  "@prismicio/custom-types-client": "2.1.0",
70
70
  "@prismicio/mocks": "^2.4.0",
71
- "@prismicio/types-internal": "^2.8.0",
71
+ "@prismicio/types-internal": "2.9.0-alpha.3",
72
72
  "@segment/analytics-node": "^2.1.2",
73
- "@slicemachine/plugin-kit": "0.4.56",
73
+ "@slicemachine/plugin-kit": "0.4.57-alpha.repeatable-link.1",
74
74
  "cookie": "^0.5.0",
75
75
  "cors": "^2.8.5",
76
76
  "execa": "^7.1.1",
@@ -131,5 +131,6 @@
131
131
  },
132
132
  "publishConfig": {
133
133
  "access": "public"
134
- }
134
+ },
135
+ "stableVersion": "0.22.2"
135
136
  }