@slicemachine/manager 0.24.16-alpha.jp-cr-ui-multiple-improvements.2 → 0.24.16-alpha.jp-cr-ui-multiple-improvements.3

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,6 +1,6 @@
1
1
  "use strict";
2
2
  const _commonjsHelpers = require("../../_virtual/_commonjsHelpers.cjs");
3
- const index = require("../../_virtual/index5.cjs");
3
+ const index = require("../../_virtual/index4.cjs");
4
4
  const require$$0$1 = require("buffer");
5
5
  const require$$0 = require("stream");
6
6
  const require$$2 = require("util");
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
2
- import { __module as getStream$2 } from "../../_virtual/index5.js";
2
+ import { __module as getStream$2 } from "../../_virtual/index4.js";
3
3
  import require$$0$1 from "buffer";
4
4
  import require$$0 from "stream";
5
5
  import require$$2 from "util";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const _commonjsHelpers = require("../../_virtual/_commonjsHelpers.cjs");
3
- const index = require("../../_virtual/index4.cjs");
3
+ const index = require("../../_virtual/index5.cjs");
4
4
  const require$$0 = require("assert");
5
5
  const signals$1 = require("./signals.cjs");
6
6
  const require$$2 = require("events");
@@ -1,5 +1,5 @@
1
1
  import { commonjsGlobal, getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
2
- import { __module as signalExit } from "../../_virtual/index4.js";
2
+ import { __module as signalExit } from "../../_virtual/index5.js";
3
3
  import require$$0 from "assert";
4
4
  import { __require as requireSignals } from "./signals.js";
5
5
  import require$$2 from "events";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var signalExit = { exports: {} };
4
- exports.__module = signalExit;
3
+ var getStream = { exports: {} };
4
+ exports.__module = getStream;
5
5
  //# sourceMappingURL=index4.cjs.map
@@ -1,5 +1,5 @@
1
- var signalExit = { exports: {} };
1
+ var getStream = { exports: {} };
2
2
  export {
3
- signalExit as __module
3
+ getStream as __module
4
4
  };
5
5
  //# sourceMappingURL=index4.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var getStream = { exports: {} };
4
- exports.__module = getStream;
3
+ var signalExit = { exports: {} };
4
+ exports.__module = signalExit;
5
5
  //# sourceMappingURL=index5.cjs.map
@@ -1,5 +1,5 @@
1
- var getStream = { exports: {} };
1
+ var signalExit = { exports: {} };
2
2
  export {
3
- getStream as __module
3
+ signalExit as __module
4
4
  };
5
5
  //# sourceMappingURL=index5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/manager",
3
- "version": "0.24.16-alpha.jp-cr-ui-multiple-improvements.2",
3
+ "version": "0.24.16-alpha.jp-cr-ui-multiple-improvements.3",
4
4
  "description": "Manage all aspects of a Slice Machine project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,7 +70,7 @@
70
70
  "@prismicio/mocks": "2.13.0",
71
71
  "@prismicio/types-internal": "3.11.2",
72
72
  "@segment/analytics-node": "^2.1.2",
73
- "@slicemachine/plugin-kit": "0.4.78-alpha.jp-cr-ui-multiple-improvements.2",
73
+ "@slicemachine/plugin-kit": "0.4.78-alpha.jp-cr-ui-multiple-improvements.3",
74
74
  "cookie": "^1.0.1",
75
75
  "cors": "^2.8.5",
76
76
  "execa": "^7.1.1",