@powerlines/plugin-id 0.9.244 → 0.9.245
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-id",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.245",
|
|
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": {
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
"@storm-software/config-tools": "^1.189.0",
|
|
146
146
|
"@stryke/path": "^0.26.3",
|
|
147
147
|
"defu": "^6.1.4",
|
|
148
|
-
"powerlines": "^0.38.
|
|
148
|
+
"powerlines": "^0.38.3"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
151
|
+
"@powerlines/plugin-plugin": "^0.12.187",
|
|
152
152
|
"@types/node": "^24.10.9"
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": { "access": "public" },
|
|
155
155
|
"main": "./dist/index.cjs",
|
|
156
156
|
"module": "./dist/index.mjs",
|
|
157
157
|
"types": "./dist/index.d.cts",
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
|
|
159
159
|
}
|