@geenius/ai-workflow 0.5.0 → 0.6.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/react-css.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @module ReactCssEntrypointFallback
3
+ * @package @geenius/ai-workflow
4
+ * @description Node10-compatible subpath fallback for the React CSS variant.
5
+ * This file exists solely to give export-map-unaware resolvers a concrete file
6
+ * path while delegating all runtime behavior to the built React CSS package.
7
+ */
8
+ export * from "./packages/react-css/dist/index.js";
package/react.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @module ReactEntrypointFallback
3
+ * @package @geenius/ai-workflow
4
+ * @description Node10-compatible subpath fallback for the React variant.
5
+ * This file exists solely to give export-map-unaware resolvers a concrete file
6
+ * path while delegating all runtime behavior to the built React package.
7
+ */
8
+ export * from "./packages/react/dist/index.js";
package/shared.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @module SharedEntrypointFallback
3
+ * @package @geenius/ai-workflow
4
+ * @description Node10-compatible subpath fallback for the shared variant.
5
+ * This file exists solely to give export-map-unaware resolvers a concrete file
6
+ * path while delegating all runtime behavior to the built shared package.
7
+ */
8
+ export * from "./packages/shared/dist/index.js";
package/solidjs-css.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @module SolidCssEntrypointFallback
3
+ * @package @geenius/ai-workflow
4
+ * @description Node10-compatible subpath fallback for the SolidJS CSS variant.
5
+ * This file exists solely to give export-map-unaware resolvers a concrete file
6
+ * path while delegating all runtime behavior to the built SolidJS CSS package.
7
+ */
8
+ export * from "./packages/solidjs-css/dist/index.js";
package/solidjs.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @module SolidEntrypointFallback
3
+ * @package @geenius/ai-workflow
4
+ * @description Node10-compatible subpath fallback for the SolidJS variant.
5
+ * This file exists solely to give export-map-unaware resolvers a concrete file
6
+ * path while delegating all runtime behavior to the built SolidJS package.
7
+ */
8
+ export * from "./packages/solidjs/dist/index.js";