@power-plant/unstorage-input 0.0.6 → 0.0.8

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,5 +1,4 @@
1
1
  import { Options } from "./types.cjs";
2
-
3
2
  //#region src/index.d.ts
4
3
  declare const _default: import("@power-plant/core").InputConfigObject<any, Options>;
5
4
  export = _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;cAuBuC,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":""}
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Options } from "./types.mjs";
2
-
3
2
  //#region src/index.d.ts
4
3
  declare const _default: import("@power-plant/core").InputConfigObject<any, Options>;
5
4
  //#endregion
package/dist/input.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Options } from "./types.cjs";
2
-
3
2
  //#region src/input.d.ts
4
3
  /**
5
4
  * Reads the specification from an Unstorage driver.
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.cts","names":[],"sources":["../src/input.ts"],"mappings":";;;;;AAsCA;;;;;;;iBAAsB,KAAA,QAAa,OAAA,EAAS,OAAA,GAAU,OAAA,CAAQ,KAAA"}
1
+ {"version":3,"file":"input.d.cts","names":[],"sources":["../src/input.ts"],"mappings":";;;;;;;;;;;iBAsCsB,MAAM,OAAO,SAAS,UAAU,QAAQ"}
package/dist/input.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Options } from "./types.mjs";
2
-
3
2
  //#region src/input.d.ts
4
3
  /**
5
4
  * Reads the specification from an Unstorage driver.
package/dist/types.d.cts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { LoadReference } from "@stryke/resolve/types";
2
2
  import { Storage, StorageValue } from "unstorage";
3
-
4
3
  //#region src/types.d.ts
5
4
  interface Options {
6
5
  inputStorage?: Storage<StorageValue>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.cts","names":[],"sources":["../src/types.ts"],"mappings":";;;;UAqBiB,OAAA;EACf,YAAA,GAAe,OAAA,CAAQ,YAAA;EACvB,SAAA,EAAW,aAAA;EACX,iBAAA;AAAA"}
1
+ {"version":3,"file":"types.d.cts","names":[],"sources":["../src/types.ts"],"mappings":";;;UAqBiB;EACf,eAAe,QAAQ;EACvB,WAAW;EACX"}
package/dist/types.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { Storage, StorageValue } from "unstorage";
2
2
  import { LoadReference } from "@stryke/resolve/types";
3
-
4
3
  //#region src/types.d.ts
5
4
  interface Options {
6
5
  inputStorage?: Storage<StorageValue>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/unstorage-input",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "description": "A Power Plant input for reading the source specification from an Unstorage driver.",
6
6
  "keywords": [
@@ -95,8 +95,8 @@
95
95
  "typings": "dist/index.d.mts",
96
96
  "files": ["dist"],
97
97
  "dependencies": {
98
- "@power-plant/core": "^0.0.7",
99
- "@power-plant/schema": "^0.0.7",
98
+ "@power-plant/core": "^0.0.9",
99
+ "@power-plant/schema": "^0.0.9",
100
100
  "@stryke/path": "^0.29.22",
101
101
  "@stryke/resolve": "^0.0.11",
102
102
  "@stryke/type-checks": "^0.6.28",
@@ -105,9 +105,9 @@
105
105
  },
106
106
  "devDependencies": {
107
107
  "@powerlines/plugin-tsdown": "^0.1.543",
108
- "@types/node": "^25.9.4",
108
+ "@types/node": "^25.9.5",
109
109
  "powerlines": "^0.47.142"
110
110
  },
111
111
  "publishConfig": { "access": "public" },
112
- "gitHead": "622dec3ff12d358e3f08b6317e16ab05d2073b76"
112
+ "gitHead": "04feed717e5fdc3e076d94fb6238b199241fad35"
113
113
  }