@valbuild/core 0.85.0 → 0.86.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/{index-0bd0c826.cjs.prod.js → index-273cfd81.cjs.prod.js} +1 -1
- package/dist/{index-8ca3114a.cjs.dev.js → index-4465006f.cjs.dev.js} +1 -1
- package/dist/{index-b0586240.esm.js → index-812e582d.esm.js} +1 -1
- 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
|
@@ -57,7 +57,7 @@ export type { ValRouter, RouteValidationError } from "./router.js";
|
|
|
57
57
|
export declare const FATAL_ERROR_TYPES: readonly ["no-schema", "no-source", "invalid-id", "no-module", "invalid-patch"];
|
|
58
58
|
export type FatalErrorType = (typeof FATAL_ERROR_TYPES)[number];
|
|
59
59
|
export declare const DEFAULT_CONTENT_HOST = "https://content.val.build";
|
|
60
|
-
export declare const DEFAULT_APP_HOST = "https://
|
|
60
|
+
export declare const DEFAULT_APP_HOST = "https://admin.val.build";
|
|
61
61
|
declare const Internal: {
|
|
62
62
|
VERSION: {
|
|
63
63
|
core: string | null;
|
|
@@ -5381,7 +5381,7 @@ function parseNextJsRoutePattern(moduleFilePath) {
|
|
|
5381
5381
|
var ModuleFilePathSep = "?p=";
|
|
5382
5382
|
var FATAL_ERROR_TYPES = ["no-schema", "no-source", "invalid-id", "no-module", "invalid-patch"];
|
|
5383
5383
|
var DEFAULT_CONTENT_HOST = "https://content.val.build";
|
|
5384
|
-
var DEFAULT_APP_HOST = "https://
|
|
5384
|
+
var DEFAULT_APP_HOST = "https://admin.val.build";
|
|
5385
5385
|
var Internal = {
|
|
5386
5386
|
VERSION: {
|
|
5387
5387
|
core: function () {
|
|
@@ -5381,7 +5381,7 @@ function parseNextJsRoutePattern(moduleFilePath) {
|
|
|
5381
5381
|
var ModuleFilePathSep = "?p=";
|
|
5382
5382
|
var FATAL_ERROR_TYPES = ["no-schema", "no-source", "invalid-id", "no-module", "invalid-patch"];
|
|
5383
5383
|
var DEFAULT_CONTENT_HOST = "https://content.val.build";
|
|
5384
|
-
var DEFAULT_APP_HOST = "https://
|
|
5384
|
+
var DEFAULT_APP_HOST = "https://admin.val.build";
|
|
5385
5385
|
var Internal = {
|
|
5386
5386
|
VERSION: {
|
|
5387
5387
|
core: function () {
|
|
@@ -5379,7 +5379,7 @@ function parseNextJsRoutePattern(moduleFilePath) {
|
|
|
5379
5379
|
var ModuleFilePathSep = "?p=";
|
|
5380
5380
|
var FATAL_ERROR_TYPES = ["no-schema", "no-source", "invalid-id", "no-module", "invalid-patch"];
|
|
5381
5381
|
var DEFAULT_CONTENT_HOST = "https://content.val.build";
|
|
5382
|
-
var DEFAULT_APP_HOST = "https://
|
|
5382
|
+
var DEFAULT_APP_HOST = "https://admin.val.build";
|
|
5383
5383
|
var Internal = {
|
|
5384
5384
|
VERSION: {
|
|
5385
5385
|
core: function () {
|
|
@@ -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, p as RichTextSchema, S as Schema, k as StringSchema, U as UnionSchema, V as VAL_EXTENSION, j as derefPatch, q 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, p as RichTextSchema, S as Schema, k as StringSchema, U as UnionSchema, V as VAL_EXTENSION, j as derefPatch, q as deserializeSchema, i as initVal, m as modules } from './index-812e582d.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-4465006f.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-273cfd81.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-812e582d.esm.js';
|
|
2
|
+
export { P as PatchError } from '../../dist/index-812e582d.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
|
|