@powerlines/plugin-unenv 0.1.592 → 0.1.594
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/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UnenvPluginContext, UnenvPluginOptions, UnenvPluginResolvedConfig, UnenvPluginUserConfig } from "./types/plugin.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAyBY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAyBY;IACR,QAAQ;;;;;;;;;;;cAYC,SACX,iBAAiB,qBAAqB,oBAEtC,UAAS,uBACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UnenvPluginContext, UnenvPluginOptions, UnenvPluginResolvedConfig, UnenvPluginUserConfig } from "./types/plugin.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;KAqBY,qBAAqB,QAAQ;UAExB,8BAA8B;EAC7C,OAAO;;UAGQ,kCAAkC;EACjD,OAAO;;KAGG,mBACV,wBAAwB,4BAA4B,6BAClD,cAAc;EAChB,OAAO,kCAAkC"}
|
package/dist/types/plugin.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-unenv",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.594",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to transform source code to be platform agnostic using unenv.",
|
|
6
6
|
"repository": {
|
|
@@ -89,15 +89,15 @@
|
|
|
89
89
|
"files": ["dist/**/*"],
|
|
90
90
|
"keywords": ["unenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"powerlines": "^0.47.
|
|
92
|
+
"powerlines": "^0.47.144",
|
|
93
93
|
"typescript": "^6.0.3",
|
|
94
94
|
"unenv": "npm:unenv-nightly@2.0.0-20251124-134829-ab99519"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
98
|
-
"@types/node": "^25.9.
|
|
97
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
98
|
+
"@types/node": "^25.9.5"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": { "access": "public" },
|
|
101
101
|
"types": "./dist/index.d.cts",
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
103
103
|
}
|