@getcommunity/gc-validators 0.0.237 → 0.0.238

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/schemas.cjs CHANGED
@@ -3,7 +3,7 @@ const require_chunk = require("./chunk-CKQMccvm.cjs");
3
3
  const require_constants = require("./constants.cjs");
4
4
  const require_permissions = require("./permissions.cjs");
5
5
  let valibot = require("valibot");
6
- valibot = require_chunk.__toESM(valibot);
6
+ valibot = require_chunk.__toESM(valibot, 1);
7
7
  //#region src/schemas/core-validators.schemas.ts
8
8
  /**
9
9
  * Basic number validator
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_chunk = require("./chunk-CKQMccvm.cjs");
3
3
  let valibot = require("valibot");
4
- valibot = require_chunk.__toESM(valibot);
4
+ valibot = require_chunk.__toESM(valibot, 1);
5
5
  //#region src/utilities/datetime.ts
6
6
  function dateToday() {
7
7
  const date = /* @__PURE__ */ new Date();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getcommunity/gc-validators",
3
3
  "description": "Schema Validator for GetCommunity web-stack types",
4
- "version": "0.0.237",
4
+ "version": "0.0.238",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "type": "module",
@@ -97,10 +97,10 @@
97
97
  "clean": "rm -rf dist .turbo node_modules"
98
98
  },
99
99
  "devDependencies": {
100
- "@getcommunity/config-prettier": "^0.0.16",
101
- "prettier": "^3.8.1",
100
+ "@getcommunity/config-prettier": "^0.1.1",
101
+ "prettier": "^3.8.3",
102
102
  "prettier-plugin-organize-imports": "^4.3.0",
103
- "tsdown": "^0.21.7",
103
+ "tsdown": "^0.21.8",
104
104
  "typescript": "^6.0.2"
105
105
  },
106
106
  "bugs": {