npm-pkg-hook 1.12.8 → 1.12.9
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/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -6
package/dist/index.js
CHANGED
|
@@ -5681,7 +5681,7 @@ var require_lodash = __commonJS({
|
|
|
5681
5681
|
}
|
|
5682
5682
|
return mapped.length && mapped[0] === arrays[0] ? baseIntersection(mapped, undefined2, comparator) : [];
|
|
5683
5683
|
});
|
|
5684
|
-
function
|
|
5684
|
+
function join(array, separator) {
|
|
5685
5685
|
return array == null ? "" : nativeJoin.call(array, separator);
|
|
5686
5686
|
}
|
|
5687
5687
|
function last(array) {
|
|
@@ -7600,7 +7600,7 @@ var require_lodash = __commonJS({
|
|
|
7600
7600
|
lodash.isUndefined = isUndefined;
|
|
7601
7601
|
lodash.isWeakMap = isWeakMap;
|
|
7602
7602
|
lodash.isWeakSet = isWeakSet;
|
|
7603
|
-
lodash.join =
|
|
7603
|
+
lodash.join = join;
|
|
7604
7604
|
lodash.kebabCase = kebabCase;
|
|
7605
7605
|
lodash.last = last;
|
|
7606
7606
|
lodash.lastIndexOf = lastIndexOf;
|
|
@@ -8115,8 +8115,6 @@ __export(index_exports, {
|
|
|
8115
8115
|
version: () => version2
|
|
8116
8116
|
});
|
|
8117
8117
|
module.exports = __toCommonJS(index_exports);
|
|
8118
|
-
var import_node_fs = require("fs");
|
|
8119
|
-
var import_node_path = require("path");
|
|
8120
8118
|
|
|
8121
8119
|
// src/hooks/updateExtProductFoodsOptional/index.ts
|
|
8122
8120
|
var import_client2 = require("@apollo/client");
|
|
@@ -57250,8 +57248,7 @@ var getSession = async () => {
|
|
|
57250
57248
|
var future = null;
|
|
57251
57249
|
|
|
57252
57250
|
// src/index.ts
|
|
57253
|
-
var
|
|
57254
|
-
var version2 = packageJson.version;
|
|
57251
|
+
var version2 = "1.12.9";
|
|
57255
57252
|
// Annotate the CommonJS export names for ESM import in node:
|
|
57256
57253
|
0 && (module.exports = {
|
|
57257
57254
|
BroadcastChannel,
|