@powerlines/plugin-content-collections 0.1.69 → 0.1.70
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-content-collections",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.70",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code using Content Collections.",
|
|
6
6
|
"repository": {
|
|
@@ -123,22 +123,22 @@
|
|
|
123
123
|
],
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@content-collections/core": "^0.12.0",
|
|
126
|
-
"@stryke/fs": "^0.33.
|
|
127
|
-
"@stryke/string-format": "^0.12.
|
|
128
|
-
"@stryke/path": "^0.22.
|
|
129
|
-
"@stryke/type-checks": "^0.5.
|
|
130
|
-
"@stryke/types": "^0.10.
|
|
126
|
+
"@stryke/fs": "^0.33.22",
|
|
127
|
+
"@stryke/string-format": "^0.12.26",
|
|
128
|
+
"@stryke/path": "^0.22.13",
|
|
129
|
+
"@stryke/type-checks": "^0.5.11",
|
|
130
|
+
"@stryke/types": "^0.10.25",
|
|
131
131
|
"defu": "^6.1.4",
|
|
132
132
|
"pluralize": "^8.0.0",
|
|
133
|
-
"powerlines": "^0.
|
|
133
|
+
"powerlines": "^0.32.0"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@powerlines/nx": "^0.11.
|
|
137
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
138
|
-
"@standard-schema/spec": "^1.
|
|
136
|
+
"@powerlines/nx": "^0.11.1",
|
|
137
|
+
"@powerlines/plugin-plugin": "^0.12.22",
|
|
138
|
+
"@standard-schema/spec": "^1.1.0",
|
|
139
139
|
"@types/node": "^24.10.4",
|
|
140
140
|
"@types/pluralize": "^0.0.33"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "01a7b230b94206dbec31d64191109d609c7f2e56"
|
|
144
144
|
}
|