@storm-software/git-tools 2.124.56 → 2.124.58
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/README.md +1 -2
- package/bin/{chunk-ZWBPVIEG.cjs → chunk-3PQ6YKQX.cjs} +12 -12
- package/bin/{chunk-ZWBPVIEG.cjs.map → chunk-3PQ6YKQX.cjs.map} +1 -1
- package/bin/{chunk-XEHEHJAH.js → chunk-GMMJM4AI.js} +12 -12
- package/bin/{chunk-XEHEHJAH.js.map → chunk-GMMJM4AI.js.map} +1 -1
- package/bin/git.cjs +75 -75
- package/bin/git.js +1 -1
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.js +1 -1
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.js +1 -1
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.js +1 -1
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.js +1 -1
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.js +1 -1
- package/bin/pre-push.cjs +13 -13
- package/bin/pre-push.js +1 -1
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +1 -1
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -46,7 +46,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
-
|
|
50
49
|
## Table of Contents
|
|
51
50
|
|
|
52
51
|
- [Storm Git Tools](#storm-git-tools)
|
|
@@ -381,7 +381,7 @@ function config(newConfig) {
|
|
|
381
381
|
return globalConfig;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
384
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/util.js
|
|
385
385
|
var util_exports = {};
|
|
386
386
|
__export(util_exports, {
|
|
387
387
|
BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
|
|
@@ -1019,7 +1019,7 @@ var Class = class {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
};
|
|
1021
1021
|
|
|
1022
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1022
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/errors.js
|
|
1023
1023
|
var initializer = (inst, def) => {
|
|
1024
1024
|
inst.name = "$ZodError";
|
|
1025
1025
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -1039,7 +1039,7 @@ var initializer = (inst, def) => {
|
|
|
1039
1039
|
var $ZodError = $constructor("$ZodError", initializer);
|
|
1040
1040
|
var $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
|
|
1041
1041
|
|
|
1042
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1042
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/parse.js
|
|
1043
1043
|
var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
1044
1044
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
1045
1045
|
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
@@ -1096,7 +1096,7 @@ var string = (params) => {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
var boolean = /^(?:true|false)$/i;
|
|
1098
1098
|
|
|
1099
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1099
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/checks.js
|
|
1100
1100
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
1101
1101
|
var _a2;
|
|
1102
1102
|
inst._zod ?? (inst._zod = {});
|
|
@@ -1188,14 +1188,14 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
1188
1188
|
};
|
|
1189
1189
|
});
|
|
1190
1190
|
|
|
1191
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1191
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/versions.js
|
|
1192
1192
|
var version = {
|
|
1193
1193
|
major: 4,
|
|
1194
1194
|
minor: 2,
|
|
1195
|
-
patch:
|
|
1195
|
+
patch: 1
|
|
1196
1196
|
};
|
|
1197
1197
|
|
|
1198
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1198
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/schemas.js
|
|
1199
1199
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
1200
1200
|
var _a2;
|
|
1201
1201
|
inst ?? (inst = {});
|
|
@@ -1846,7 +1846,7 @@ function handleDefaultResult(payload, def) {
|
|
|
1846
1846
|
return payload;
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1849
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/registries.js
|
|
1850
1850
|
var _a;
|
|
1851
1851
|
var $ZodRegistry = class {
|
|
1852
1852
|
constructor() {
|
|
@@ -1896,7 +1896,7 @@ function registry() {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
(_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
|
|
1898
1898
|
|
|
1899
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1899
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/core/api.js
|
|
1900
1900
|
function _string(Class2, params) {
|
|
1901
1901
|
return new Class2({
|
|
1902
1902
|
type: "string",
|
|
@@ -1951,7 +1951,7 @@ function _toLowerCase() {
|
|
|
1951
1951
|
return _overwrite((input) => input.toLowerCase());
|
|
1952
1952
|
}
|
|
1953
1953
|
|
|
1954
|
-
// ../../node_modules/.pnpm/zod@4.2.
|
|
1954
|
+
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/mini/schemas.js
|
|
1955
1955
|
var ZodMiniType = /* @__PURE__ */ $constructor("ZodMiniType", (inst, def) => {
|
|
1956
1956
|
if (!inst._zod)
|
|
1957
1957
|
throw new Error("Uninitialized schema in ZodMiniType.");
|
|
@@ -3796,5 +3796,5 @@ exports.writeInfo = writeInfo;
|
|
|
3796
3796
|
exports.writeSuccess = writeSuccess;
|
|
3797
3797
|
exports.writeTrace = writeTrace;
|
|
3798
3798
|
exports.writeWarning = writeWarning;
|
|
3799
|
-
//# sourceMappingURL=chunk-
|
|
3800
|
-
//# sourceMappingURL=chunk-
|
|
3799
|
+
//# sourceMappingURL=chunk-3PQ6YKQX.cjs.map
|
|
3800
|
+
//# sourceMappingURL=chunk-3PQ6YKQX.cjs.map
|