@powerlines/plugin-content-collections 0.1.465 → 0.1.468
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 +24 -87
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.468",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code using Content Collections.",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "github",
|
|
19
19
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
20
|
-
"directory": "packages/plugin-content-collections"
|
|
20
|
+
"directory": "packages/plugins/plugin-content-collections"
|
|
21
21
|
},
|
|
22
22
|
"funding": {
|
|
23
23
|
"type": "github",
|
|
@@ -45,91 +45,28 @@
|
|
|
45
45
|
],
|
|
46
46
|
"type": "module",
|
|
47
47
|
"exports": {
|
|
48
|
-
".": {
|
|
49
|
-
"require": {
|
|
50
|
-
"types": "./dist/index.d.cts",
|
|
51
|
-
"default": "./dist/index.cjs"
|
|
52
|
-
},
|
|
53
|
-
"import": {
|
|
54
|
-
"types": "./dist/index.d.mts",
|
|
55
|
-
"default": "./dist/index.mjs"
|
|
56
|
-
},
|
|
57
|
-
"default": {
|
|
58
|
-
"types": "./dist/index.d.mts",
|
|
59
|
-
"default": "./dist/index.mjs"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
48
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
62
49
|
"./helpers": {
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
"default": "./dist/helpers/index.cjs"
|
|
66
|
-
},
|
|
67
|
-
"import": {
|
|
68
|
-
"types": "./dist/helpers/index.d.mts",
|
|
69
|
-
"default": "./dist/helpers/index.mjs"
|
|
70
|
-
},
|
|
71
|
-
"default": {
|
|
72
|
-
"types": "./dist/helpers/index.d.mts",
|
|
73
|
-
"default": "./dist/helpers/index.mjs"
|
|
74
|
-
}
|
|
50
|
+
"import": "./dist/helpers/index.mjs",
|
|
51
|
+
"require": "./dist/helpers/index.cjs"
|
|
75
52
|
},
|
|
76
53
|
"./helpers/create-emitter": {
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
"default": "./dist/helpers/create-emitter.cjs"
|
|
80
|
-
},
|
|
81
|
-
"import": {
|
|
82
|
-
"types": "./dist/helpers/create-emitter.d.mts",
|
|
83
|
-
"default": "./dist/helpers/create-emitter.mjs"
|
|
84
|
-
},
|
|
85
|
-
"default": {
|
|
86
|
-
"types": "./dist/helpers/create-emitter.d.mts",
|
|
87
|
-
"default": "./dist/helpers/create-emitter.mjs"
|
|
88
|
-
}
|
|
54
|
+
"import": "./dist/helpers/create-emitter.mjs",
|
|
55
|
+
"require": "./dist/helpers/create-emitter.cjs"
|
|
89
56
|
},
|
|
90
57
|
"./helpers/create-writer": {
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
"default": "./dist/helpers/create-writer.cjs"
|
|
94
|
-
},
|
|
95
|
-
"import": {
|
|
96
|
-
"types": "./dist/helpers/create-writer.d.mts",
|
|
97
|
-
"default": "./dist/helpers/create-writer.mjs"
|
|
98
|
-
},
|
|
99
|
-
"default": {
|
|
100
|
-
"types": "./dist/helpers/create-writer.d.mts",
|
|
101
|
-
"default": "./dist/helpers/create-writer.mjs"
|
|
102
|
-
}
|
|
58
|
+
"import": "./dist/helpers/create-writer.mjs",
|
|
59
|
+
"require": "./dist/helpers/create-writer.cjs"
|
|
103
60
|
},
|
|
104
|
-
"./package.json": "./package.json",
|
|
105
61
|
"./types": {
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
"default": "./dist/types/index.cjs"
|
|
109
|
-
},
|
|
110
|
-
"import": {
|
|
111
|
-
"types": "./dist/types/index.d.mts",
|
|
112
|
-
"default": "./dist/types/index.mjs"
|
|
113
|
-
},
|
|
114
|
-
"default": {
|
|
115
|
-
"types": "./dist/types/index.d.mts",
|
|
116
|
-
"default": "./dist/types/index.mjs"
|
|
117
|
-
}
|
|
62
|
+
"import": "./dist/types/index.mjs",
|
|
63
|
+
"require": "./dist/types/index.cjs"
|
|
118
64
|
},
|
|
119
65
|
"./types/plugin": {
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"import": {
|
|
125
|
-
"types": "./dist/types/plugin.d.mts",
|
|
126
|
-
"default": "./dist/types/plugin.mjs"
|
|
127
|
-
},
|
|
128
|
-
"default": {
|
|
129
|
-
"types": "./dist/types/plugin.d.mts",
|
|
130
|
-
"default": "./dist/types/plugin.mjs"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
66
|
+
"import": "./dist/types/plugin.mjs",
|
|
67
|
+
"require": "./dist/types/plugin.cjs"
|
|
68
|
+
},
|
|
69
|
+
"./package.json": "./package.json"
|
|
133
70
|
},
|
|
134
71
|
"main": "./dist/index.cjs",
|
|
135
72
|
"module": "./dist/index.mjs",
|
|
@@ -138,19 +75,19 @@
|
|
|
138
75
|
"files": ["dist/**/*"],
|
|
139
76
|
"dependencies": {
|
|
140
77
|
"@standard-schema/spec": "^1.1.0",
|
|
141
|
-
"@stryke/fs": "^0.33.
|
|
142
|
-
"@stryke/path": "^0.
|
|
143
|
-
"@stryke/string-format": "^0.17.
|
|
144
|
-
"@stryke/type-checks": "^0.6.
|
|
145
|
-
"@stryke/types": "^0.12.
|
|
78
|
+
"@stryke/fs": "^0.33.75",
|
|
79
|
+
"@stryke/path": "^0.29.2",
|
|
80
|
+
"@stryke/string-format": "^0.17.17",
|
|
81
|
+
"@stryke/type-checks": "^0.6.8",
|
|
82
|
+
"@stryke/types": "^0.12.3",
|
|
146
83
|
"defu": "^6.1.7",
|
|
147
84
|
"pluralize": "^8.0.0",
|
|
148
|
-
"powerlines": "^0.47.
|
|
85
|
+
"powerlines": "^0.47.7"
|
|
149
86
|
},
|
|
150
87
|
"devDependencies": {
|
|
151
88
|
"@content-collections/core": "^0.12.0",
|
|
152
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
153
|
-
"@types/node": "^25.
|
|
89
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
90
|
+
"@types/node": "^25.7.0",
|
|
154
91
|
"@types/pluralize": "^0.0.33"
|
|
155
92
|
},
|
|
156
93
|
"peerDependencies": { "@content-collections/core": ">=0.12.3" },
|
|
@@ -158,5 +95,5 @@
|
|
|
158
95
|
"@content-collections/core": { "optional": false }
|
|
159
96
|
},
|
|
160
97
|
"publishConfig": { "access": "public" },
|
|
161
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
162
99
|
}
|