@powerlines/plugin-rspack 0.5.94 → 0.5.96

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.
@@ -1 +1 @@
1
- import{isSetObject as e}from"@stryke/type-checks/is-set-object";import{isString as t}from"@stryke/type-checks/is-string";import"@stryke/fs/read-file";import"magic-string";function n(n){return n?t(n)?n:e(n)&&`code`in n?n.code:n.toString():``}export{n as getString};
1
+ import{isSetObject as e}from"@stryke/type-checks/is-set-object";import{isString as t}from"@stryke/type-checks/is-string";import"@stryke/fs/read-file";function n(n){return n?t(n)?n:e(n)&&`code`in n?n.code:n.toString():``}export{n as getString};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rspack",
3
- "version": "0.5.94",
3
+ "version": "0.5.96",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Webpack.",
6
6
  "repository": {
@@ -152,13 +152,13 @@
152
152
  "@stryke/types": "^0.10.28",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.34.3"
155
+ "powerlines": "^0.34.5"
156
156
  },
157
157
  "devDependencies": {
158
- "@powerlines/nx": "^0.11.16",
159
- "@powerlines/plugin-plugin": "^0.12.37",
158
+ "@powerlines/nx": "^0.11.18",
159
+ "@powerlines/plugin-plugin": "^0.12.39",
160
160
  "@types/node": "^24.10.4"
161
161
  },
162
162
  "publishConfig": { "access": "public" },
163
- "gitHead": "a75893be4fb4ef6337d56d53890e22f0c5de95ce"
163
+ "gitHead": "058530a8aefaecaeb7351eae90a1bbaf4e281336"
164
164
  }