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.mjs
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;
|
|
@@ -7857,10 +7857,6 @@ var require_lodash = __commonJS({
|
|
|
7857
7857
|
}
|
|
7858
7858
|
});
|
|
7859
7859
|
|
|
7860
|
-
// src/index.ts
|
|
7861
|
-
import { readFileSync } from "fs";
|
|
7862
|
-
import { join } from "path";
|
|
7863
|
-
|
|
7864
7860
|
// src/hooks/updateExtProductFoodsOptional/index.ts
|
|
7865
7861
|
import { useMutation } from "@apollo/client";
|
|
7866
7862
|
|
|
@@ -57037,8 +57033,7 @@ var getSession = async () => {
|
|
|
57037
57033
|
var future = null;
|
|
57038
57034
|
|
|
57039
57035
|
// src/index.ts
|
|
57040
|
-
var
|
|
57041
|
-
var version2 = packageJson.version;
|
|
57036
|
+
var version2 = "1.12.9";
|
|
57042
57037
|
export {
|
|
57043
57038
|
BroadcastChannel,
|
|
57044
57039
|
CATEGORY_EMPTY,
|