@slicemachine/init 2.9.7-alpha.dev-new-release-process.3 → 2.9.7-alpha.dev-new-release-process.5
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.
- package/dist/_node_modules/@nodelib/fs.stat/out/index.cjs +3 -3
- package/dist/_node_modules/@nodelib/fs.stat/out/index.js +3 -3
- package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/providers/async.js +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/providers/sync.js +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/settings.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/settings.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/index.cjs +3 -3
- package/dist/_node_modules/@nodelib/fs.walk/out/index.js +3 -3
- package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/providers/async.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/providers/sync.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/settings.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/settings.js +1 -1
- package/dist/packages/init/package.json.cjs +6 -1
- package/dist/packages/init/package.json.cjs.map +1 -1
- package/dist/packages/init/package.json.js +6 -1
- package/dist/packages/init/package.json.js.map +1 -1
- package/package.json +6 -3
|
@@ -3,9 +3,9 @@ const index = require("../../../../_virtual/index18.cjs");
|
|
|
3
3
|
require("./providers/async.cjs");
|
|
4
4
|
require("./providers/sync.cjs");
|
|
5
5
|
require("./settings.cjs");
|
|
6
|
-
const settings = require("../../../../_virtual/
|
|
7
|
-
const async$1 = require("../../../../_virtual/
|
|
8
|
-
const sync$1 = require("../../../../_virtual/
|
|
6
|
+
const settings = require("../../../../_virtual/settings3.cjs");
|
|
7
|
+
const async$1 = require("../../../../_virtual/async4.cjs");
|
|
8
|
+
const sync$1 = require("../../../../_virtual/sync4.cjs");
|
|
9
9
|
Object.defineProperty(index.__exports, "__esModule", { value: true });
|
|
10
10
|
index.__exports.statSync = index.__exports.stat = index.__exports.Settings = void 0;
|
|
11
11
|
const async = async$1.__exports;
|
|
@@ -2,9 +2,9 @@ import { __exports as out } from "../../../../_virtual/index18.js";
|
|
|
2
2
|
import "./providers/async.js";
|
|
3
3
|
import "./providers/sync.js";
|
|
4
4
|
import "./settings.js";
|
|
5
|
-
import { __exports as settings } from "../../../../_virtual/
|
|
6
|
-
import { __exports as async$1 } from "../../../../_virtual/
|
|
7
|
-
import { __exports as sync$1 } from "../../../../_virtual/
|
|
5
|
+
import { __exports as settings } from "../../../../_virtual/settings3.js";
|
|
6
|
+
import { __exports as async$1 } from "../../../../_virtual/async4.js";
|
|
7
|
+
import { __exports as sync$1 } from "../../../../_virtual/sync4.js";
|
|
8
8
|
Object.defineProperty(out, "__esModule", { value: true });
|
|
9
9
|
out.statSync = out.stat = out.Settings = void 0;
|
|
10
10
|
const async = async$1;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const async = require("../../../../../_virtual/
|
|
2
|
+
const async = require("../../../../../_virtual/async4.cjs");
|
|
3
3
|
Object.defineProperty(async.__exports, "__esModule", { value: true });
|
|
4
4
|
async.__exports.read = void 0;
|
|
5
5
|
function read(path, settings, callback) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as async } from "../../../../../_virtual/
|
|
1
|
+
import { __exports as async } from "../../../../../_virtual/async4.js";
|
|
2
2
|
Object.defineProperty(async, "__esModule", { value: true });
|
|
3
3
|
async.read = void 0;
|
|
4
4
|
function read(path, settings, callback) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const sync = require("../../../../../_virtual/
|
|
2
|
+
const sync = require("../../../../../_virtual/sync4.cjs");
|
|
3
3
|
Object.defineProperty(sync.__exports, "__esModule", { value: true });
|
|
4
4
|
sync.__exports.read = void 0;
|
|
5
5
|
function read(path, settings) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const settings = require("../../../../_virtual/
|
|
2
|
+
const settings = require("../../../../_virtual/settings3.cjs");
|
|
3
3
|
require("./adapters/fs.cjs");
|
|
4
4
|
const fs$1 = require("../../../../_virtual/fs2.cjs");
|
|
5
5
|
Object.defineProperty(settings.__exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as settings } from "../../../../_virtual/
|
|
1
|
+
import { __exports as settings } from "../../../../_virtual/settings3.js";
|
|
2
2
|
import "./adapters/fs.js";
|
|
3
3
|
import { __exports as fs$1 } from "../../../../_virtual/fs2.js";
|
|
4
4
|
Object.defineProperty(settings, "__esModule", { value: true });
|
|
@@ -4,10 +4,10 @@ require("./providers/async.cjs");
|
|
|
4
4
|
require("./providers/stream.cjs");
|
|
5
5
|
require("./providers/sync.cjs");
|
|
6
6
|
require("./settings.cjs");
|
|
7
|
-
const settings = require("../../../../_virtual/
|
|
8
|
-
const async = require("../../../../_virtual/
|
|
7
|
+
const settings = require("../../../../_virtual/settings2.cjs");
|
|
8
|
+
const async = require("../../../../_virtual/async3.cjs");
|
|
9
9
|
const stream = require("../../../../_virtual/stream4.cjs");
|
|
10
|
-
const sync = require("../../../../_virtual/
|
|
10
|
+
const sync = require("../../../../_virtual/sync3.cjs");
|
|
11
11
|
Object.defineProperty(index.__exports, "__esModule", { value: true });
|
|
12
12
|
index.__exports.Settings = index.__exports.walkStream = index.__exports.walkSync = index.__exports.walk = void 0;
|
|
13
13
|
const async_1 = async.__exports;
|
|
@@ -3,10 +3,10 @@ import "./providers/async.js";
|
|
|
3
3
|
import "./providers/stream.js";
|
|
4
4
|
import "./providers/sync.js";
|
|
5
5
|
import "./settings.js";
|
|
6
|
-
import { __exports as settings } from "../../../../_virtual/
|
|
7
|
-
import { __exports as async } from "../../../../_virtual/
|
|
6
|
+
import { __exports as settings } from "../../../../_virtual/settings2.js";
|
|
7
|
+
import { __exports as async } from "../../../../_virtual/async3.js";
|
|
8
8
|
import { __exports as stream } from "../../../../_virtual/stream4.js";
|
|
9
|
-
import { __exports as sync } from "../../../../_virtual/
|
|
9
|
+
import { __exports as sync } from "../../../../_virtual/sync3.js";
|
|
10
10
|
Object.defineProperty(out, "__esModule", { value: true });
|
|
11
11
|
out.Settings = out.walkStream = out.walkSync = out.walk = void 0;
|
|
12
12
|
const async_1 = async;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const async = require("../../../../../_virtual/
|
|
2
|
+
const async = require("../../../../../_virtual/async3.cjs");
|
|
3
3
|
require("../readers/async.cjs");
|
|
4
4
|
const async$1 = require("../../../../../_virtual/async5.cjs");
|
|
5
5
|
Object.defineProperty(async.__exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as async } from "../../../../../_virtual/
|
|
1
|
+
import { __exports as async } from "../../../../../_virtual/async3.js";
|
|
2
2
|
import "../readers/async.js";
|
|
3
3
|
import { __exports as async$1 } from "../../../../../_virtual/async5.js";
|
|
4
4
|
Object.defineProperty(async, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const sync = require("../../../../../_virtual/
|
|
2
|
+
const sync = require("../../../../../_virtual/sync3.cjs");
|
|
3
3
|
require("../readers/sync.cjs");
|
|
4
4
|
const sync$1 = require("../../../../../_virtual/sync5.cjs");
|
|
5
5
|
Object.defineProperty(sync.__exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as sync } from "../../../../../_virtual/
|
|
1
|
+
import { __exports as sync } from "../../../../../_virtual/sync3.js";
|
|
2
2
|
import "../readers/sync.js";
|
|
3
3
|
import { __exports as sync$1 } from "../../../../../_virtual/sync5.js";
|
|
4
4
|
Object.defineProperty(sync, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const settings = require("../../../../_virtual/
|
|
2
|
+
const settings = require("../../../../_virtual/settings2.cjs");
|
|
3
3
|
const require$$0 = require("path");
|
|
4
4
|
require("../../fs.scandir/out/index.cjs");
|
|
5
5
|
const index = require("../../../../_virtual/index20.cjs");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as settings } from "../../../../_virtual/
|
|
1
|
+
import { __exports as settings } from "../../../../_virtual/settings2.js";
|
|
2
2
|
import require$$0 from "path";
|
|
3
3
|
import "../../fs.scandir/out/index.js";
|
|
4
4
|
import { __exports as out } from "../../../../_virtual/index20.js";
|
|
@@ -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.9.7-alpha.dev-new-release-process.
|
|
4
|
+
const version = "2.9.7-alpha.dev-new-release-process.5";
|
|
5
5
|
const description = "Init Prismic Slice Machine in your project";
|
|
6
6
|
const keywords = [
|
|
7
7
|
"typescript",
|
|
@@ -95,6 +95,9 @@ const devDependencies = {
|
|
|
95
95
|
"vite-plugin-sdk": "0.1.1",
|
|
96
96
|
vitest: "0.32.0"
|
|
97
97
|
};
|
|
98
|
+
const publishConfig = {
|
|
99
|
+
access: "public"
|
|
100
|
+
};
|
|
98
101
|
const stableVersion = "2.9.7-dev-next-release.0";
|
|
99
102
|
const pkg = {
|
|
100
103
|
name,
|
|
@@ -114,6 +117,7 @@ const pkg = {
|
|
|
114
117
|
scripts,
|
|
115
118
|
dependencies,
|
|
116
119
|
devDependencies,
|
|
120
|
+
publishConfig,
|
|
117
121
|
stableVersion
|
|
118
122
|
};
|
|
119
123
|
exports.author = author;
|
|
@@ -129,6 +133,7 @@ exports.license = license;
|
|
|
129
133
|
exports.main = main;
|
|
130
134
|
exports.module = module$1;
|
|
131
135
|
exports.name = name;
|
|
136
|
+
exports.publishConfig = publishConfig;
|
|
132
137
|
exports.repository = repository;
|
|
133
138
|
exports.scripts = scripts;
|
|
134
139
|
exports.stableVersion = stableVersion;
|
|
@@ -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.9.7-alpha.dev-new-release-process.
|
|
2
|
+
const version = "2.9.7-alpha.dev-new-release-process.5";
|
|
3
3
|
const description = "Init Prismic Slice Machine in your project";
|
|
4
4
|
const keywords = [
|
|
5
5
|
"typescript",
|
|
@@ -93,6 +93,9 @@ const devDependencies = {
|
|
|
93
93
|
"vite-plugin-sdk": "0.1.1",
|
|
94
94
|
vitest: "0.32.0"
|
|
95
95
|
};
|
|
96
|
+
const publishConfig = {
|
|
97
|
+
access: "public"
|
|
98
|
+
};
|
|
96
99
|
const stableVersion = "2.9.7-dev-next-release.0";
|
|
97
100
|
const pkg = {
|
|
98
101
|
name,
|
|
@@ -112,6 +115,7 @@ const pkg = {
|
|
|
112
115
|
scripts,
|
|
113
116
|
dependencies,
|
|
114
117
|
devDependencies,
|
|
118
|
+
publishConfig,
|
|
115
119
|
stableVersion
|
|
116
120
|
};
|
|
117
121
|
export {
|
|
@@ -128,6 +132,7 @@ export {
|
|
|
128
132
|
main,
|
|
129
133
|
module,
|
|
130
134
|
name,
|
|
135
|
+
publishConfig,
|
|
131
136
|
repository,
|
|
132
137
|
scripts,
|
|
133
138
|
stableVersion,
|
|
@@ -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.9.7-alpha.dev-new-release-process.
|
|
3
|
+
"version": "2.9.7-alpha.dev-new-release-process.5",
|
|
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.70.0",
|
|
57
|
-
"@slicemachine/manager": "^0.17.3-alpha.dev-new-release-process.
|
|
57
|
+
"@slicemachine/manager": "^0.17.3-alpha.dev-new-release-process.5",
|
|
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.29-alpha.dev-new-release-process.
|
|
71
|
+
"@slicemachine/plugin-kit": "0.4.29-alpha.dev-new-release-process.5",
|
|
72
72
|
"@types/listr": "0.14.4",
|
|
73
73
|
"@types/prompts": "2.4.3",
|
|
74
74
|
"@types/semver": "7.3.13",
|
|
@@ -94,5 +94,8 @@
|
|
|
94
94
|
"vite-plugin-sdk": "0.1.1",
|
|
95
95
|
"vitest": "0.32.0"
|
|
96
96
|
},
|
|
97
|
+
"publishConfig": {
|
|
98
|
+
"access": "public"
|
|
99
|
+
},
|
|
97
100
|
"stableVersion": "2.9.7-dev-next-release.0"
|
|
98
101
|
}
|