@nuxt/bridge-schema-edge 3.6.1-29254312.1d4dcc2 → 3.6.1-29300987.cf4f158
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
- 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
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/bridge-schema-edge",
|
|
3
|
-
"version": "3.6.1-
|
|
3
|
+
"version": "3.6.1-29300987.cf4f158",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/bridge.git"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@unhead/schema": "^1.11.20",
|
|
19
19
|
"nitropack": "^2.12.4",
|
|
20
20
|
"unbuild": "latest",
|
|
21
|
-
"vite": "~7.1.
|
|
21
|
+
"vite": "~7.1.4"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"c12": "^3.2.0",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"defu": "^6.1.4",
|
|
27
27
|
"jiti": "^2.5.1",
|
|
28
28
|
"pathe": "^2.0.3",
|
|
29
|
-
"pkg-types": "^2.
|
|
29
|
+
"pkg-types": "^2.3.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.6.
|
|
34
|
+
"unbuild": "3.6.1",
|
|
35
35
|
"unimport": "^5.2.0",
|
|
36
36
|
"untyped": "^2.0.0"
|
|
37
37
|
},
|
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**: `"1758059256"`
|
|
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": "1758059256",
|
|
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": "1758059256"
|
|
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": "1758059256"
|
|
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": "1758059256"
|
|
2933
2933
|
}
|
|
2934
2934
|
},
|
|
2935
2935
|
"messages": {
|