@powerlines/core 0.13.20 → 0.13.21

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.
Files changed (1) hide show
  1. package/package.json +58 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.13.20",
3
+ "version": "0.13.21",
4
4
  "private": false,
5
5
  "description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -151,6 +151,62 @@
151
151
  "default": "./dist/lib/constants/meta.mjs"
152
152
  }
153
153
  },
154
+ "./lib/constants/hooks": {
155
+ "import": {
156
+ "types": "./dist/lib/constants/hooks.d.mts",
157
+ "default": "./dist/lib/constants/hooks.mjs"
158
+ },
159
+ "require": {
160
+ "types": "./dist/lib/constants/hooks.d.cts",
161
+ "default": "./dist/lib/constants/hooks.cjs"
162
+ },
163
+ "default": {
164
+ "types": "./dist/lib/constants/hooks.d.mts",
165
+ "default": "./dist/lib/constants/hooks.mjs"
166
+ }
167
+ },
168
+ "./lib/constants/plugin": {
169
+ "import": {
170
+ "types": "./dist/lib/constants/plugin.d.mts",
171
+ "default": "./dist/lib/constants/plugin.mjs"
172
+ },
173
+ "require": {
174
+ "types": "./dist/lib/constants/plugin.d.cts",
175
+ "default": "./dist/lib/constants/plugin.cjs"
176
+ },
177
+ "default": {
178
+ "types": "./dist/lib/constants/plugin.d.mts",
179
+ "default": "./dist/lib/constants/plugin.mjs"
180
+ }
181
+ },
182
+ "./lib/constants/api": {
183
+ "import": {
184
+ "types": "./dist/lib/constants/api.d.mts",
185
+ "default": "./dist/lib/constants/api.mjs"
186
+ },
187
+ "require": {
188
+ "types": "./dist/lib/constants/api.d.cts",
189
+ "default": "./dist/lib/constants/api.cjs"
190
+ },
191
+ "default": {
192
+ "types": "./dist/lib/constants/api.d.mts",
193
+ "default": "./dist/lib/constants/api.mjs"
194
+ }
195
+ },
196
+ "./lib/constants/virtual-modules": {
197
+ "import": {
198
+ "types": "./dist/lib/constants/virtual-modules.d.mts",
199
+ "default": "./dist/lib/constants/virtual-modules.mjs"
200
+ },
201
+ "require": {
202
+ "types": "./dist/lib/constants/virtual-modules.d.cts",
203
+ "default": "./dist/lib/constants/virtual-modules.cjs"
204
+ },
205
+ "default": {
206
+ "types": "./dist/lib/constants/virtual-modules.d.mts",
207
+ "default": "./dist/lib/constants/virtual-modules.mjs"
208
+ }
209
+ },
154
210
  "./lib/entry": {
155
211
  "import": {
156
212
  "types": "./dist/lib/entry.d.mts",
@@ -527,5 +583,5 @@
527
583
  "typescript": "^6.0.3"
528
584
  },
529
585
  "publishConfig": { "access": "public" },
530
- "gitHead": "6b78d31f98cb071ea12c8f80802b33be0ba8a3da"
586
+ "gitHead": "38520490a931e823de74962179f663502a83c4ea"
531
587
  }