@powerlines/plugin-plugin 0.12.236 → 0.12.238

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.
@@ -9,3 +9,4 @@ for (let i = 0; i < chars.length; i++) {
9
9
  intToChar[i] = c;
10
10
  charToInt[c] = i;
11
11
  }
12
+ //# sourceMappingURL=sourcemap-codec.cjs.map
@@ -7,3 +7,4 @@ for (let i = 0; i < chars.length; i++) {
7
7
  intToChar[i] = c;
8
8
  charToInt[c] = i;
9
9
  }
10
+ //# sourceMappingURL=sourcemap-codec.js.map
@@ -67,3 +67,4 @@ function createRolldownPlugin(factory) {
67
67
  }
68
68
 
69
69
  exports.createRolldownPlugin = createRolldownPlugin;
70
+ //# sourceMappingURL=index.cjs.map
@@ -65,3 +65,4 @@ function createRolldownPlugin(factory) {
65
65
  }
66
66
 
67
67
  export { createRolldownPlugin };
68
+ //# sourceMappingURL=index.js.map
@@ -108,3 +108,4 @@ function normalizeObjectHook(name, hook) {
108
108
 
109
109
  exports.i = toArray;
110
110
  exports.r = normalizeObjectHook;
111
+ //# sourceMappingURL=parse-CRORloGP.cjs.map
@@ -105,3 +105,4 @@ function normalizeObjectHook(name, hook) {
105
105
  }
106
106
 
107
107
  export { toArray as i, normalizeObjectHook as r };
108
+ //# sourceMappingURL=parse-CRORloGP.js.map
@@ -103,3 +103,4 @@ declare module "powerlines" {
103
103
 
104
104
  exports.default = plugin;
105
105
  exports.plugin = plugin;
106
+ //# sourceMappingURL=index.cjs.map
package/dist/src/index.js CHANGED
@@ -98,3 +98,4 @@ declare module "powerlines" {
98
98
  }, ['PluginPluginOptions', 'options', () => ({}), '', 'P"w!2">#!/$']);
99
99
 
100
100
  export { plugin as default, plugin };
101
+ //# sourceMappingURL=index.js.map
@@ -9,3 +9,4 @@ exports.__ΩPluginPluginOptions = src_types_plugin.__ΩPluginPluginOptions;
9
9
  exports.__ΩPluginPluginResolvedConfig = src_types_plugin.__ΩPluginPluginResolvedConfig;
10
10
  exports.__ΩPluginPluginTypesOptions = src_types_plugin.__ΩPluginPluginTypesOptions;
11
11
  exports.__ΩPluginPluginUserConfig = src_types_plugin.__ΩPluginPluginUserConfig;
12
+ //# sourceMappingURL=index.cjs.map
@@ -1 +1,2 @@
1
1
  export { __ΩPluginPluginContext, __ΩPluginPluginOptions, __ΩPluginPluginResolvedConfig, __ΩPluginPluginTypesOptions, __ΩPluginPluginUserConfig } from './plugin.js';
2
+ //# sourceMappingURL=index.js.map
@@ -28,3 +28,4 @@ exports.__ΩPluginPluginOptions = __ΩPluginPluginOptions;
28
28
  exports.__ΩPluginPluginResolvedConfig = __ΩPluginPluginResolvedConfig;
29
29
  exports.__ΩPluginPluginTypesOptions = __ΩPluginPluginTypesOptions;
30
30
  exports.__ΩPluginPluginUserConfig = __ΩPluginPluginUserConfig;
31
+ //# sourceMappingURL=plugin.cjs.map
@@ -22,3 +22,4 @@ const __ΩPluginPluginResolvedConfig = [() => __ΩPluginPluginOptions, 'plugin',
22
22
  const __ΩPluginPluginContext = [() => __ΩPluginPluginResolvedConfig, 'TResolvedConfig', 'PluginPluginContext', 'n!c"!w#y'];
23
23
 
24
24
  export { __ΩPluginPluginContext, __ΩPluginPluginOptions, __ΩPluginPluginResolvedConfig, __ΩPluginPluginTypesOptions, __ΩPluginPluginUserConfig };
25
+ //# sourceMappingURL=plugin.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.236",
3
+ "version": "0.12.238",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -126,7 +126,7 @@
126
126
  "@stryke/types": "^0.10.39",
127
127
  "defu": "^6.1.4",
128
128
  "jiti": "^2.6.1",
129
- "powerlines": "^0.38.52",
129
+ "powerlines": "^0.38.54",
130
130
  "tsdown": "0.17.0-beta.5",
131
131
  "unplugin": "3.0.0-beta.3"
132
132
  },
@@ -134,10 +134,10 @@
134
134
  "@rollup/plugin-commonjs": "^28.0.9",
135
135
  "@rollup/plugin-node-resolve": "^16.0.3",
136
136
  "@types/babel__helper-plugin-utils": "^7.10.3",
137
- "@types/node": "^24.10.13",
138
- "rollup": "^4.57.1",
137
+ "@types/node": "^25.3.0",
138
+ "rollup": "^4.58.0",
139
139
  "rollup-plugin-typescript2": "^0.36.0"
140
140
  },
141
141
  "publishConfig": { "access": "public" },
142
- "gitHead": "6b0cb2991365377489df17b83ec2f657fc191781"
142
+ "gitHead": "ce66aa9dcd74be0d06474697484d3320a607ea98"
143
143
  }