@powerlines/plugin-rspack 0.5.13 → 0.5.14

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,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs'),core=require('@rspack/core'),types$1=require('@storm-software/config-tools/types'),p=require('defu'),rspack=require('powerlines/lib/build/rspack'),unplugin=require('./helpers/unplugin'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var p__default=/*#__PURE__*/_interopDefault(p);/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),core=require('@rspack/core'),types$1=require('@storm-software/config-tools/types'),p=require('defu'),rspack=require('powerlines/lib/build/rspack'),unplugin=require('./helpers/unplugin'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var p__default=/*#__PURE__*/_interopDefault(p);/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,6 +1,6 @@
1
- import { R as RspackPluginContext, a as RspackPluginOptions, P as Plugin } from '../index-M67ypuuH.cjs';
2
- export { b as RspackPluginResolvedConfig } from '../index-M67ypuuH.cjs';
3
- export { createRspackPlugin } from '../helpers/unplugin.cjs';
1
+ import { R as RspackPluginContext, a as RspackPluginOptions, P as Plugin } from './index-M67ypuuH.cjs';
2
+ export { b as RspackPluginResolvedConfig } from './index-M67ypuuH.cjs';
3
+ export { createRspackPlugin } from './helpers/unplugin.cjs';
4
4
  import '@rspack/core';
5
5
  import '@stryke/env/get-env-paths';
6
6
  import '@stryke/types/package-json';
@@ -1,6 +1,6 @@
1
- import { R as RspackPluginContext, a as RspackPluginOptions, P as Plugin } from '../index-M67ypuuH.js';
2
- export { b as RspackPluginResolvedConfig } from '../index-M67ypuuH.js';
3
- export { createRspackPlugin } from '../helpers/unplugin.js';
1
+ import { R as RspackPluginContext, a as RspackPluginOptions, P as Plugin } from './index-M67ypuuH.js';
2
+ export { b as RspackPluginResolvedConfig } from './index-M67ypuuH.js';
3
+ export { createRspackPlugin } from './helpers/unplugin.js';
4
4
  import '@rspack/core';
5
5
  import '@stryke/env/get-env-paths';
6
6
  import '@stryke/types/package-json';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {rspack}from'@rspack/core';import {LogLevelLabel}from'@storm-software/config-tools/types';import p from'defu';import {extractRspackConfig}from'powerlines/lib/build/rspack';import {createRspackPlugin}from'./helpers/unplugin';export*from'./helpers';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {rspack}from'@rspack/core';import {LogLevelLabel}from'@storm-software/config-tools/types';import p from'defu';import {extractRspackConfig}from'powerlines/lib/build/rspack';import {createRspackPlugin}from'./helpers/unplugin';export*from'./helpers';export*from'./types';/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rspack",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Webpack.",
6
6
  "repository": {
@@ -128,19 +128,19 @@
128
128
  "keywords": ["rspack", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
130
  "@rspack/core": "^1.6.1",
131
- "@stryke/fs": "^0.32.10",
132
- "@stryke/path": "^0.18.5",
133
- "@stryke/type-checks": "^0.3.10",
134
- "@stryke/types": "^0.10.0",
131
+ "@stryke/fs": "^0.32.11",
132
+ "@stryke/path": "^0.19.0",
133
+ "@stryke/type-checks": "^0.3.11",
134
+ "@stryke/types": "^0.10.1",
135
135
  "defu": "^6.1.4",
136
136
  "jiti": "^2.6.1",
137
- "powerlines": "^0.19.0"
137
+ "powerlines": "^0.19.1"
138
138
  },
139
139
  "devDependencies": {
140
- "@powerlines/nx": "^0.10.4",
141
- "@powerlines/plugin-plugin": "^0.11.12",
140
+ "@powerlines/nx": "^0.10.5",
141
+ "@powerlines/plugin-plugin": "^0.11.13",
142
142
  "@types/node": "^22.19.0"
143
143
  },
144
144
  "publishConfig": { "access": "public" },
145
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
145
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
146
146
  }