@slicemachine/init 2.10.43-beta.8 → 2.10.44-alpha.jp-claude-fix.1
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.
|
|
4
|
+
const version = "2.10.44-alpha.jp-claude-fix.1";
|
|
5
5
|
const description = "Init Prismic Slice Machine in your project";
|
|
6
6
|
const keywords = [
|
|
7
7
|
"typescript",
|
|
@@ -98,7 +98,7 @@ const devDependencies = {
|
|
|
98
98
|
const publishConfig = {
|
|
99
99
|
access: "public"
|
|
100
100
|
};
|
|
101
|
-
const stableVersion = "2.10.
|
|
101
|
+
const stableVersion = "2.10.43";
|
|
102
102
|
const pkg = {
|
|
103
103
|
name,
|
|
104
104
|
version,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "@slicemachine/init";
|
|
2
|
-
const version = "2.10.
|
|
2
|
+
const version = "2.10.44-alpha.jp-claude-fix.1";
|
|
3
3
|
const description = "Init Prismic Slice Machine in your project";
|
|
4
4
|
const keywords = [
|
|
5
5
|
"typescript",
|
|
@@ -96,7 +96,7 @@ const devDependencies = {
|
|
|
96
96
|
const publishConfig = {
|
|
97
97
|
access: "public"
|
|
98
98
|
};
|
|
99
|
-
const stableVersion = "2.10.
|
|
99
|
+
const stableVersion = "2.10.43";
|
|
100
100
|
const pkg = {
|
|
101
101
|
name,
|
|
102
102
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/init",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.44-alpha.jp-claude-fix.1",
|
|
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.
|
|
57
|
+
"@slicemachine/manager": "0.26.1-alpha.jp-claude-fix.1",
|
|
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.
|
|
71
|
+
"@slicemachine/plugin-kit": "0.4.86-alpha.jp-claude-fix.1",
|
|
72
72
|
"@types/listr": "0.14.4",
|
|
73
73
|
"@types/prompts": "2.4.3",
|
|
74
74
|
"@types/semver": "7.3.13",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
|
-
"stableVersion": "2.10.
|
|
100
|
+
"stableVersion": "2.10.43"
|
|
101
101
|
}
|