start-slicemachine 0.12.34 → 0.12.35-alpha.jp-prettier-ignore-playground.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const version = "0.12.34";
3
+ const version = "0.12.35-alpha.jp-prettier-ignore-playground.1";
4
4
  exports.version = version;
5
5
  //# sourceMappingURL=package.json.cjs.map
@@ -1,4 +1,4 @@
1
- const version = "0.12.34";
1
+ const version = "0.12.35-alpha.jp-prettier-ignore-playground.1";
2
2
  export {
3
3
  version
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "start-slicemachine",
3
- "version": "0.12.34",
3
+ "version": "0.12.35-alpha.jp-prettier-ignore-playground.1",
4
4
  "description": "Start Slice Machine from within a project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@prismicio/mocks": "^2.4.0",
59
59
  "@prismicio/types-internal": "^2.8.0",
60
- "@slicemachine/manager": "0.22.0",
60
+ "@slicemachine/manager": "0.22.1-alpha.jp-prettier-ignore-playground.1",
61
61
  "body-parser": "^1.20.3",
62
62
  "chalk": "^4.1.2",
63
63
  "cors": "^2.8.5",
@@ -99,5 +99,6 @@
99
99
  },
100
100
  "engines": {
101
101
  "node": ">=14.15.0"
102
- }
102
+ },
103
+ "stableVersion": "0.12.34"
103
104
  }