@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.
- package/dist/declarations/src/index.d.ts +1 -1
- package/dist/declarations/src/router.d.ts +1 -1
- package/dist/{index-ad8961ed.cjs.prod.js → index-4421cd12.cjs.prod.js} +2 -2
- package/dist/{index-0688e9f7.esm.js → index-d1491224.esm.js} +2 -2
- package/dist/{index-89cd4eb4.cjs.dev.js → index-fcce0216.cjs.dev.js} +2 -2
- package/dist/valbuild-core.cjs.dev.js +1 -1
- package/dist/valbuild-core.cjs.prod.js +1 -1
- package/dist/valbuild-core.esm.js +1 -1
- package/package.json +1 -1
- package/patch/dist/valbuild-core-patch.cjs.dev.js +1 -1
- package/patch/dist/valbuild-core-patch.cjs.prod.js +1 -1
- package/patch/dist/valbuild-core-patch.esm.js +2 -2
|
@@ -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
|
-
|
|
76
|
+
externalPageRouter: import("./router.js").ValRouter;
|
|
77
77
|
remote: {
|
|
78
78
|
createRemoteRef: typeof createRemoteRef;
|
|
79
79
|
getValidationBasis: typeof getValidationBasis;
|
|
@@ -5507,7 +5507,7 @@ function deserializeSchema(serialized) {
|
|
|
5507
5507
|
}
|
|
5508
5508
|
}
|
|
5509
5509
|
|
|
5510
|
-
var
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
5751
|
+
externalPageRouter: externalPageRouter,
|
|
5752
5752
|
remote: {
|
|
5753
5753
|
createRemoteRef: createRemoteRef,
|
|
5754
5754
|
getValidationBasis: getValidationBasis,
|
|
@@ -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-
|
|
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var dist_valbuildCore = require('../../dist/index-
|
|
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-
|
|
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-
|
|
2
|
-
export { P as PatchError } from '../../dist/index-
|
|
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
|
|