@powerlines/plugin-id 0.9.64 → 0.9.66
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/components/index.d.cts +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/nanoid.d.cts +2 -2
- package/dist/components/nanoid.d.mts +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/{nanoid-5nBeLMx4.d.cts → nanoid-DSLMkRgT.d.mts} +1 -1
- package/dist/{nanoid-CsoUPMkk.d.mts → nanoid-mHezTV8-.d.cts} +1 -1
- package/dist/{plugin-BzgpTnN9.d.cts → plugin-B5ZjrANj.d.cts} +2 -5
- package/dist/{plugin-D8gabyKq.d.mts → plugin-CoN3C7ss.d.mts} +2 -5
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/package.json +4 -4
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as nanoidModule } from "../nanoid-
|
|
1
|
+
import "../plugin-B5ZjrANj.cjs";
|
|
2
|
+
import { t as nanoidModule } from "../nanoid-mHezTV8-.cjs";
|
|
3
3
|
export { nanoidModule };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as nanoidModule } from "../nanoid-
|
|
1
|
+
import "../plugin-CoN3C7ss.mjs";
|
|
2
|
+
import { t as nanoidModule } from "../nanoid-DSLMkRgT.mjs";
|
|
3
3
|
export { nanoidModule };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, d as Plugin, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "./plugin-
|
|
2
|
-
import { t as nanoidModule } from "./nanoid-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, d as Plugin, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "./plugin-B5ZjrANj.cjs";
|
|
2
|
+
import { t as nanoidModule } from "./nanoid-mHezTV8-.cjs";
|
|
3
3
|
import "./index-D6CnpA_r.cjs";
|
|
4
4
|
import "./index-D4ELpJXS.cjs";
|
|
5
5
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, d as Plugin, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "./plugin-
|
|
2
|
-
import { t as nanoidModule } from "./nanoid-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, d as Plugin, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "./plugin-CoN3C7ss.mjs";
|
|
2
|
+
import { t as nanoidModule } from "./nanoid-DSLMkRgT.mjs";
|
|
3
3
|
import "./index-DL0uimUT.mjs";
|
|
4
4
|
import "./index-9iG2qHLe.mjs";
|
|
5
5
|
|
|
@@ -21,10 +21,7 @@ import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
|
21
21
|
import ts from "typescript";
|
|
22
22
|
|
|
23
23
|
//#region ../powerlines/src/types/fs.d.ts
|
|
24
|
-
|
|
25
|
-
VIRTUAL = "virtual",
|
|
26
|
-
FS = "fs",
|
|
27
|
-
}
|
|
24
|
+
type StoragePreset = "fs" | "virtual";
|
|
28
25
|
/**
|
|
29
26
|
* Interface defining the methods and properties for a storage adapter.
|
|
30
27
|
*/
|
|
@@ -909,7 +906,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
909
906
|
* @param environment - The environment to check.
|
|
910
907
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
911
908
|
*/
|
|
912
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
909
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
913
910
|
}
|
|
914
911
|
//#endregion
|
|
915
912
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
|
@@ -21,10 +21,7 @@ import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
|
21
21
|
import ts from "typescript";
|
|
22
22
|
|
|
23
23
|
//#region ../powerlines/src/types/fs.d.ts
|
|
24
|
-
|
|
25
|
-
VIRTUAL = "virtual",
|
|
26
|
-
FS = "fs",
|
|
27
|
-
}
|
|
24
|
+
type StoragePreset = "fs" | "virtual";
|
|
28
25
|
/**
|
|
29
26
|
* Interface defining the methods and properties for a storage adapter.
|
|
30
27
|
*/
|
|
@@ -909,7 +906,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
909
906
|
* @param environment - The environment to check.
|
|
910
907
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
911
908
|
*/
|
|
912
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
909
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
913
910
|
}
|
|
914
911
|
//#endregion
|
|
915
912
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-B5ZjrANj.cjs";
|
|
2
2
|
import "../index-D4ELpJXS.cjs";
|
|
3
3
|
export { IdPluginContext, IdPluginOptions, IdPluginResolvedConfig, IdPluginUserConfig, UniqueIdFormatType, __ΩIdPluginContext, __ΩIdPluginOptions, __ΩIdPluginResolvedConfig, __ΩIdPluginUserConfig, __ΩUniqueIdFormatType };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-CoN3C7ss.mjs";
|
|
2
2
|
import "../index-9iG2qHLe.mjs";
|
|
3
3
|
export { IdPluginContext, IdPluginOptions, IdPluginResolvedConfig, IdPluginUserConfig, UniqueIdFormatType, __ΩIdPluginContext, __ΩIdPluginOptions, __ΩIdPluginResolvedConfig, __ΩIdPluginUserConfig, __ΩUniqueIdFormatType };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-B5ZjrANj.cjs";
|
|
2
2
|
export { IdPluginContext, IdPluginOptions, IdPluginResolvedConfig, IdPluginUserConfig, UniqueIdFormatType, __ΩIdPluginContext, __ΩIdPluginOptions, __ΩIdPluginResolvedConfig, __ΩIdPluginUserConfig, __ΩUniqueIdFormatType };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-
|
|
1
|
+
import { a as UniqueIdFormatType, c as __ΩIdPluginResolvedConfig, i as IdPluginUserConfig, l as __ΩIdPluginUserConfig, n as IdPluginOptions, o as __ΩIdPluginContext, r as IdPluginResolvedConfig, s as __ΩIdPluginOptions, t as IdPluginContext, u as __ΩUniqueIdFormatType } from "../plugin-CoN3C7ss.mjs";
|
|
2
2
|
export { IdPluginContext, IdPluginOptions, IdPluginResolvedConfig, IdPluginUserConfig, UniqueIdFormatType, __ΩIdPluginContext, __ΩIdPluginOptions, __ΩIdPluginResolvedConfig, __ΩIdPluginUserConfig, __ΩUniqueIdFormatType };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-id",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin that provides unique identifier generation capabilities at runtime by adding the `id` builtin module.",
|
|
6
6
|
"repository": {
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"@storm-software/config-tools": "^1.188.59",
|
|
132
132
|
"@stryke/path": "^0.22.0",
|
|
133
133
|
"defu": "^6.1.4",
|
|
134
|
-
"powerlines": "^0.30.
|
|
134
|
+
"powerlines": "^0.30.9"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@powerlines/nx": "^0.10.
|
|
137
|
+
"@powerlines/nx": "^0.10.58",
|
|
138
138
|
"@storm-software/tsup": "^0.2.57",
|
|
139
139
|
"@types/node": "^24.10.1"
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "00fa339177561d404892937d2c24fe2a5b3df4e7"
|
|
143
143
|
}
|