@powerlines/plugin-react 0.1.143 → 0.1.145

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.
@@ -15,6 +15,6 @@ interface TypescriptFileImportItem {
15
15
  alias?: string;
16
16
  type?: boolean;
17
17
  }
18
- type TypescriptFileImports = Record<string, null | Array<TypescriptFileImportItem | string>>;
18
+ type TypescriptFileImports = Record<string, null | string | Array<TypescriptFileImportItem | string>>;
19
19
  //#endregion
20
20
  export { ComponentProps, TypescriptFileImportItem, TypescriptFileImports };
@@ -16,6 +16,6 @@ interface TypescriptFileImportItem {
16
16
  alias?: string;
17
17
  type?: boolean;
18
18
  }
19
- type TypescriptFileImports = Record<string, null | Array<TypescriptFileImportItem | string>>;
19
+ type TypescriptFileImports = Record<string, null | string | Array<TypescriptFileImportItem | string>>;
20
20
  //#endregion
21
21
  export { ComponentProps, TypescriptFileImportItem, TypescriptFileImports };
@@ -19,7 +19,7 @@ import { ExternalIdResult, UnpluginBuildContext, UnpluginContext, UnpluginMessag
19
19
  //#region ../powerlines/src/types/context.d.ts
20
20
 
21
21
  /**
22
- * The severity level of a {@link LogRecord}.
22
+ * The severity level of a log message.
23
23
  */
24
24
  type LogLevel = "debug" | "info" | "warning" | "error" | "fatal";
25
25
  declare const LogLevel: {
@@ -19,7 +19,7 @@ import { ExternalIdResult, UnpluginBuildContext, UnpluginContext, UnpluginMessag
19
19
  //#region ../powerlines/src/types/context.d.ts
20
20
 
21
21
  /**
22
- * The severity level of a {@link LogRecord}.
22
+ * The severity level of a log message.
23
23
  */
24
24
  type LogLevel = "debug" | "info" | "warning" | "error" | "fatal";
25
25
  declare const LogLevel: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.143",
3
+ "version": "0.1.145",
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.5",
144
- "@powerlines/plugin-alloy": "^0.18.11",
145
- "@powerlines/plugin-babel": "^0.12.138",
146
- "@powerlines/plugin-env": "^0.15.14",
144
+ "@powerlines/plugin-alloy": "^0.18.13",
145
+ "@powerlines/plugin-babel": "^0.12.140",
146
+ "@powerlines/plugin-env": "^0.15.16",
147
147
  "@storm-software/config-tools": "^1.188.75",
148
148
  "@stryke/cli": "^0.12.37",
149
149
  "@stryke/convert": "^0.6.30",
@@ -152,14 +152,14 @@
152
152
  "@vitejs/plugin-react": "^5.1.2",
153
153
  "babel-plugin-react-compiler": "^1.0.0",
154
154
  "defu": "^6.1.4",
155
- "powerlines": "^0.37.3"
155
+ "powerlines": "^0.37.5"
156
156
  },
157
157
  "devDependencies": {
158
- "@powerlines/plugin-plugin": "^0.12.81",
158
+ "@powerlines/plugin-plugin": "^0.12.83",
159
159
  "@types/node": "^24.10.4",
160
160
  "@types/react": "^19.2.7",
161
161
  "@types/react-dom": "^19.2.3"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
- "gitHead": "ae9a5afaa497538477b63988242f433b60974623"
164
+ "gitHead": "cde0a30e0b06424661720ed40b29ae6f67a9ebcc"
165
165
  }