@storm-software/git-tools 2.124.47 → 2.124.49

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.39-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.47-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 -->
@@ -381,7 +381,7 @@ function config(newConfig) {
381
381
  return globalConfig;
382
382
  }
383
383
 
384
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/util.js
384
+ // ../../node_modules/.pnpm/zod@4.2.0/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,
@@ -455,7 +455,7 @@ function assertNotEqual(val) {
455
455
  function assertIs(_arg) {
456
456
  }
457
457
  function assertNever(_x) {
458
- throw new Error();
458
+ throw new Error("Unexpected value in exhaustive check");
459
459
  }
460
460
  function assert(_) {
461
461
  }
@@ -1019,7 +1019,7 @@ var Class = class {
1019
1019
  }
1020
1020
  };
1021
1021
 
1022
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/errors.js
1022
+ // ../../node_modules/.pnpm/zod@4.2.0/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.1.13/node_modules/zod/v4/core/parse.js
1042
+ // ../../node_modules/.pnpm/zod@4.2.0/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.1.13/node_modules/zod/v4/core/checks.js
1099
+ // ../../node_modules/.pnpm/zod@4.2.0/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.1.13/node_modules/zod/v4/core/versions.js
1191
+ // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/versions.js
1192
1192
  var version = {
1193
1193
  major: 4,
1194
- minor: 1,
1195
- patch: 13
1194
+ minor: 2,
1195
+ patch: 0
1196
1196
  };
1197
1197
 
1198
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/schemas.js
1198
+ // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/schemas.js
1199
1199
  var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
1200
1200
  var _a2;
1201
1201
  inst ?? (inst = {});
@@ -1695,15 +1695,18 @@ var $ZodRecord = /* @__PURE__ */ $constructor("$ZodRecord", (inst, def) => {
1695
1695
  throw new Error("Async schemas not supported in object keys currently");
1696
1696
  }
1697
1697
  if (keyResult.issues.length) {
1698
- payload.issues.push({
1699
- code: "invalid_key",
1700
- origin: "record",
1701
- issues: keyResult.issues.map((iss) => finalizeIssue(iss, ctx, config())),
1702
- input: key,
1703
- path: [key],
1704
- inst
1705
- });
1706
- payload.value[keyResult.value] = keyResult.value;
1698
+ if (def.mode === "loose") {
1699
+ payload.value[key] = input[key];
1700
+ } else {
1701
+ payload.issues.push({
1702
+ code: "invalid_key",
1703
+ origin: "record",
1704
+ issues: keyResult.issues.map((iss) => finalizeIssue(iss, ctx, config())),
1705
+ input: key,
1706
+ path: [key],
1707
+ inst
1708
+ });
1709
+ }
1707
1710
  continue;
1708
1711
  }
1709
1712
  const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
@@ -1843,7 +1846,7 @@ function handleDefaultResult(payload, def) {
1843
1846
  return payload;
1844
1847
  }
1845
1848
 
1846
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/registries.js
1849
+ // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/registries.js
1847
1850
  var _a;
1848
1851
  var $ZodRegistry = class {
1849
1852
  constructor() {
@@ -1893,7 +1896,7 @@ function registry() {
1893
1896
  }
1894
1897
  (_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
1895
1898
 
1896
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/api.js
1899
+ // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/core/api.js
1897
1900
  function _string(Class2, params) {
1898
1901
  return new Class2({
1899
1902
  type: "string",
@@ -1948,7 +1951,7 @@ function _toLowerCase() {
1948
1951
  return _overwrite((input) => input.toLowerCase());
1949
1952
  }
1950
1953
 
1951
- // ../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/mini/schemas.js
1954
+ // ../../node_modules/.pnpm/zod@4.2.0/node_modules/zod/v4/mini/schemas.js
1952
1955
  var ZodMiniType = /* @__PURE__ */ $constructor("ZodMiniType", (inst, def) => {
1953
1956
  if (!inst._zod)
1954
1957
  throw new Error("Uninitialized schema in ZodMiniType.");
@@ -3795,5 +3798,5 @@ exports.writeInfo = writeInfo;
3795
3798
  exports.writeSuccess = writeSuccess;
3796
3799
  exports.writeTrace = writeTrace;
3797
3800
  exports.writeWarning = writeWarning;
3798
- //# sourceMappingURL=chunk-H6AB32CG.cjs.map
3799
- //# sourceMappingURL=chunk-H6AB32CG.cjs.map
3801
+ //# sourceMappingURL=chunk-MJYADVM4.cjs.map
3802
+ //# sourceMappingURL=chunk-MJYADVM4.cjs.map