@numueg/theme-sdk 0.13.1 → 0.13.2

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.
@@ -1,48 +1,48 @@
1
1
  'use strict';
2
2
 
3
- var chunkJXJP6FND_cjs = require('./chunk-JXJP6FND.cjs');
3
+ var chunk3ZJW5EIE_cjs = require('./chunk-3ZJW5EIE.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "KNOWN_SETTING_TYPES", {
8
8
  enumerable: true,
9
- get: function () { return chunkJXJP6FND_cjs.KNOWN_SETTING_TYPES; }
9
+ get: function () { return chunk3ZJW5EIE_cjs.KNOWN_SETTING_TYPES; }
10
10
  });
11
11
  Object.defineProperty(exports, "KNOWN_TEMPLATES", {
12
12
  enumerable: true,
13
- get: function () { return chunkJXJP6FND_cjs.KNOWN_TEMPLATES; }
13
+ get: function () { return chunk3ZJW5EIE_cjs.KNOWN_TEMPLATES; }
14
14
  });
15
15
  Object.defineProperty(exports, "REQUIRED_TEMPLATES", {
16
16
  enumerable: true,
17
- get: function () { return chunkJXJP6FND_cjs.REQUIRED_TEMPLATES; }
17
+ get: function () { return chunk3ZJW5EIE_cjs.REQUIRED_TEMPLATES; }
18
18
  });
19
19
  Object.defineProperty(exports, "SDK_VERSION", {
20
20
  enumerable: true,
21
- get: function () { return chunkJXJP6FND_cjs.SDK_VERSION; }
21
+ get: function () { return chunk3ZJW5EIE_cjs.SDK_VERSION; }
22
22
  });
23
23
  Object.defineProperty(exports, "THEME_CONTRACT_VERSION", {
24
24
  enumerable: true,
25
- get: function () { return chunkJXJP6FND_cjs.THEME_CONTRACT_VERSION; }
25
+ get: function () { return chunk3ZJW5EIE_cjs.THEME_CONTRACT_VERSION; }
26
26
  });
27
27
  Object.defineProperty(exports, "mergeResults", {
28
28
  enumerable: true,
29
- get: function () { return chunkJXJP6FND_cjs.mergeResults; }
29
+ get: function () { return chunk3ZJW5EIE_cjs.mergeResults; }
30
30
  });
31
31
  Object.defineProperty(exports, "validateBuiltManifest", {
32
32
  enumerable: true,
33
- get: function () { return chunkJXJP6FND_cjs.validateBuiltManifest; }
33
+ get: function () { return chunk3ZJW5EIE_cjs.validateBuiltManifest; }
34
34
  });
35
35
  Object.defineProperty(exports, "validateManifest", {
36
36
  enumerable: true,
37
- get: function () { return chunkJXJP6FND_cjs.validateManifest; }
37
+ get: function () { return chunk3ZJW5EIE_cjs.validateManifest; }
38
38
  });
39
39
  Object.defineProperty(exports, "validateSectionSchema", {
40
40
  enumerable: true,
41
- get: function () { return chunkJXJP6FND_cjs.validateSectionSchema; }
41
+ get: function () { return chunk3ZJW5EIE_cjs.validateSectionSchema; }
42
42
  });
43
43
  Object.defineProperty(exports, "validateSettingsAgainstSchema", {
44
44
  enumerable: true,
45
- get: function () { return chunkJXJP6FND_cjs.validateSettingsAgainstSchema; }
45
+ get: function () { return chunk3ZJW5EIE_cjs.validateSettingsAgainstSchema; }
46
46
  });
47
47
  //# sourceMappingURL=validation.cjs.map
48
48
  //# sourceMappingURL=validation.cjs.map
@@ -1,3 +1,3 @@
1
- export { KNOWN_SETTING_TYPES, KNOWN_TEMPLATES, REQUIRED_TEMPLATES, SDK_VERSION, THEME_CONTRACT_VERSION, mergeResults, validateBuiltManifest, validateManifest, validateSectionSchema, validateSettingsAgainstSchema } from './chunk-AFOLV2U5.mjs';
1
+ export { KNOWN_SETTING_TYPES, KNOWN_TEMPLATES, REQUIRED_TEMPLATES, SDK_VERSION, THEME_CONTRACT_VERSION, mergeResults, validateBuiltManifest, validateManifest, validateSectionSchema, validateSettingsAgainstSchema } from './chunk-X2YWGRRG.mjs';
2
2
  //# sourceMappingURL=validation.mjs.map
3
3
  //# sourceMappingURL=validation.mjs.map
package/dist/verify.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJXJP6FND_cjs = require('./chunk-JXJP6FND.cjs');
3
+ var chunk3ZJW5EIE_cjs = require('./chunk-3ZJW5EIE.cjs');
4
4
 
5
5
  // src/verify/index.ts
6
6
  function makeFixtureStore(overrides = {}) {
@@ -127,7 +127,7 @@ function makeFixtureContext(template, overrides = {}) {
127
127
  };
128
128
  }
129
129
  async function verifyThemeRender(serverModule, options = {}) {
130
- const templates = options.templates ?? chunkJXJP6FND_cjs.REQUIRED_TEMPLATES;
130
+ const templates = options.templates ?? chunk3ZJW5EIE_cjs.REQUIRED_TEMPLATES;
131
131
  if (!serverModule || typeof serverModule.createApp !== "function") {
132
132
  return {
133
133
  ok: false,
@@ -172,7 +172,7 @@ async function verifyThemeRender(serverModule, options = {}) {
172
172
 
173
173
  Object.defineProperty(exports, "REQUIRED_TEMPLATES", {
174
174
  enumerable: true,
175
- get: function () { return chunkJXJP6FND_cjs.REQUIRED_TEMPLATES; }
175
+ get: function () { return chunk3ZJW5EIE_cjs.REQUIRED_TEMPLATES; }
176
176
  });
177
177
  exports.makeFixtureCart = makeFixtureCart;
178
178
  exports.makeFixtureCollection = makeFixtureCollection;
package/dist/verify.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { REQUIRED_TEMPLATES } from './chunk-AFOLV2U5.mjs';
2
- export { REQUIRED_TEMPLATES } from './chunk-AFOLV2U5.mjs';
1
+ import { REQUIRED_TEMPLATES } from './chunk-X2YWGRRG.mjs';
2
+ export { REQUIRED_TEMPLATES } from './chunk-X2YWGRRG.mjs';
3
3
 
4
4
  // src/verify/index.ts
5
5
  function makeFixtureStore(overrides = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@numueg/theme-sdk",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "NUMU Theme SDK — typed hooks, components, and utilities for building NUMU storefront themes",
5
5
  "keywords": [
6
6
  "numu",