@storm-software/config-tools 1.163.27 → 1.164.4
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/README.md +1 -1
- package/package.json +45 -15
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.164.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|
|
@@ -41,28 +41,46 @@
|
|
|
41
41
|
"exports": {
|
|
42
42
|
"./package.json": "./package.json",
|
|
43
43
|
"./types": {
|
|
44
|
-
"import": {
|
|
44
|
+
"import": {
|
|
45
|
+
"types": "./dist/types.d.ts",
|
|
46
|
+
"default": "./dist/types.js"
|
|
47
|
+
},
|
|
45
48
|
"require": {
|
|
46
49
|
"types": "./dist/types.d.cts",
|
|
47
50
|
"default": "./dist/types.cjs"
|
|
48
51
|
},
|
|
49
|
-
"default": {
|
|
52
|
+
"default": {
|
|
53
|
+
"types": "./dist/types.d.ts",
|
|
54
|
+
"default": "./dist/types.js"
|
|
55
|
+
}
|
|
50
56
|
},
|
|
51
57
|
"./index": {
|
|
52
|
-
"import": {
|
|
58
|
+
"import": {
|
|
59
|
+
"types": "./dist/index.d.ts",
|
|
60
|
+
"default": "./dist/index.js"
|
|
61
|
+
},
|
|
53
62
|
"require": {
|
|
54
63
|
"types": "./dist/index.d.cts",
|
|
55
64
|
"default": "./dist/index.cjs"
|
|
56
65
|
},
|
|
57
|
-
"default": {
|
|
66
|
+
"default": {
|
|
67
|
+
"types": "./dist/index.d.ts",
|
|
68
|
+
"default": "./dist/index.js"
|
|
69
|
+
}
|
|
58
70
|
},
|
|
59
71
|
".": {
|
|
60
|
-
"import": {
|
|
72
|
+
"import": {
|
|
73
|
+
"types": "./dist/index.d.ts",
|
|
74
|
+
"default": "./dist/index.js"
|
|
75
|
+
},
|
|
61
76
|
"require": {
|
|
62
77
|
"types": "./dist/index.d.cts",
|
|
63
78
|
"default": "./dist/index.cjs"
|
|
64
79
|
},
|
|
65
|
-
"default": {
|
|
80
|
+
"default": {
|
|
81
|
+
"types": "./dist/index.d.ts",
|
|
82
|
+
"default": "./dist/index.js"
|
|
83
|
+
}
|
|
66
84
|
},
|
|
67
85
|
"./create-storm-config": {
|
|
68
86
|
"import": {
|
|
@@ -135,12 +153,18 @@
|
|
|
135
153
|
}
|
|
136
154
|
},
|
|
137
155
|
"./env/*": {
|
|
138
|
-
"import": {
|
|
156
|
+
"import": {
|
|
157
|
+
"types": "./dist/env/*.d.ts",
|
|
158
|
+
"default": "./dist/env/*.js"
|
|
159
|
+
},
|
|
139
160
|
"require": {
|
|
140
161
|
"types": "./dist/env/*.d.cts",
|
|
141
162
|
"default": "./dist/env/*.cjs"
|
|
142
163
|
},
|
|
143
|
-
"default": {
|
|
164
|
+
"default": {
|
|
165
|
+
"types": "./dist/env/*.d.ts",
|
|
166
|
+
"default": "./dist/env/*.js"
|
|
167
|
+
}
|
|
144
168
|
},
|
|
145
169
|
"./logger": {
|
|
146
170
|
"import": {
|
|
@@ -200,7 +224,9 @@
|
|
|
200
224
|
}
|
|
201
225
|
},
|
|
202
226
|
"types": "./dist/index.d.ts",
|
|
203
|
-
"files": [
|
|
227
|
+
"files": [
|
|
228
|
+
"dist/**/*"
|
|
229
|
+
],
|
|
204
230
|
"keywords": [
|
|
205
231
|
"storm-stack",
|
|
206
232
|
"storm-software",
|
|
@@ -217,9 +243,8 @@
|
|
|
217
243
|
"sullivanpj",
|
|
218
244
|
"monorepo"
|
|
219
245
|
],
|
|
220
|
-
"peerDependencies": { "@storm-software/config": "workspace:*" },
|
|
221
|
-
"peerDependenciesMeta": { "@storm-software/config": { "optional": false } },
|
|
222
246
|
"dependencies": {
|
|
247
|
+
"@storm-software/config": "1.114.4",
|
|
223
248
|
"c12": "^2.0.0-beta.2",
|
|
224
249
|
"chalk": "^4.1.2",
|
|
225
250
|
"commander": "^12.1.0",
|
|
@@ -229,7 +254,12 @@
|
|
|
229
254
|
"sqlite": "^5.1.1",
|
|
230
255
|
"zod": "^3.24.0"
|
|
231
256
|
},
|
|
232
|
-
"devDependencies": {
|
|
233
|
-
|
|
257
|
+
"devDependencies": {
|
|
258
|
+
"@types/node": "^22.10.2",
|
|
259
|
+
"tsup": "8.4.0"
|
|
260
|
+
},
|
|
261
|
+
"publishConfig": {
|
|
262
|
+
"access": "public"
|
|
263
|
+
},
|
|
234
264
|
"sideEffects": false
|
|
235
|
-
}
|
|
265
|
+
}
|