veryfront 0.1.761 → 0.1.763
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/esm/deno.js +1 -1
- package/esm/src/extensions/content/content-processor.d.ts +3 -3
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +43014 -20480
- package/esm/src/integrations/_tool_summaries.d.ts.map +1 -1
- package/esm/src/integrations/_tool_summaries.js +596 -0
- package/esm/src/integrations/feature-flags.d.ts +1 -1
- package/esm/src/integrations/feature-flags.d.ts.map +1 -1
- package/esm/src/integrations/feature-flags.js +71 -0
- package/esm/src/integrations/schema.d.ts +41 -5
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +88 -1
- package/esm/src/rendering/orchestrator/html-project-css.d.ts +3 -3
- package/esm/src/rendering/orchestrator/html-project-css.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/html-project-css.js +9 -18
- package/esm/src/server/services/rsc/endpoints/rsc-bundles.generated.js +1 -1
- package/esm/src/transforms/import-rewriter/strategies/bare-strategy.js +1 -1
- package/esm/src/transforms/import-rewriter/strategies/url-strategy.d.ts +1 -1
- package/esm/src/transforms/import-rewriter/strategies/url-strategy.d.ts.map +1 -1
- package/esm/src/transforms/import-rewriter/strategies/url-strategy.js +1 -1
- package/esm/src/transforms/import-rewriter/url-builder.d.ts.map +1 -1
- package/esm/src/transforms/import-rewriter/url-builder.js +36 -2
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
package/esm/deno.js
CHANGED
|
@@ -67,9 +67,9 @@ export interface ContentCompileOptions {
|
|
|
67
67
|
rehypePlugins?: ContentPlugin[];
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* Opaque unified-compatible plugin entry. Kept as
|
|
71
|
-
* the contract surface doesn't require consumers to depend on the
|
|
72
|
-
* package directly. Callers cast to the plugin-list shape they need.
|
|
70
|
+
* Opaque unified-compatible plugin entry. Kept as an unknown-typed value or
|
|
71
|
+
* tuple so the contract surface doesn't require consumers to depend on the
|
|
72
|
+
* `unified` package directly. Callers cast to the plugin-list shape they need.
|
|
73
73
|
*/
|
|
74
74
|
export type ContentPlugin = unknown | [unknown, ...unknown[]];
|
|
75
75
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,EA051DzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAyZxC,CAAC"}
|