@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 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
- [![Version](https://img.shields.io/badge/version-2.124.49-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-2.124.56-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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.0/node_modules/zod/v4/core/util.js
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.0/node_modules/zod/v4/core/errors.js
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.0/node_modules/zod/v4/core/parse.js
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.0/node_modules/zod/v4/core/checks.js
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.0/node_modules/zod/v4/core/versions.js
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: 0
1195
+ patch: 1
1196
1196
  };
1197
1197
 
1198
- // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/schemas.js
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.0/node_modules/zod/v4/core/registries.js
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.0/node_modules/zod/v4/core/api.js
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.0/node_modules/zod/v4/mini/schemas.js
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-ZWBPVIEG.cjs.map
3800
- //# sourceMappingURL=chunk-ZWBPVIEG.cjs.map
3799
+ //# sourceMappingURL=chunk-3PQ6YKQX.cjs.map
3800
+ //# sourceMappingURL=chunk-3PQ6YKQX.cjs.map