@slicemachine/init 2.10.40-beta.7 → 2.10.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const name = "@slicemachine/init";
4
- const version = "2.10.40-beta.7";
4
+ const version = "2.10.40";
5
5
  const description = "Init Prismic Slice Machine in your project";
6
6
  const keywords = [
7
7
  "typescript",
@@ -98,7 +98,6 @@ const devDependencies = {
98
98
  const publishConfig = {
99
99
  access: "public"
100
100
  };
101
- const stableVersion = "2.10.39";
102
101
  const pkg = {
103
102
  name,
104
103
  version,
@@ -117,8 +116,7 @@ const pkg = {
117
116
  scripts,
118
117
  dependencies,
119
118
  devDependencies,
120
- publishConfig,
121
- stableVersion
119
+ publishConfig
122
120
  };
123
121
  exports.author = author;
124
122
  exports.bin = bin;
@@ -136,7 +134,6 @@ exports.name = name;
136
134
  exports.publishConfig = publishConfig;
137
135
  exports.repository = repository;
138
136
  exports.scripts = scripts;
139
- exports.stableVersion = stableVersion;
140
137
  exports.type = type;
141
138
  exports.types = types;
142
139
  exports.version = version;
@@ -1 +1 @@
1
- {"version":3,"file":"package.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"package.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  const name = "@slicemachine/init";
2
- const version = "2.10.40-beta.7";
2
+ const version = "2.10.40";
3
3
  const description = "Init Prismic Slice Machine in your project";
4
4
  const keywords = [
5
5
  "typescript",
@@ -96,7 +96,6 @@ const devDependencies = {
96
96
  const publishConfig = {
97
97
  access: "public"
98
98
  };
99
- const stableVersion = "2.10.39";
100
99
  const pkg = {
101
100
  name,
102
101
  version,
@@ -115,8 +114,7 @@ const pkg = {
115
114
  scripts,
116
115
  dependencies,
117
116
  devDependencies,
118
- publishConfig,
119
- stableVersion
117
+ publishConfig
120
118
  };
121
119
  export {
122
120
  author,
@@ -135,7 +133,6 @@ export {
135
133
  publishConfig,
136
134
  repository,
137
135
  scripts,
138
- stableVersion,
139
136
  type,
140
137
  types,
141
138
  version
@@ -1 +1 @@
1
- {"version":3,"file":"package.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"package.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/init",
3
- "version": "2.10.40-beta.7",
3
+ "version": "2.10.40",
4
4
  "description": "Init Prismic Slice Machine in your project",
5
5
  "keywords": [
6
6
  "typescript",
@@ -54,7 +54,7 @@
54
54
  "@antfu/ni": "^0.20.0",
55
55
  "@lihbr/listr-update-renderer": "^0.5.3",
56
56
  "@sentry/node": "^7.116.0",
57
- "@slicemachine/manager": "0.25.4-beta.7",
57
+ "@slicemachine/manager": "0.25.4",
58
58
  "chalk": "^4.1.2",
59
59
  "giget": "^1.1.2",
60
60
  "globby": "^13.1.3",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@size-limit/preset-small-lib": "8.2.4",
71
- "@slicemachine/plugin-kit": "0.4.82-beta.8",
71
+ "@slicemachine/plugin-kit": "0.4.82",
72
72
  "@types/listr": "0.14.4",
73
73
  "@types/prompts": "2.4.3",
74
74
  "@types/semver": "7.3.13",
@@ -96,6 +96,5 @@
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public"
99
- },
100
- "stableVersion": "2.10.39"
99
+ }
101
100
  }