@nuxt/bridge-schema-edge 3.5.0-29142082.f9326ec → 3.6.0-29254309.9051103
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/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
- package/schema/config.d.ts +1 -1
- package/schema/config.defaults.json +1 -1
- package/schema/config.md +1 -1
- package/schema/config.schema.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1373,7 +1373,7 @@ interface ConfigSchema {
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* A unique string to uniquely identify payload versions (defaults to the current timestamp).
|
|
1375
1375
|
*
|
|
1376
|
-
* @default "
|
|
1376
|
+
* @default "1755258563"
|
|
1377
1377
|
*/
|
|
1378
1378
|
version: string,
|
|
1379
1379
|
},
|
|
@@ -1951,6 +1951,8 @@ interface NuxtAppCompat {
|
|
|
1951
1951
|
[key: string]: any;
|
|
1952
1952
|
};
|
|
1953
1953
|
provide: (name: string, value: any) => void;
|
|
1954
|
+
/** @internal */
|
|
1955
|
+
_cookies?: Record<string, unknown>;
|
|
1954
1956
|
}
|
|
1955
1957
|
interface IncomingMessage extends IncomingMessage$1 {
|
|
1956
1958
|
originalUrl?: IncomingMessage$1['url'] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1373,7 +1373,7 @@ interface ConfigSchema {
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* A unique string to uniquely identify payload versions (defaults to the current timestamp).
|
|
1375
1375
|
*
|
|
1376
|
-
* @default "
|
|
1376
|
+
* @default "1755258563"
|
|
1377
1377
|
*/
|
|
1378
1378
|
version: string,
|
|
1379
1379
|
},
|
|
@@ -1951,6 +1951,8 @@ interface NuxtAppCompat {
|
|
|
1951
1951
|
[key: string]: any;
|
|
1952
1952
|
};
|
|
1953
1953
|
provide: (name: string, value: any) => void;
|
|
1954
|
+
/** @internal */
|
|
1955
|
+
_cookies?: Record<string, unknown>;
|
|
1954
1956
|
}
|
|
1955
1957
|
interface IncomingMessage extends IncomingMessage$1 {
|
|
1956
1958
|
originalUrl?: IncomingMessage$1['url'] | undefined;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { existsSync, readdirSync } from 'node:fs';
|
|
2
2
|
import { defineUntypedSchema } from 'untyped';
|
|
3
3
|
import { join, resolve } from 'pathe';
|
|
4
|
-
import defu from 'defu';
|
|
4
|
+
import { defu } from 'defu';
|
|
5
5
|
import { isCI, isTest } from 'std-env';
|
|
6
6
|
import { withTrailingSlash, normalizeURL, joinURL } from 'ufo';
|
|
7
7
|
import createRequire from 'create-require';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/bridge-schema-edge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0-29254309.9051103",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/bridge.git"
|
|
@@ -16,27 +16,27 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/lodash.template": "^4.5.3",
|
|
18
18
|
"@unhead/schema": "^1.11.20",
|
|
19
|
-
"nitropack": "^2.
|
|
19
|
+
"nitropack": "^2.12.4",
|
|
20
20
|
"unbuild": "latest",
|
|
21
|
-
"vite": "~
|
|
21
|
+
"vite": "~7.1.1"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"c12": "^3.0
|
|
24
|
+
"c12": "^3.2.0",
|
|
25
25
|
"create-require": "^1.1.1",
|
|
26
26
|
"defu": "^6.1.4",
|
|
27
|
-
"jiti": "^2.
|
|
27
|
+
"jiti": "^2.5.1",
|
|
28
28
|
"pathe": "^2.0.3",
|
|
29
|
-
"pkg-types": "^2.
|
|
29
|
+
"pkg-types": "^2.2.0",
|
|
30
30
|
"postcss-import-resolver": "^2.0.0",
|
|
31
31
|
"scule": "^1.3.0",
|
|
32
32
|
"std-env": "^3.9.0",
|
|
33
33
|
"ufo": "^1.6.1",
|
|
34
|
-
"unbuild": "3.
|
|
35
|
-
"unimport": "^5.0
|
|
34
|
+
"unbuild": "3.6.0",
|
|
35
|
+
"unimport": "^5.2.0",
|
|
36
36
|
"untyped": "^2.0.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
|
-
"node": ">=
|
|
39
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
40
40
|
},
|
|
41
41
|
"_name": "@nuxt/bridge-schema",
|
|
42
42
|
"scripts": {
|
package/schema/config.d.ts
CHANGED
package/schema/config.md
CHANGED
|
@@ -1138,7 +1138,7 @@ If unset or set to a falsy value, the name of the fallback HTML file will be `20
|
|
|
1138
1138
|
|
|
1139
1139
|
### `version`
|
|
1140
1140
|
- **Type**: `string`
|
|
1141
|
-
- **Default**: `"
|
|
1141
|
+
- **Default**: `"1755258563"`
|
|
1142
1142
|
|
|
1143
1143
|
> A unique string to uniquely identify payload versions (defaults to the current timestamp).
|
|
1144
1144
|
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"description": "",
|
|
1998
1998
|
"tags": [],
|
|
1999
1999
|
"id": "#generate/staticAssets/version",
|
|
2000
|
-
"default": "
|
|
2000
|
+
"default": "1755258563",
|
|
2001
2001
|
"type": "string"
|
|
2002
2002
|
}
|
|
2003
2003
|
},
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
"dir": "static",
|
|
2006
2006
|
"base": "/_nuxt/home/runner/work/bridge/bridge/packages/bridge-schema/dist",
|
|
2007
2007
|
"versionBase": "",
|
|
2008
|
-
"version": "
|
|
2008
|
+
"version": "1755258563"
|
|
2009
2009
|
},
|
|
2010
2010
|
"type": "object"
|
|
2011
2011
|
}
|
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
"dir": "static",
|
|
2030
2030
|
"base": "/_nuxt/home/runner/work/bridge/bridge/packages/bridge-schema/dist",
|
|
2031
2031
|
"versionBase": "",
|
|
2032
|
-
"version": "
|
|
2032
|
+
"version": "1755258563"
|
|
2033
2033
|
}
|
|
2034
2034
|
},
|
|
2035
2035
|
"type": "object"
|
|
@@ -2929,7 +2929,7 @@
|
|
|
2929
2929
|
"dir": "static",
|
|
2930
2930
|
"base": "/_nuxt/home/runner/work/bridge/bridge/packages/bridge-schema/dist",
|
|
2931
2931
|
"versionBase": "",
|
|
2932
|
-
"version": "
|
|
2932
|
+
"version": "1755258563"
|
|
2933
2933
|
}
|
|
2934
2934
|
},
|
|
2935
2935
|
"messages": {
|