@powerlines/plugin-react 0.1.250 → 0.1.252

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.
Files changed (64) hide show
  1. package/dist/components/react-optimized.d.cts +1 -1
  2. package/dist/components/react-optimized.d.mts +1 -1
  3. package/dist/index.d.cts +1 -1
  4. package/dist/index.d.mts +1 -1
  5. package/dist/types/plugin.d.cts +2 -2
  6. package/dist/types/plugin.d.mts +2 -2
  7. package/dist/types/runtime.d.cts +1 -1
  8. package/dist/types/runtime.d.mts +1 -1
  9. package/package.json +6 -6
  10. package/dist/deepkit/schemas/reflection.d.cts +0 -1560
  11. package/dist/deepkit/schemas/reflection.d.mts +0 -1560
  12. package/dist/deepkit/src/types.d.cts +0 -10
  13. package/dist/deepkit/src/types.d.mts +0 -10
  14. package/dist/plugin-alloy/src/core/components/source-file.d.cts +0 -23
  15. package/dist/plugin-alloy/src/core/components/source-file.d.mts +0 -23
  16. package/dist/plugin-alloy/src/types/components.d.cts +0 -20
  17. package/dist/plugin-alloy/src/types/components.d.mts +0 -21
  18. package/dist/plugin-alloy/src/types/index.d.cts +0 -2
  19. package/dist/plugin-alloy/src/types/index.d.mts +0 -2
  20. package/dist/plugin-alloy/src/types/plugin.d.cts +0 -36
  21. package/dist/plugin-alloy/src/types/plugin.d.mts +0 -36
  22. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.cts +0 -26
  23. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.mts +0 -26
  24. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.cts +0 -37
  25. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.mts +0 -37
  26. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.cts +0 -16
  27. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.mts +0 -16
  28. package/dist/plugin-automd/src/types/plugin.d.cts +0 -38
  29. package/dist/plugin-automd/src/types/plugin.d.mts +0 -40
  30. package/dist/plugin-automd/src/types/toc.d.cts +0 -33
  31. package/dist/plugin-automd/src/types/toc.d.mts +0 -33
  32. package/dist/plugin-babel/src/types/index.d.mts +0 -1
  33. package/dist/plugin-babel/src/types/plugin.d.cts +0 -15
  34. package/dist/plugin-babel/src/types/plugin.d.mts +0 -15
  35. package/dist/plugin-env/src/types/plugin.d.cts +0 -149
  36. package/dist/plugin-env/src/types/plugin.d.mts +0 -150
  37. package/dist/plugin-env/src/types/runtime.d.cts +0 -789
  38. package/dist/plugin-env/src/types/runtime.d.mts +0 -789
  39. package/dist/powerlines/src/internal/helpers/hooks.d.cts +0 -47
  40. package/dist/powerlines/src/internal/helpers/hooks.d.mts +0 -49
  41. package/dist/powerlines/src/types/api.d.cts +0 -104
  42. package/dist/powerlines/src/types/api.d.mts +0 -104
  43. package/dist/powerlines/src/types/babel.d.cts +0 -22
  44. package/dist/powerlines/src/types/babel.d.mts +0 -22
  45. package/dist/powerlines/src/types/build.d.cts +0 -185
  46. package/dist/powerlines/src/types/build.d.mts +0 -185
  47. package/dist/powerlines/src/types/commands.d.cts +0 -8
  48. package/dist/powerlines/src/types/commands.d.mts +0 -9
  49. package/dist/powerlines/src/types/config.d.cts +0 -435
  50. package/dist/powerlines/src/types/config.d.mts +0 -435
  51. package/dist/powerlines/src/types/context.d.cts +0 -514
  52. package/dist/powerlines/src/types/context.d.mts +0 -514
  53. package/dist/powerlines/src/types/fs.d.cts +0 -486
  54. package/dist/powerlines/src/types/fs.d.mts +0 -486
  55. package/dist/powerlines/src/types/hooks.d.cts +0 -32
  56. package/dist/powerlines/src/types/hooks.d.mts +0 -32
  57. package/dist/powerlines/src/types/plugin.d.cts +0 -205
  58. package/dist/powerlines/src/types/plugin.d.mts +0 -205
  59. package/dist/powerlines/src/types/resolved.d.cts +0 -94
  60. package/dist/powerlines/src/types/resolved.d.mts +0 -94
  61. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  62. package/dist/powerlines/src/types/tsconfig.d.mts +0 -69
  63. package/dist/powerlines/src/types/unplugin.d.cts +0 -22
  64. package/dist/powerlines/src/types/unplugin.d.mts +0 -23
