@powerlines/unplugin 0.0.67 → 0.0.69
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/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/package.json +12 -12
package/dist/package.cjs
CHANGED
package/dist/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/unplugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.69",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": [
|
|
@@ -105,20 +105,20 @@
|
|
|
105
105
|
"typings": "dist/index.d.mts",
|
|
106
106
|
"files": ["dist"],
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@powerlines/core": "^0.48.
|
|
108
|
+
"@powerlines/core": "^0.48.21",
|
|
109
109
|
"@rollup/plugin-alias": "^6.0.0",
|
|
110
110
|
"@rollup/plugin-inject": "^5.0.5",
|
|
111
111
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
112
112
|
"@rollup/plugin-replace": "^6.0.3",
|
|
113
|
-
"@stryke/convert": "^0.7.
|
|
114
|
-
"@stryke/fs": "^0.33.
|
|
115
|
-
"@stryke/helpers": "^0.10.
|
|
116
|
-
"@stryke/json": "^0.15.
|
|
117
|
-
"@stryke/path": "^0.29.
|
|
118
|
-
"@stryke/string-format": "^0.17.
|
|
119
|
-
"@stryke/type-checks": "^0.6.
|
|
120
|
-
"@stryke/types": "^0.12.
|
|
121
|
-
"@stryke/unique-id": "^0.3.
|
|
113
|
+
"@stryke/convert": "^0.7.10",
|
|
114
|
+
"@stryke/fs": "^0.33.79",
|
|
115
|
+
"@stryke/helpers": "^0.10.19",
|
|
116
|
+
"@stryke/json": "^0.15.3",
|
|
117
|
+
"@stryke/path": "^0.29.6",
|
|
118
|
+
"@stryke/string-format": "^0.17.21",
|
|
119
|
+
"@stryke/type-checks": "^0.6.12",
|
|
120
|
+
"@stryke/types": "^0.12.7",
|
|
121
|
+
"@stryke/unique-id": "^0.3.90",
|
|
122
122
|
"defu": "^6.1.7",
|
|
123
123
|
"glob": "^13.0.6",
|
|
124
124
|
"jiti": "^2.7.0",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"webpack": { "optional": true }
|
|
168
168
|
},
|
|
169
169
|
"publishConfig": { "access": "public" },
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "522229ca4642e0d36d6e5426a70522b711a9fa91"
|
|
171
171
|
}
|