@sonicjs-cms/core 2.0.7 → 2.0.8

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/utils.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkRSFXIU6A_cjs = require('./chunk-RSFXIU6A.cjs');
3
+ var chunkCHMO2DOC_cjs = require('./chunk-CHMO2DOC.cjs');
4
4
  var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
5
5
  require('./chunk-IGJUBJBW.cjs');
6
6
 
@@ -8,43 +8,43 @@ require('./chunk-IGJUBJBW.cjs');
8
8
 
9
9
  Object.defineProperty(exports, "QueryFilterBuilder", {
10
10
  enumerable: true,
11
- get: function () { return chunkRSFXIU6A_cjs.QueryFilterBuilder; }
11
+ get: function () { return chunkCHMO2DOC_cjs.QueryFilterBuilder; }
12
12
  });
13
13
  Object.defineProperty(exports, "SONICJS_VERSION", {
14
14
  enumerable: true,
15
- get: function () { return chunkRSFXIU6A_cjs.SONICJS_VERSION; }
15
+ get: function () { return chunkCHMO2DOC_cjs.SONICJS_VERSION; }
16
16
  });
17
17
  Object.defineProperty(exports, "TemplateRenderer", {
18
18
  enumerable: true,
19
- get: function () { return chunkRSFXIU6A_cjs.TemplateRenderer; }
19
+ get: function () { return chunkCHMO2DOC_cjs.TemplateRenderer; }
20
20
  });
21
21
  Object.defineProperty(exports, "buildQuery", {
22
22
  enumerable: true,
23
- get: function () { return chunkRSFXIU6A_cjs.buildQuery; }
23
+ get: function () { return chunkCHMO2DOC_cjs.buildQuery; }
24
24
  });
25
25
  Object.defineProperty(exports, "escapeHtml", {
26
26
  enumerable: true,
27
- get: function () { return chunkRSFXIU6A_cjs.escapeHtml; }
27
+ get: function () { return chunkCHMO2DOC_cjs.escapeHtml; }
28
28
  });
29
29
  Object.defineProperty(exports, "getCoreVersion", {
30
30
  enumerable: true,
31
- get: function () { return chunkRSFXIU6A_cjs.getCoreVersion; }
31
+ get: function () { return chunkCHMO2DOC_cjs.getCoreVersion; }
32
32
  });
33
33
  Object.defineProperty(exports, "renderTemplate", {
34
34
  enumerable: true,
35
- get: function () { return chunkRSFXIU6A_cjs.renderTemplate; }
35
+ get: function () { return chunkCHMO2DOC_cjs.renderTemplate; }
36
36
  });
37
37
  Object.defineProperty(exports, "sanitizeInput", {
38
38
  enumerable: true,
39
- get: function () { return chunkRSFXIU6A_cjs.sanitizeInput; }
39
+ get: function () { return chunkCHMO2DOC_cjs.sanitizeInput; }
40
40
  });
41
41
  Object.defineProperty(exports, "sanitizeObject", {
42
42
  enumerable: true,
43
- get: function () { return chunkRSFXIU6A_cjs.sanitizeObject; }
43
+ get: function () { return chunkCHMO2DOC_cjs.sanitizeObject; }
44
44
  });
45
45
  Object.defineProperty(exports, "templateRenderer", {
46
46
  enumerable: true,
47
- get: function () { return chunkRSFXIU6A_cjs.templateRenderer; }
47
+ get: function () { return chunkCHMO2DOC_cjs.templateRenderer; }
48
48
  });
49
49
  Object.defineProperty(exports, "metricsTracker", {
50
50
  enumerable: true,
package/dist/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, escapeHtml, getCoreVersion, renderTemplate, sanitizeInput, sanitizeObject, templateRenderer } from './chunk-YURRY22X.js';
1
+ export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, escapeHtml, getCoreVersion, renderTemplate, sanitizeInput, sanitizeObject, templateRenderer } from './chunk-Z2CZC6TC.js';
2
2
  export { metricsTracker } from './chunk-FICTAGD4.js';
3
3
  import './chunk-V4OQ3NZ2.js';
4
4
  //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonicjs-cms/core",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Core framework for SonicJS headless CMS - Edge-first, TypeScript-native CMS built for Cloudflare Workers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -89,7 +89,7 @@
89
89
  "@cloudflare/workers-types": "^4.0.0",
90
90
  "hono": "^4.0.0",
91
91
  "drizzle-orm": "^0.44.0",
92
- "zod": "^3.0.0"
92
+ "zod": "^3.0.0 || ^4.0.0"
93
93
  },
94
94
  "dependencies": {
95
95
  "drizzle-zod": "^0.8.3",