@slicemachine/init 2.10.39-alpha.jp-unauthorized-error-improvement.5 → 2.10.39-alpha.lg-remove-changes-tooltip.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.
- package/dist/_node_modules/cross-spawn/index.cjs +1 -1
- package/dist/_node_modules/cross-spawn/index.js +1 -1
- package/dist/_node_modules/dir-glob/index.cjs +2 -2
- package/dist/_node_modules/dir-glob/index.js +2 -2
- package/dist/_node_modules/fast-glob/out/index.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/index.js +1 -1
- package/dist/_node_modules/fast-glob/out/managers/tasks.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/managers/tasks.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/deep.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/deep.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/entry.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/entry.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/error.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/error.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/transformers/entry.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/transformers/entry.js +1 -1
- package/dist/_node_modules/fast-glob/out/readers/reader.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/readers/reader.js +1 -1
- package/dist/_node_modules/fast-glob/out/utils/index.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/utils/index.js +1 -1
- package/dist/_node_modules/path-type/index.cjs +1 -1
- package/dist/_node_modules/path-type/index.js +1 -1
- package/dist/_virtual/index4.cjs +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/_virtual/index5.cjs +2 -2
- package/dist/_virtual/index5.js +2 -2
- package/dist/_virtual/index6.cjs +2 -2
- package/dist/_virtual/index6.js +2 -2
- package/dist/_virtual/index7.cjs +2 -2
- package/dist/_virtual/index7.js +2 -2
- package/dist/packages/init/package.json.cjs +1 -1
- package/dist/packages/init/package.json.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const _commonjsHelpers = require("../../_virtual/_commonjsHelpers.cjs");
|
|
3
|
-
const index = require("../../_virtual/
|
|
3
|
+
const index = require("../../_virtual/index7.cjs");
|
|
4
4
|
const require$$0 = require("child_process");
|
|
5
5
|
const parse$1 = require("./lib/parse.cjs");
|
|
6
6
|
const enoent$1 = require("./lib/enoent.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as crossSpawn$1 } from "../../_virtual/
|
|
2
|
+
import { __module as crossSpawn$1 } from "../../_virtual/index7.js";
|
|
3
3
|
import require$$0 from "child_process";
|
|
4
4
|
import { p as parse_1 } from "./lib/parse.js";
|
|
5
5
|
import { e as enoent$1 } from "./lib/enoent.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const _commonjsHelpers = require("../../_virtual/_commonjsHelpers.cjs");
|
|
3
|
-
const index = require("../../_virtual/
|
|
3
|
+
const index = require("../../_virtual/index5.cjs");
|
|
4
4
|
const require$$0 = require("path");
|
|
5
5
|
require("../path-type/index.cjs");
|
|
6
|
-
const index$1 = require("../../_virtual/
|
|
6
|
+
const index$1 = require("../../_virtual/index6.cjs");
|
|
7
7
|
const path = require$$0;
|
|
8
8
|
const pathType = index$1.__exports;
|
|
9
9
|
const getExtensions = (extensions) => extensions.length > 1 ? `{${extensions.join(",")}}` : extensions[0];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as dirGlob$1 } from "../../_virtual/
|
|
2
|
+
import { __module as dirGlob$1 } from "../../_virtual/index5.js";
|
|
3
3
|
import require$$0 from "path";
|
|
4
4
|
import "../path-type/index.js";
|
|
5
|
-
import { __exports as pathType$1 } from "../../_virtual/
|
|
5
|
+
import { __exports as pathType$1 } from "../../_virtual/index6.js";
|
|
6
6
|
const path = require$$0;
|
|
7
7
|
const pathType = pathType$1;
|
|
8
8
|
const getExtensions = (extensions) => extensions.length > 1 ? `{${extensions.join(",")}}` : extensions[0];
|
|
@@ -13,7 +13,7 @@ const async = require("../../../_virtual/async.cjs");
|
|
|
13
13
|
const stream = require("../../../_virtual/stream.cjs");
|
|
14
14
|
const sync = require("../../../_virtual/sync.cjs");
|
|
15
15
|
const settings = require("../../../_virtual/settings.cjs");
|
|
16
|
-
const index = require("../../../_virtual/
|
|
16
|
+
const index = require("../../../_virtual/index4.cjs");
|
|
17
17
|
const taskManager = tasks.__exports;
|
|
18
18
|
const patternManager = patterns.__exports;
|
|
19
19
|
const async_1 = async.__exports;
|
|
@@ -12,7 +12,7 @@ import { __exports as async } from "../../../_virtual/async.js";
|
|
|
12
12
|
import { __exports as stream } from "../../../_virtual/stream.js";
|
|
13
13
|
import { __exports as sync } from "../../../_virtual/sync.js";
|
|
14
14
|
import { __exports as settings } from "../../../_virtual/settings.js";
|
|
15
|
-
import { __exports as utils$1 } from "../../../_virtual/
|
|
15
|
+
import { __exports as utils$1 } from "../../../_virtual/index4.js";
|
|
16
16
|
const taskManager = tasks;
|
|
17
17
|
const patternManager = patterns;
|
|
18
18
|
const async_1 = async;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const tasks = require("../../../../_virtual/tasks.cjs");
|
|
3
3
|
require("../utils/index.cjs");
|
|
4
|
-
const index = require("../../../../_virtual/
|
|
4
|
+
const index = require("../../../../_virtual/index4.cjs");
|
|
5
5
|
Object.defineProperty(tasks.__exports, "__esModule", { value: true });
|
|
6
6
|
tasks.__exports.convertPatternGroupToTask = tasks.__exports.convertPatternGroupsToTasks = tasks.__exports.groupPatternsByBaseDirectory = tasks.__exports.getNegativePatternsAsPositive = tasks.__exports.getPositivePatterns = tasks.__exports.convertPatternsToTasks = tasks.__exports.generate = void 0;
|
|
7
7
|
const utils = index.__exports;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as tasks } from "../../../../_virtual/tasks.js";
|
|
2
2
|
import "../utils/index.js";
|
|
3
|
-
import { __exports as utils$1 } from "../../../../_virtual/
|
|
3
|
+
import { __exports as utils$1 } from "../../../../_virtual/index4.js";
|
|
4
4
|
Object.defineProperty(tasks, "__esModule", { value: true });
|
|
5
5
|
tasks.convertPatternGroupToTask = tasks.convertPatternGroupsToTasks = tasks.groupPatternsByBaseDirectory = tasks.getNegativePatternsAsPositive = tasks.getPositivePatterns = tasks.convertPatternsToTasks = tasks.generate = void 0;
|
|
6
6
|
const utils = utils$1;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const deep = require("../../../../../_virtual/deep.cjs");
|
|
3
3
|
require("../../utils/index.cjs");
|
|
4
4
|
require("../matchers/partial.cjs");
|
|
5
|
-
const index = require("../../../../../_virtual/
|
|
5
|
+
const index = require("../../../../../_virtual/index4.cjs");
|
|
6
6
|
const partial = require("../../../../../_virtual/partial.cjs");
|
|
7
7
|
Object.defineProperty(deep.__exports, "__esModule", { value: true });
|
|
8
8
|
const utils = index.__exports;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __exports as deep } from "../../../../../_virtual/deep.js";
|
|
2
2
|
import "../../utils/index.js";
|
|
3
3
|
import "../matchers/partial.js";
|
|
4
|
-
import { __exports as utils$1 } from "../../../../../_virtual/
|
|
4
|
+
import { __exports as utils$1 } from "../../../../../_virtual/index4.js";
|
|
5
5
|
import { __exports as partial } from "../../../../../_virtual/partial.js";
|
|
6
6
|
Object.defineProperty(deep, "__esModule", { value: true });
|
|
7
7
|
const utils = utils$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const entry = require("../../../../../_virtual/entry.cjs");
|
|
3
3
|
require("../../utils/index.cjs");
|
|
4
|
-
const index = require("../../../../../_virtual/
|
|
4
|
+
const index = require("../../../../../_virtual/index4.cjs");
|
|
5
5
|
Object.defineProperty(entry.__exports, "__esModule", { value: true });
|
|
6
6
|
const utils = index.__exports;
|
|
7
7
|
class EntryFilter {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as entry } from "../../../../../_virtual/entry.js";
|
|
2
2
|
import "../../utils/index.js";
|
|
3
|
-
import { __exports as utils$1 } from "../../../../../_virtual/
|
|
3
|
+
import { __exports as utils$1 } from "../../../../../_virtual/index4.js";
|
|
4
4
|
Object.defineProperty(entry, "__esModule", { value: true });
|
|
5
5
|
const utils = utils$1;
|
|
6
6
|
class EntryFilter {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const error = require("../../../../../_virtual/error.cjs");
|
|
3
3
|
require("../../utils/index.cjs");
|
|
4
|
-
const index = require("../../../../../_virtual/
|
|
4
|
+
const index = require("../../../../../_virtual/index4.cjs");
|
|
5
5
|
Object.defineProperty(error.__exports, "__esModule", { value: true });
|
|
6
6
|
const utils = index.__exports;
|
|
7
7
|
class ErrorFilter {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as error } from "../../../../../_virtual/error.js";
|
|
2
2
|
import "../../utils/index.js";
|
|
3
|
-
import { __exports as utils$1 } from "../../../../../_virtual/
|
|
3
|
+
import { __exports as utils$1 } from "../../../../../_virtual/index4.js";
|
|
4
4
|
Object.defineProperty(error, "__esModule", { value: true });
|
|
5
5
|
const utils = utils$1;
|
|
6
6
|
class ErrorFilter {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const matcher = require("../../../../../_virtual/matcher.cjs");
|
|
3
3
|
require("../../utils/index.cjs");
|
|
4
|
-
const index = require("../../../../../_virtual/
|
|
4
|
+
const index = require("../../../../../_virtual/index4.cjs");
|
|
5
5
|
Object.defineProperty(matcher.__exports, "__esModule", { value: true });
|
|
6
6
|
const utils = index.__exports;
|
|
7
7
|
class Matcher {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as matcher } from "../../../../../_virtual/matcher.js";
|
|
2
2
|
import "../../utils/index.js";
|
|
3
|
-
import { __exports as utils$1 } from "../../../../../_virtual/
|
|
3
|
+
import { __exports as utils$1 } from "../../../../../_virtual/index4.js";
|
|
4
4
|
Object.defineProperty(matcher, "__esModule", { value: true });
|
|
5
5
|
const utils = utils$1;
|
|
6
6
|
class Matcher {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const entry = require("../../../../../_virtual/entry2.cjs");
|
|
3
3
|
require("../../utils/index.cjs");
|
|
4
|
-
const index = require("../../../../../_virtual/
|
|
4
|
+
const index = require("../../../../../_virtual/index4.cjs");
|
|
5
5
|
Object.defineProperty(entry.__exports, "__esModule", { value: true });
|
|
6
6
|
const utils = index.__exports;
|
|
7
7
|
class EntryTransformer {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as entry } from "../../../../../_virtual/entry2.js";
|
|
2
2
|
import "../../utils/index.js";
|
|
3
|
-
import { __exports as utils$1 } from "../../../../../_virtual/
|
|
3
|
+
import { __exports as utils$1 } from "../../../../../_virtual/index4.js";
|
|
4
4
|
Object.defineProperty(entry, "__esModule", { value: true });
|
|
5
5
|
const utils = utils$1;
|
|
6
6
|
class EntryTransformer {
|
|
@@ -4,7 +4,7 @@ const require$$0 = require("path");
|
|
|
4
4
|
require("../../../@nodelib/fs.stat/out/index.cjs");
|
|
5
5
|
require("../utils/index.cjs");
|
|
6
6
|
const index = require("../../../../_virtual/index15.cjs");
|
|
7
|
-
const index$1 = require("../../../../_virtual/
|
|
7
|
+
const index$1 = require("../../../../_virtual/index4.cjs");
|
|
8
8
|
Object.defineProperty(reader.__exports, "__esModule", { value: true });
|
|
9
9
|
const path = require$$0;
|
|
10
10
|
const fsStat = index.__exports;
|
|
@@ -3,7 +3,7 @@ import require$$0 from "path";
|
|
|
3
3
|
import "../../../@nodelib/fs.stat/out/index.js";
|
|
4
4
|
import "../utils/index.js";
|
|
5
5
|
import { __exports as out } from "../../../../_virtual/index15.js";
|
|
6
|
-
import { __exports as utils$1 } from "../../../../_virtual/
|
|
6
|
+
import { __exports as utils$1 } from "../../../../_virtual/index4.js";
|
|
7
7
|
Object.defineProperty(reader, "__esModule", { value: true });
|
|
8
8
|
const path = require$$0;
|
|
9
9
|
const fsStat = out;
|
package/dist/_virtual/index4.cjs
CHANGED
package/dist/_virtual/index4.js
CHANGED
package/dist/_virtual/index5.cjs
CHANGED
package/dist/_virtual/index5.js
CHANGED
package/dist/_virtual/index6.cjs
CHANGED
package/dist/_virtual/index6.js
CHANGED
package/dist/_virtual/index7.cjs
CHANGED
package/dist/_virtual/index7.js
CHANGED
|
@@ -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.39-alpha.
|
|
4
|
+
const version = "2.10.39-alpha.lg-remove-changes-tooltip.1";
|
|
5
5
|
const description = "Init Prismic Slice Machine in your project";
|
|
6
6
|
const keywords = [
|
|
7
7
|
"typescript",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "@slicemachine/init";
|
|
2
|
-
const version = "2.10.39-alpha.
|
|
2
|
+
const version = "2.10.39-alpha.lg-remove-changes-tooltip.1";
|
|
3
3
|
const description = "Init Prismic Slice Machine in your project";
|
|
4
4
|
const keywords = [
|
|
5
5
|
"typescript",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/init",
|
|
3
|
-
"version": "2.10.39-alpha.
|
|
3
|
+
"version": "2.10.39-alpha.lg-remove-changes-tooltip.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.25.3-alpha.
|
|
57
|
+
"@slicemachine/manager": "0.25.3-alpha.lg-remove-changes-tooltip.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.81-alpha.
|
|
71
|
+
"@slicemachine/plugin-kit": "0.4.81-alpha.lg-remove-changes-tooltip.1",
|
|
72
72
|
"@types/listr": "0.14.4",
|
|
73
73
|
"@types/prompts": "2.4.3",
|
|
74
74
|
"@types/semver": "7.3.13",
|