powerlines 0.47.89 → 0.47.91
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.
- package/dist/api.cjs +2 -10
- package/dist/api.d.mts +0 -2
- package/dist/api.mjs +0 -8
- package/dist/astro.cjs +0 -8
- package/dist/astro.d.mts +0 -2
- package/dist/astro.mjs +0 -8
- package/dist/{_virtual/_rolldown/runtime.mjs → chunk-BUUfjzRC.mjs} +1 -9
- package/dist/{_virtual/_rolldown/runtime.cjs → chunk-BbWMFyz5.cjs} +18 -11
- package/dist/config.cjs +1 -9
- package/dist/config.d.mts +0 -2
- package/dist/config.mjs +1 -9
- package/dist/constants.cjs +0 -8
- package/dist/constants.d.mts +0 -2
- package/dist/constants.mjs +0 -8
- package/dist/engine.cjs +5 -10
- package/dist/engine.d.mts +0 -2
- package/dist/engine.d.mts.map +1 -1
- package/dist/engine.mjs +4 -9
- package/dist/engine.mjs.map +1 -1
- package/dist/esbuild.cjs +0 -8
- package/dist/esbuild.d.mts +0 -2
- package/dist/esbuild.mjs +0 -8
- package/dist/farm.cjs +0 -8
- package/dist/farm.d.mts +0 -2
- package/dist/farm.mjs +0 -8
- package/dist/helpers.cjs +0 -8
- package/dist/helpers.d.mts +0 -2
- package/dist/helpers.mjs +0 -8
- package/dist/index.cjs +1 -9
- package/dist/index.d.mts +0 -2
- package/dist/index.mjs +1 -9
- package/dist/next.cjs +0 -8
- package/dist/next.d.mts +0 -2
- package/dist/next.mjs +0 -8
- package/dist/nuxt.cjs +0 -8
- package/dist/nuxt.d.mts +0 -2
- package/dist/nuxt.mjs +0 -8
- package/dist/plugin-utils.cjs +1 -9
- package/dist/plugin-utils.d.mts +0 -2
- package/dist/plugin-utils.mjs +1 -9
- package/dist/rolldown.cjs +0 -8
- package/dist/rolldown.d.mts +0 -2
- package/dist/rolldown.mjs +0 -8
- package/dist/rollup.cjs +0 -8
- package/dist/rollup.d.mts +0 -2
- package/dist/rollup.mjs +0 -8
- package/dist/rspack.cjs +0 -8
- package/dist/rspack.d.mts +0 -2
- package/dist/rspack.mjs +0 -8
- package/dist/schema.cjs +0 -8
- package/dist/schema.d.mts +0 -2
- package/dist/schema.mjs +0 -8
- package/dist/storage.cjs +1 -9
- package/dist/storage.d.mts +0 -2
- package/dist/storage.mjs +1 -9
- package/dist/tsdown.cjs +0 -8
- package/dist/tsdown.d.mts +0 -2
- package/dist/tsdown.mjs +0 -8
- package/dist/tsup.cjs +0 -8
- package/dist/tsup.d.mts +0 -2
- package/dist/tsup.mjs +0 -8
- package/dist/types.cjs +0 -8
- package/dist/types.d.mts +0 -2
- package/dist/types.mjs +0 -8
- package/dist/unloader.cjs +0 -8
- package/dist/unloader.d.mts +0 -2
- package/dist/unloader.mjs +0 -8
- package/dist/unplugin.cjs +0 -8
- package/dist/unplugin.d.mts +0 -2
- package/dist/unplugin.mjs +0 -8
- package/dist/utils.cjs +0 -8
- package/dist/utils.d.mts +0 -2
- package/dist/utils.mjs +0 -8
- package/dist/vite.cjs +0 -8
- package/dist/vite.d.mts +0 -2
- package/dist/vite.mjs +0 -8
- package/dist/webpack.cjs +0 -8
- package/dist/webpack.d.mts +0 -2
- package/dist/webpack.mjs +0 -8
- package/package.json +10 -18
- package/dist/constants.test.cjs +0 -18
- package/dist/constants.test.d.cts +0 -1
- package/dist/constants.test.d.mts +0 -2
- package/dist/constants.test.mjs +0 -20
- package/dist/constants.test.mjs.map +0 -1
- package/dist/engine.test.cjs +0 -24
- package/dist/engine.test.d.cts +0 -1
- package/dist/engine.test.d.mts +0 -2
- package/dist/engine.test.mjs +0 -26
- package/dist/engine.test.mjs.map +0 -1
- package/dist/package.cjs +0 -19
- package/dist/package.mjs +0 -14
- package/dist/package.mjs.map +0 -1
package/dist/schema.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/schema"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/storage.cjs
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
1
|
+
const require_chunk = require('./chunk-BbWMFyz5.cjs');
|
|
10
2
|
|
|
11
3
|
|
|
12
4
|
var _powerlines_core_storage = require("@powerlines/core/storage");
|
package/dist/storage.d.mts
CHANGED
package/dist/storage.mjs
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
|
|
10
2
|
|
|
11
3
|
export * from "@powerlines/core/storage"
|
|
12
4
|
|
package/dist/tsdown.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_tsdown = require("@powerlines/unplugin/tsdown");
|
|
12
4
|
Object.keys(_powerlines_unplugin_tsdown).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/tsdown.d.mts
CHANGED
package/dist/tsdown.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/tsdown"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/tsup.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_tsup = require("@powerlines/unplugin/tsup");
|
|
12
4
|
Object.keys(_powerlines_unplugin_tsup).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/tsup.d.mts
CHANGED
package/dist/tsup.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/tsup"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/types.cjs
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
package/dist/types.d.mts
CHANGED
package/dist/types.mjs
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export { };
|
package/dist/unloader.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_unloader = require("@powerlines/unplugin/unloader");
|
|
12
4
|
Object.keys(_powerlines_unplugin_unloader).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/unloader.d.mts
CHANGED
package/dist/unloader.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/unloader"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/unplugin.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_unplugin = require("@powerlines/unplugin/unplugin");
|
|
12
4
|
Object.keys(_powerlines_unplugin_unplugin).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/unplugin.d.mts
CHANGED
package/dist/unplugin.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/unplugin"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/utils.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_core_lib = require("@powerlines/core/lib");
|
|
12
4
|
Object.keys(_powerlines_core_lib).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/utils.d.mts
CHANGED
package/dist/utils.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/core/lib"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/vite.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_vite = require("@powerlines/unplugin/vite");
|
|
12
4
|
Object.keys(_powerlines_unplugin_vite).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/vite.d.mts
CHANGED
package/dist/vite.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/vite"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/dist/webpack.cjs
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
3
|
var _powerlines_unplugin_webpack = require("@powerlines/unplugin/webpack");
|
|
12
4
|
Object.keys(_powerlines_unplugin_webpack).forEach(function (k) {
|
|
13
5
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/webpack.d.mts
CHANGED
package/dist/webpack.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
1
|
export * from "@powerlines/unplugin/webpack"
|
|
10
2
|
|
|
11
3
|
export { };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.91",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
|
|
6
6
|
"keywords": [
|
|
@@ -66,18 +66,10 @@
|
|
|
66
66
|
"import": "./dist/constants.mjs",
|
|
67
67
|
"require": "./dist/constants.cjs"
|
|
68
68
|
},
|
|
69
|
-
"./constants.test": {
|
|
70
|
-
"import": "./dist/constants.test.mjs",
|
|
71
|
-
"require": "./dist/constants.test.cjs"
|
|
72
|
-
},
|
|
73
69
|
"./engine": {
|
|
74
70
|
"import": "./dist/engine.mjs",
|
|
75
71
|
"require": "./dist/engine.cjs"
|
|
76
72
|
},
|
|
77
|
-
"./engine.test": {
|
|
78
|
-
"import": "./dist/engine.test.mjs",
|
|
79
|
-
"require": "./dist/engine.test.cjs"
|
|
80
|
-
},
|
|
81
73
|
"./esbuild": {
|
|
82
74
|
"import": "./dist/esbuild.mjs",
|
|
83
75
|
"require": "./dist/esbuild.cjs"
|
|
@@ -142,25 +134,25 @@
|
|
|
142
134
|
"files": ["dist", "files"],
|
|
143
135
|
"dependencies": {
|
|
144
136
|
"@babel/types": "8.0.0-rc.6",
|
|
145
|
-
"@powerlines/core": "^0.48.
|
|
146
|
-
"@powerlines/engine": "^0.49.
|
|
147
|
-
"@powerlines/schema": "^0.11.
|
|
148
|
-
"@powerlines/unplugin": "^0.0.
|
|
137
|
+
"@powerlines/core": "^0.48.30",
|
|
138
|
+
"@powerlines/engine": "^0.49.32",
|
|
139
|
+
"@powerlines/schema": "^0.11.74",
|
|
140
|
+
"@powerlines/unplugin": "^0.0.78",
|
|
149
141
|
"@storm-software/config": "^1.137.69",
|
|
150
142
|
"@storm-software/config-tools": "^1.190.37",
|
|
151
|
-
"@stryke/convert": "^0.7.
|
|
152
|
-
"@stryke/env": "^0.20.
|
|
153
|
-
"@stryke/fs": "^0.33.
|
|
143
|
+
"@stryke/convert": "^0.7.12",
|
|
144
|
+
"@stryke/env": "^0.20.98",
|
|
145
|
+
"@stryke/fs": "^0.33.81",
|
|
154
146
|
"defu": "^6.1.7",
|
|
155
147
|
"unplugin": "^3.0.0"
|
|
156
148
|
},
|
|
157
149
|
"devDependencies": {
|
|
158
150
|
"@storm-software/testing-tools": "^1.119.190",
|
|
159
|
-
"@stryke/types": "^0.12.
|
|
151
|
+
"@stryke/types": "^0.12.9",
|
|
160
152
|
"@types/node": "^25.9.1",
|
|
161
153
|
"typescript": "^6.0.3",
|
|
162
154
|
"undici-types": "^7.26.0"
|
|
163
155
|
},
|
|
164
156
|
"publishConfig": { "access": "public" },
|
|
165
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "6fe16067c5e31653e6dc3925a2859f905ee379da"
|
|
166
158
|
}
|
package/dist/constants.test.cjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
let vitest = require("vitest");
|
|
10
|
-
|
|
11
|
-
//#region src/constants.test.ts
|
|
12
|
-
(0, vitest.describe)("devkit/powerlines constants re-exports", () => {
|
|
13
|
-
(0, vitest.it)("re-exports constants from @powerlines/core", async () => {
|
|
14
|
-
(0, vitest.expect)(typeof await Promise.resolve().then(() => require("./constants.cjs"))).toBe("object");
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/constants.test.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
import { describe, expect, it } from "vitest";
|
|
10
|
-
|
|
11
|
-
//#region src/constants.test.ts
|
|
12
|
-
describe("devkit/powerlines constants re-exports", () => {
|
|
13
|
-
it("re-exports constants from @powerlines/core", async () => {
|
|
14
|
-
expect(typeof await import("./constants.mjs")).toBe("object");
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { };
|
|
20
|
-
//# sourceMappingURL=constants.test.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.test.mjs","names":[],"sources":["../src/constants.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\n\ndescribe(\"devkit/powerlines constants re-exports\", () => {\n it(\"re-exports constants from @powerlines/core\", async () => {\n // Dynamic import to verify the module loads without error\n const mod = await import(\"./constants\");\n expect(typeof mod).toBe(\"object\");\n });\n});\n"],"mappings":";;;;;;;;;;;AAEA,SAAS,gDAAgD;CACvD,GAAG,8CAA8C,YAAY;EAG3D,OAAO,OAAO,MADI,OAAO,kBACR,EAAE,KAAK,QAAQ;CAClC,CAAC;AACH,CAAC"}
|
package/dist/engine.test.cjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
const require_engine = require('./engine.cjs');
|
|
10
|
-
let vitest = require("vitest");
|
|
11
|
-
|
|
12
|
-
//#region src/engine.test.ts
|
|
13
|
-
(0, vitest.describe)("createPowerlines", () => {
|
|
14
|
-
(0, vitest.it)("is a function", () => {
|
|
15
|
-
(0, vitest.expect)(typeof require_engine.createPowerlines).toBe("function");
|
|
16
|
-
});
|
|
17
|
-
(0, vitest.it)("returns a Promise", () => {
|
|
18
|
-
const result = require_engine.createPowerlines({ cwd: process.cwd() });
|
|
19
|
-
(0, vitest.expect)(result).toBeInstanceOf(Promise);
|
|
20
|
-
result.catch(() => {});
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
//#endregion
|
package/dist/engine.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/engine.test.d.mts
DELETED
package/dist/engine.test.mjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
import { createPowerlines } from "./engine.mjs";
|
|
10
|
-
import { describe, expect, it } from "vitest";
|
|
11
|
-
|
|
12
|
-
//#region src/engine.test.ts
|
|
13
|
-
describe("createPowerlines", () => {
|
|
14
|
-
it("is a function", () => {
|
|
15
|
-
expect(typeof createPowerlines).toBe("function");
|
|
16
|
-
});
|
|
17
|
-
it("returns a Promise", () => {
|
|
18
|
-
const result = createPowerlines({ cwd: process.cwd() });
|
|
19
|
-
expect(result).toBeInstanceOf(Promise);
|
|
20
|
-
result.catch(() => {});
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
//#endregion
|
|
25
|
-
export { };
|
|
26
|
-
//# sourceMappingURL=engine.test.mjs.map
|
package/dist/engine.test.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"engine.test.mjs","names":[],"sources":["../src/engine.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport { createPowerlines } from \"./engine\";\n\ndescribe(\"createPowerlines\", () => {\n it(\"is a function\", () => {\n expect(typeof createPowerlines).toBe(\"function\");\n });\n\n it(\"returns a Promise\", () => {\n // We only verify the return type is a Promise; we don't actually execute the engine\n const result = createPowerlines({ cwd: process.cwd() });\n expect(result).toBeInstanceOf(Promise);\n // Ensure we don't let the promise settle unhandled\n result.catch(() => {});\n });\n});\n"],"mappings":";;;;;;;;;;;;AAGA,SAAS,0BAA0B;CACjC,GAAG,uBAAuB;EACxB,OAAO,OAAO,gBAAgB,EAAE,KAAK,UAAU;CACjD,CAAC;CAED,GAAG,2BAA2B;EAE5B,MAAM,SAAS,iBAAiB,EAAE,KAAK,QAAQ,IAAI,EAAE,CAAC;EACtD,OAAO,MAAM,EAAE,eAAe,OAAO;EAErC,OAAO,YAAY,CAAC,CAAC;CACvB,CAAC;AACH,CAAC"}
|
package/dist/package.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
//#region package.json
|
|
11
|
-
var version = "0.47.89";
|
|
12
|
-
|
|
13
|
-
//#endregion
|
|
14
|
-
Object.defineProperty(exports, 'version', {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return version;
|
|
18
|
-
}
|
|
19
|
-
});
|
package/dist/package.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import __tsdown_shims_path from 'node:path'
|
|
4
|
-
import __tsdown_shims_url from 'node:url'
|
|
5
|
-
|
|
6
|
-
const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
|
|
7
|
-
const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
|
|
8
|
-
|
|
9
|
-
//#region package.json
|
|
10
|
-
var version = "0.47.89";
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { version };
|
|
14
|
-
//# sourceMappingURL=package.mjs.map
|
package/dist/package.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
|