@powerlines/plugin-tsup 0.12.13 → 0.12.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'),types$1=require('@storm-software/config-tools/types'),tsup=require('@storm-software/tsup'),append=require('@stryke/path/append'),a=require('defu'),tsup$1=require('powerlines/lib/build/tsup'),unplugin=require('./helpers/unplugin'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var a__default=/*#__PURE__*/_interopDefault(a);/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),types$1=require('@storm-software/config-tools/types'),tsup=require('@storm-software/tsup'),append=require('@stryke/path/append'),a=require('defu'),tsup$1=require('powerlines/lib/build/tsup'),unplugin=require('./helpers/unplugin'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var a__default=/*#__PURE__*/_interopDefault(a);/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,6 +1,6 @@
1
- import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from '../index-FYhufNdW.cjs';
2
- export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-FYhufNdW.cjs';
3
- export { createTsupPlugin } from '../helpers/unplugin.cjs';
1
+ import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-FYhufNdW.cjs';
2
+ export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from './index-FYhufNdW.cjs';
3
+ export { createTsupPlugin } from './helpers/unplugin.cjs';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
6
6
  import '@storm-software/config-tools/types';
@@ -1,6 +1,6 @@
1
- import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from '../index-FYhufNdW.js';
2
- export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-FYhufNdW.js';
3
- export { createTsupPlugin } from '../helpers/unplugin.js';
1
+ import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-FYhufNdW.js';
2
+ export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from './index-FYhufNdW.js';
3
+ export { createTsupPlugin } from './helpers/unplugin.js';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
6
6
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {build,resolveOptions}from'@storm-software/tsup';import {appendPath}from'@stryke/path/append';import a$1 from'defu';import {resolveTsupEntry,extractTsupConfig}from'powerlines/lib/build/tsup';import {createTsupPlugin}from'./helpers/unplugin';export*from'./helpers';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {build,resolveOptions}from'@storm-software/tsup';import {appendPath}from'@stryke/path/append';import a$1 from'defu';import {resolveTsupEntry,extractTsupConfig}from'powerlines/lib/build/tsup';import {createTsupPlugin}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-tsup",
3
- "version": "0.12.13",
3
+ "version": "0.12.14",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -128,17 +128,17 @@
128
128
  "keywords": ["tsup", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
130
  "@storm-software/tsup": "^0.2.17",
131
- "@stryke/path": "^0.18.5",
132
- "@stryke/type-checks": "^0.3.10",
133
- "@stryke/types": "^0.10.0",
131
+ "@stryke/path": "^0.19.0",
132
+ "@stryke/type-checks": "^0.3.11",
133
+ "@stryke/types": "^0.10.1",
134
134
  "defu": "^6.1.4",
135
- "powerlines": "^0.19.0"
135
+ "powerlines": "^0.19.1"
136
136
  },
137
137
  "devDependencies": {
138
- "@powerlines/nx": "^0.10.4",
139
- "@powerlines/plugin-plugin": "^0.11.12",
138
+ "@powerlines/nx": "^0.10.5",
139
+ "@powerlines/plugin-plugin": "^0.11.13",
140
140
  "@types/node": "^22.19.0"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
143
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
144
144
  }