@valbuild/core 0.92.0 → 0.93.0

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.
@@ -73,7 +73,7 @@ declare const Internal: {
73
73
  splitModuleFilePathAndModulePath: typeof splitModuleFilePathAndModulePath;
74
74
  joinModuleFilePathAndModulePath: typeof joinModuleFilePathAndModulePath;
75
75
  nextAppRouter: import("./router.js").ValRouter;
76
- externalUrlPage: import("./router.js").ValRouter;
76
+ externalPageRouter: import("./router.js").ValRouter;
77
77
  remote: {
78
78
  createRemoteRef: typeof createRemoteRef;
79
79
  getValidationBasis: typeof getValidationBasis;
@@ -1,5 +1,5 @@
1
1
  import { ModuleFilePath } from "./val/index.js";
2
- export declare const externalUrlPage: ValRouter;
2
+ export declare const externalPageRouter: ValRouter;
3
3
  export type RouteValidationError = {
4
4
  error: {
5
5
  message: string;
@@ -5507,7 +5507,7 @@ function deserializeSchema(serialized) {
5507
5507
  }
5508
5508
  }
5509
5509
 
5510
- var externalUrlPage = {
5510
+ var externalPageRouter = {
5511
5511
  getRouterId: function getRouterId() {
5512
5512
  return "external-url-router";
5513
5513
  },
@@ -5748,7 +5748,7 @@ var Internal = {
5748
5748
  splitModuleFilePathAndModulePath: splitModuleFilePathAndModulePath,
5749
5749
  joinModuleFilePathAndModulePath: joinModuleFilePathAndModulePath,
5750
5750
  nextAppRouter: nextAppRouter,
5751
- externalUrlPage: externalUrlPage,
5751
+ externalPageRouter: externalPageRouter,
5752
5752
  remote: {
5753
5753
  createRemoteRef: createRemoteRef,
5754
5754
  getValidationBasis: getValidationBasis,
@@ -5505,7 +5505,7 @@ function deserializeSchema(serialized) {
5505
5505
  }
5506
5506
  }
5507
5507
 
5508
- var externalUrlPage = {
5508
+ var externalPageRouter = {
5509
5509
  getRouterId: function getRouterId() {
5510
5510
  return "external-url-router";
5511
5511
  },
@@ -5746,7 +5746,7 @@ var Internal = {
5746
5746
  splitModuleFilePathAndModulePath: splitModuleFilePathAndModulePath,
5747
5747
  joinModuleFilePathAndModulePath: joinModuleFilePathAndModulePath,
5748
5748
  nextAppRouter: nextAppRouter,
5749
- externalUrlPage: externalUrlPage,
5749
+ externalPageRouter: externalPageRouter,
5750
5750
  remote: {
5751
5751
  createRemoteRef: createRemoteRef,
5752
5752
  getValidationBasis: getValidationBasis,
@@ -5507,7 +5507,7 @@ function deserializeSchema(serialized) {
5507
5507
  }
5508
5508
  }
5509
5509
 
5510
- var externalUrlPage = {
5510
+ var externalPageRouter = {
5511
5511
  getRouterId: function getRouterId() {
5512
5512
  return "external-url-router";
5513
5513
  },
@@ -5748,7 +5748,7 @@ var Internal = {
5748
5748
  splitModuleFilePathAndModulePath: splitModuleFilePathAndModulePath,
5749
5749
  joinModuleFilePathAndModulePath: joinModuleFilePathAndModulePath,
5750
5750
  nextAppRouter: nextAppRouter,
5751
- externalUrlPage: externalUrlPage,
5751
+ externalPageRouter: externalPageRouter,
5752
5752
  remote: {
5753
5753
  createRemoteRef: createRemoteRef,
5754
5754
  getValidationBasis: getValidationBasis,
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_valbuildCore = require('./index-89cd4eb4.cjs.dev.js');
5
+ var dist_valbuildCore = require('./index-fcce0216.cjs.dev.js');
6
6
  require('./result-bb1f436e.cjs.dev.js');
7
7
 
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_valbuildCore = require('./index-ad8961ed.cjs.prod.js');
5
+ var dist_valbuildCore = require('./index-4421cd12.cjs.prod.js');
6
6
  require('./result-787e35f6.cjs.prod.js');
7
7
 
8
8
 
@@ -1,2 +1,2 @@
1
- export { A as ArraySchema, B as BooleanSchema, e as DEFAULT_APP_HOST, D as DEFAULT_CONTENT_HOST, f as DEFAULT_VAL_REMOTE_HOST, o as DateSchema, F as FATAL_ERROR_TYPES, g as FILE_REF_PROP, h as FILE_REF_SUBTYPE_TAG, n as FileSchema, G as GenericSelector, l as ImageSchema, I as Internal, K as KeyOfSchema, L as LiteralSchema, M as ModuleFilePathSep, N as NumberSchema, O as ObjectSchema, R as RecordSchema, q as RichTextSchema, p as RouteSchema, S as Schema, k as StringSchema, U as UnionSchema, V as VAL_EXTENSION, j as derefPatch, r as deserializeSchema, i as initVal, m as modules } from './index-0688e9f7.esm.js';
1
+ export { A as ArraySchema, B as BooleanSchema, e as DEFAULT_APP_HOST, D as DEFAULT_CONTENT_HOST, f as DEFAULT_VAL_REMOTE_HOST, o as DateSchema, F as FATAL_ERROR_TYPES, g as FILE_REF_PROP, h as FILE_REF_SUBTYPE_TAG, n as FileSchema, G as GenericSelector, l as ImageSchema, I as Internal, K as KeyOfSchema, L as LiteralSchema, M as ModuleFilePathSep, N as NumberSchema, O as ObjectSchema, R as RecordSchema, q as RichTextSchema, p as RouteSchema, S as Schema, k as StringSchema, U as UnionSchema, V as VAL_EXTENSION, j as derefPatch, r as deserializeSchema, i as initVal, m as modules } from './index-d1491224.esm.js';
2
2
  import './result-daff1cae.esm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/core",
3
- "version": "0.92.0",
3
+ "version": "0.93.0",
4
4
  "private": false,
5
5
  "description": "Val - supercharged hard-coded content",
6
6
  "repository": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_valbuildCore = require('../../dist/index-89cd4eb4.cjs.dev.js');
5
+ var dist_valbuildCore = require('../../dist/index-fcce0216.cjs.dev.js');
6
6
  var result = require('../../dist/result-bb1f436e.cjs.dev.js');
7
7
  var util = require('../../dist/util-b213092b.cjs.dev.js');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_valbuildCore = require('../../dist/index-ad8961ed.cjs.prod.js');
5
+ var dist_valbuildCore = require('../../dist/index-4421cd12.cjs.prod.js');
6
6
  var result = require('../../dist/result-787e35f6.cjs.prod.js');
7
7
  var util = require('../../dist/util-030d8a1f.cjs.prod.js');
8
8
 
@@ -1,5 +1,5 @@
1
- import { _ as _typeof, a as _slicedToArray, P as PatchError, s as splitModuleFilePathAndModulePath, b as _createClass, c as _classCallCheck, d as _toConsumableArray } from '../../dist/index-0688e9f7.esm.js';
2
- export { P as PatchError } from '../../dist/index-0688e9f7.esm.js';
1
+ import { _ as _typeof, a as _slicedToArray, P as PatchError, s as splitModuleFilePathAndModulePath, b as _createClass, c as _classCallCheck, d as _toConsumableArray } from '../../dist/index-d1491224.esm.js';
2
+ export { P as PatchError } from '../../dist/index-d1491224.esm.js';
3
3
  import { f as isNonEmpty, e as err, o as ok, m as map, g as flatMap, i as isErr, h as flatMapReduce, j as filterOrElse, k as mapErr, l as map$1, n as all, p as flatten, q as allT } from '../../dist/result-daff1cae.esm.js';
4
4
  import { p as pipe } from '../../dist/util-18613e99.esm.js';
5
5