@veryfront/ext-dev-ui-react 0.1.1190 → 0.1.1191
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/README.md
CHANGED
|
@@ -6,15 +6,9 @@ extension and registers one immutable `DevUiAssetProvider` bundle. The bundle
|
|
|
6
6
|
contains both the React implementation and its generated stylesheet, so the
|
|
7
7
|
two assets cannot be built or deployed at different versions.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
requests no Deno runtime capabilities.
|
|
12
|
-
|
|
13
|
-
This package supplies the asset bundle and its shared host protocol only.
|
|
14
|
-
Veryfront's dashboard and projects pages still use the legacy development UI.
|
|
15
|
-
A host that adopts `DevUiAssetProvider` must also implement the dashboard
|
|
16
|
-
session endpoint and CSRF-token contract exposed by the shared protocol; the
|
|
17
|
-
core host does not provide those protocol operations yet.
|
|
9
|
+
Core serves that checked-in bundle from local, same-origin endpoints. It never
|
|
10
|
+
loads React, transforms TSX, imports a CDN module, or falls back to source at
|
|
11
|
+
request time. The extension requests no Deno runtime capabilities.
|
|
18
12
|
|
|
19
13
|
After changing the UI or shell source, regenerate and verify both generated
|
|
20
14
|
files with:
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Do not edit manually.
|
|
6
6
|
*/
|
|
7
7
|
export declare const DEV_UI_BROWSER_BUNDLE: string;
|
|
8
|
-
export declare const DEV_UI_BROWSER_BUNDLE_SHA256 = "
|
|
8
|
+
export declare const DEV_UI_BROWSER_BUNDLE_SHA256 = "543fe714913fdd05d68cde6d32215365a23108b4843dc0b8d1720737549208a0";
|
|
9
9
|
//# sourceMappingURL=dev-ui-bundle.generated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dev-ui-bundle.generated.d.ts","sourceRoot":"","sources":["../../src/src/dev-ui-bundle.generated.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,eAAO,MAAM,qBAAqB,EAAE,
|
|
1
|
+
{"version":3,"file":"dev-ui-bundle.generated.d.ts","sourceRoot":"","sources":["../../src/src/dev-ui-bundle.generated.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,eAAO,MAAM,qBAAqB,EAAE,MAAgljT,CAAC;AACrnjT,eAAO,MAAM,4BAA4B,qEAC2B,CAAC"}
|