@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 {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAyBY,MAAA;IACR,KAAA,GAAQ,kBAAkB;EAAA;AAAA;;;;;;;AAAA;AAY9B;cAAa,MAAA,oBACM,kBAAA,GAAqB,kBAAA,EAEtC,OAAA,GAAS,kBAAA,KACR,MAAA,CAAO,QAAA"}
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 {
@@ -1,6 +1,5 @@
1
1
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
2
  import { CreateEnvOptions } from "unenv";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  type UnenvPluginOptions = Partial<CreateEnvOptions>;
6
5
  interface UnenvPluginUserConfig extends UserConfig {
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,kBAAA,GAAqB,OAAO,CAAC,gBAAA;AAAA,UAExB,qBAAA,SAA8B,UAAU;EACvD,KAAA,EAAO,kBAAA;AAAA;AAAA,UAGQ,yBAAA,SAAkC,cAAc;EAC/D,KAAA,EAAO,gBAAA;AAAA;AAAA,KAGG,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA;EAChB,KAAA,EAAO,UAAA,wBAAkC,SAAA;AAAA"}
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"}
@@ -1,6 +1,5 @@
1
1
  import { CreateEnvOptions } from "unenv";
2
2
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  type UnenvPluginOptions = Partial<CreateEnvOptions>;
6
5
  interface UnenvPluginUserConfig extends UserConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unenv",
3
- "version": "0.1.592",
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.142",
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.554",
98
- "@types/node": "^25.9.4"
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": "237e375dd938a17d2d363344b4d2c38c0173a76e"
102
+ "gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
103
103
  }