@@ -1,5 +1,5 @@
1
- import { BuiltinFileProps } from "../plugin-alloy/src/typescript/components/builtin-file.cjs";
2
1
  import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
3
3
 
4
4
  //#region src/components/react-optimized.d.ts
5
5
  interface ReactOptimizedBuiltinProps extends Omit<BuiltinFileProps, "id"> {
@@ -1,5 +1,5 @@
1
- import { BuiltinFileProps } from "../plugin-alloy/src/typescript/components/builtin-file.mjs";
2
1
  import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
3
3
 
4
4
  //#region src/components/react-optimized.d.ts
5
5
  interface ReactOptimizedBuiltinProps extends Omit<BuiltinFileProps, "id"> {
package/dist/index.d.cts CHANGED
@@ -1,9 +1,9 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.cjs";
2
1
  import { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from "./components/react-optimized.cjs";
3
2
  import "./components/index.cjs";
4
3
  import { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from "./types/plugin.cjs";
5
4
  import { ReactEnvInterface, __ΩReactEnvInterface } from "./types/runtime.cjs";
6
5
  import "./types/index.cjs";
6
+ import { Plugin } from "powerlines/types/plugin";
7
7
 
8
8
  //#region src/index.d.ts
9
9
  /**
package/dist/index.d.mts CHANGED
@@ -1,9 +1,9 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.mjs";
2
1
  import { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from "./components/react-optimized.mjs";
3
2
  import "./components/index.mjs";
4
3
  import { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from "./types/plugin.mjs";
5
4
  import { ReactEnvInterface, __ΩReactEnvInterface } from "./types/runtime.mjs";
6
5
  import "./types/index.mjs";
6
+ import { Plugin } from "powerlines/types/plugin";
7
7
 
8
8
  //#region src/index.d.ts
9
9
  /**
@@ -1,5 +1,5 @@
1
- import { BabelPluginOptions } from "../plugin-babel/src/types/plugin.cjs";
2
- import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../plugin-env/src/types/plugin.cjs";
1
+ import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
2
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
3
3
  import { PluginOptions } from "babel-plugin-react-compiler";
4
4
 
5
5
  //#region src/types/plugin.d.ts
@@ -1,5 +1,5 @@
1
- import { BabelPluginOptions } from "../plugin-babel/src/types/plugin.mjs";
2
- import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../plugin-env/src/types/plugin.mjs";
1
+ import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
2
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
3
3
  import { PluginOptions } from "babel-plugin-react-compiler";
4
4
 
5
5
  //#region src/types/plugin.d.ts
@@ -1,4 +1,4 @@
1
- import { EnvInterface } from "../plugin-env/src/types/runtime.cjs";
1
+ import { EnvInterface } from "@powerlines/plugin-env/types/runtime";
2
2
 
3
3
  //#region src/types/runtime.d.ts
4
4
  interface ReactEnvInterface extends EnvInterface {
@@ -1,4 +1,4 @@
1
- import { EnvInterface } from "../plugin-env/src/types/runtime.mjs";
1
+ import { EnvInterface } from "@powerlines/plugin-env/types/runtime";
2
2
 
3
3
  //#region src/types/runtime.d.ts
4
4
  interface ReactEnvInterface extends EnvInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.250",
3
+ "version": "0.1.252",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -141,9 +141,9 @@
141
141
  "@alloy-js/markdown": "^0.22.0",
142
142
  "@alloy-js/typescript": "^0.22.0",
143
143
  "@babel/core": "^7.28.6",
144
- "@powerlines/plugin-alloy": "^0.18.113",
145
- "@powerlines/plugin-babel": "^0.12.231",
146
- "@powerlines/plugin-env": "^0.15.121",
144
+ "@powerlines/plugin-alloy": "^0.18.115",
145
+ "@powerlines/plugin-babel": "^0.12.233",
146
+ "@powerlines/plugin-env": "^0.15.123",
147
147
  "@storm-software/config-tools": "^1.189.0",
148
148
  "@stryke/cli": "^0.13.8",
149
149
  "@stryke/convert": "^0.6.35",
@@ -155,11 +155,11 @@
155
155
  "powerlines": "^0.37.95"
156
156
  },
157
157
  "devDependencies": {
158
- "@powerlines/plugin-plugin": "^0.12.173",
158
+ "@powerlines/plugin-plugin": "^0.12.175",
159
159
  "@types/node": "^24.10.9",
160
160
  "@types/react": "^19.2.9",
161
161
  "@types/react-dom": "^19.2.3"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
- "gitHead": "e16caf75f522908b123bf7941a1f0f658fe4ba7b"
164
+ "gitHead": "f153baa7a374fe331eeb1b8ea37c30c379c5efce"
165
165
  }