@slicemachine/init 2.10.45-alpha.xru-fix-figma-to-slice.1 → 2.10.45

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.45-alpha.xru-fix-figma-to-slice.1";
4
+ const version = "2.10.45";
5
5
  const description = "Init Prismic Slice Machine in your project";
6
6
  const keywords = [
7
7
  "typescript",
@@ -101,7 +101,6 @@ const engines = {
101
101
  const publishConfig = {
102
102
  access: "public"
103
103
  };
104
- const stableVersion = "2.10.44";
105
104
  const pkg = {
106
105
  name,
107
106
  version,
@@ -121,8 +120,7 @@ const pkg = {
121
120
  dependencies,
122
121
  devDependencies,
123
122
  engines,
124
- publishConfig,
125
- stableVersion
123
+ publishConfig
126
124
  };
127
125
  exports.author = author;
128
126
  exports.bin = bin;
@@ -141,7 +139,6 @@ exports.name = name;
141
139
  exports.publishConfig = publishConfig;
142
140
  exports.repository = repository;
143
141
  exports.scripts = scripts;
144
- exports.stableVersion = stableVersion;
145
142
  exports.type = type;
146
143
  exports.types = types;
147
144
  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.45-alpha.xru-fix-figma-to-slice.1";
2
+ const version = "2.10.45";
3
3
  const description = "Init Prismic Slice Machine in your project";
4
4
  const keywords = [
5
5
  "typescript",
@@ -99,7 +99,6 @@ const engines = {
99
99
  const publishConfig = {
100
100
  access: "public"
101
101
  };
102
- const stableVersion = "2.10.44";
103
102
  const pkg = {
104
103
  name,
105
104
  version,
@@ -119,8 +118,7 @@ const pkg = {
119
118
  dependencies,
120
119
  devDependencies,
121
120
  engines,
122
- publishConfig,
123
- stableVersion
121
+ publishConfig
124
122
  };
125
123
  export {
126
124
  author,
@@ -140,7 +138,6 @@ export {
140
138
  publishConfig,
141
139
  repository,
142
140
  scripts,
143
- stableVersion,
144
141
  type,
145
142
  types,
146
143
  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.45-alpha.xru-fix-figma-to-slice.1",
3
+ "version": "2.10.45",
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.26.2-alpha.xru-fix-figma-to-slice.1",
57
+ "@slicemachine/manager": "0.26.2",
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.87-alpha.xru-fix-figma-to-slice.1",
71
+ "@slicemachine/plugin-kit": "0.4.87",
72
72
  "@types/listr": "0.14.4",
73
73
  "@types/prompts": "2.4.3",
74
74
  "@types/semver": "7.3.13",
@@ -99,6 +99,5 @@
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public"
102
- },
103
- "stableVersion": "2.10.44"
102
+ }
104
103
  }