@powerlines/plugin-id 0.9.131 → 0.9.132
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-DeeBhFoV.d.cts → nanoid-BnZ5rqH7.d.cts} +1 -1
- package/dist/{nanoid-w9uyqUyr.d.mts → nanoid-CDBSPS2R.d.mts} +1 -1
- package/dist/{plugin-DTBvnr5N.d.mts → plugin-C39QU9V6.d.mts} +8 -1
- package/dist/{plugin-DwyRXCvA.d.cts → plugin-mX-X7dCb.d.cts} +8 -1
- 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-mX-X7dCb.cjs";
|
|
2
|
+
import { t as nanoidModule } from "../nanoid-BnZ5rqH7.cjs";
|
|
3
3
|
export { nanoidModule };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as nanoidModule } from "../nanoid-
|
|
1
|
+
import "../plugin-C39QU9V6.mjs";
|
|
2
|
+
import { t as nanoidModule } from "../nanoid-CDBSPS2R.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-mX-X7dCb.cjs";
|
|
2
|
+
import { t as nanoidModule } from "./nanoid-BnZ5rqH7.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-C39QU9V6.mjs";
|
|
2
|
+
import { t as nanoidModule } from "./nanoid-CDBSPS2R.mjs";
|
|
3
3
|
import "./index-DL0uimUT.mjs";
|
|
4
4
|
import "./index-9iG2qHLe.mjs";
|
|
5
5
|
|
|
@@ -676,7 +676,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
|
|
|
676
676
|
/**
|
|
677
677
|
* The resolved options for the Powerlines project configuration.
|
|
678
678
|
*/
|
|
679
|
-
type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
|
|
679
|
+
type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
|
|
680
680
|
/**
|
|
681
681
|
* The configuration options that were provided inline to the Powerlines CLI.
|
|
682
682
|
*/
|
|
@@ -1619,6 +1619,13 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
1619
1619
|
* If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
|
|
1620
1620
|
*/
|
|
1621
1621
|
description?: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* The organization or author of the project
|
|
1624
|
+
*
|
|
1625
|
+
* @remarks
|
|
1626
|
+
* If this option is not provided, the build process will try to use the \`author\` value from the \`package.json\` file. If the \`author\` value cannot be determined, the {@link name | name configuration} will be used.
|
|
1627
|
+
*/
|
|
1628
|
+
organization?: string;
|
|
1622
1629
|
/**
|
|
1623
1630
|
* The date to use for compatibility checks
|
|
1624
1631
|
*
|
|
@@ -676,7 +676,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
|
|
|
676
676
|
/**
|
|
677
677
|
* The resolved options for the Powerlines project configuration.
|
|
678
678
|
*/
|
|
679
|
-
type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
|
|
679
|
+
type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
|
|
680
680
|
/**
|
|
681
681
|
* The configuration options that were provided inline to the Powerlines CLI.
|
|
682
682
|
*/
|
|
@@ -1619,6 +1619,13 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
1619
1619
|
* If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
|
|
1620
1620
|
*/
|
|
1621
1621
|
description?: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* The organization or author of the project
|
|
1624
|
+
*
|
|
1625
|
+
* @remarks
|
|
1626
|
+
* If this option is not provided, the build process will try to use the \`author\` value from the \`package.json\` file. If the \`author\` value cannot be determined, the {@link name | name configuration} will be used.
|
|
1627
|
+
*/
|
|
1628
|
+
organization?: string;
|
|
1622
1629
|
/**
|
|
1623
1630
|
* The date to use for compatibility checks
|
|
1624
1631
|
*
|
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-mX-X7dCb.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-C39QU9V6.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-mX-X7dCb.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-C39QU9V6.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.132",
|
|
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.75",
|
|
132
132
|
"@stryke/path": "^0.24.1",
|
|
133
133
|
"defu": "^6.1.4",
|
|
134
|
-
"powerlines": "^0.36.
|
|
134
|
+
"powerlines": "^0.36.27"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@powerlines/nx": "^0.11.
|
|
137
|
+
"@powerlines/nx": "^0.11.53",
|
|
138
138
|
"@storm-software/tsup": "^0.2.73",
|
|
139
139
|
"@types/node": "^24.10.4"
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "fbc59ce584fd0f78d90d2dbaa18f9c9267bd3b61"
|
|
143
143
|
}
|