@storm-software/tsdown 0.45.175 → 0.45.176
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 +38 -41
package/package.json
CHANGED
|
@@ -1,15 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.45.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.45.176",
|
|
4
|
+
"private": false,
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"acidic",
|
|
8
|
+
"cyclone-ui",
|
|
9
|
+
"tsdown",
|
|
10
|
+
"monorepo",
|
|
11
|
+
"storm",
|
|
12
|
+
"storm-ops",
|
|
13
|
+
"storm-stack",
|
|
14
|
+
"sullivanpj"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://stormsoftware.com",
|
|
17
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
6
18
|
"repository": {
|
|
7
19
|
"type": "github",
|
|
8
20
|
"url": "https://github.com/storm-software/storm-ops.git",
|
|
9
21
|
"directory": "packages/tsdown"
|
|
10
22
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
23
|
+
"funding": {
|
|
24
|
+
"type": "github",
|
|
25
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
26
|
+
},
|
|
27
|
+
"license": "Apache-2.0",
|
|
13
28
|
"author": {
|
|
14
29
|
"name": "Storm Software",
|
|
15
30
|
"email": "contact@stormsoftware.com",
|
|
@@ -34,15 +49,8 @@
|
|
|
34
49
|
"url": "https://stormsoftware.com"
|
|
35
50
|
}
|
|
36
51
|
],
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"url": "https://github.com/sponsors/storm-software"
|
|
40
|
-
},
|
|
41
|
-
"license": "Apache-2.0",
|
|
42
|
-
"private": false,
|
|
43
|
-
"bin": { "storm-tsdown": "./bin/tsdown.cjs" },
|
|
44
|
-
"main": "./dist/index.cjs",
|
|
45
|
-
"module": "./dist/index.js",
|
|
52
|
+
"sideEffects": false,
|
|
53
|
+
"type": "module",
|
|
46
54
|
"exports": {
|
|
47
55
|
"./package.json": "./package.json",
|
|
48
56
|
"./types": {
|
|
@@ -120,35 +128,15 @@
|
|
|
120
128
|
}
|
|
121
129
|
}
|
|
122
130
|
},
|
|
131
|
+
"main": "./dist/index.cjs",
|
|
132
|
+
"module": "./dist/index.js",
|
|
123
133
|
"types": "./dist/index.d.ts",
|
|
134
|
+
"bin": { "storm-tsdown": "./bin/tsdown.cjs" },
|
|
124
135
|
"files": ["dist/**/*"],
|
|
125
|
-
"keywords": [
|
|
126
|
-
"acidic",
|
|
127
|
-
"cyclone-ui",
|
|
128
|
-
"tsdown",
|
|
129
|
-
"monorepo",
|
|
130
|
-
"storm",
|
|
131
|
-
"storm-ops",
|
|
132
|
-
"storm-stack",
|
|
133
|
-
"sullivanpj"
|
|
134
|
-
],
|
|
135
|
-
"peerDependencies": {
|
|
136
|
-
"spdx-exceptions": "^2.5.0",
|
|
137
|
-
"spdx-license-ids": "^3.0.20",
|
|
138
|
-
"tsdown": ">=0.15.4"
|
|
139
|
-
},
|
|
140
|
-
"peerDependenciesMeta": {
|
|
141
|
-
"@microsoft/api-extractor": { "optional": true },
|
|
142
|
-
"@nx/devkit": { "optional": false },
|
|
143
|
-
"@nx/js": { "optional": false },
|
|
144
|
-
"spdx-exceptions": { "optional": true },
|
|
145
|
-
"spdx-license-ids": { "optional": true },
|
|
146
|
-
"tsdown": { "optional": false }
|
|
147
|
-
},
|
|
148
136
|
"dependencies": {
|
|
149
|
-
"@storm-software/build-tools": "^0.158.
|
|
150
|
-
"@storm-software/config": "^1.137.
|
|
151
|
-
"@storm-software/config-tools": "^1.190.
|
|
137
|
+
"@storm-software/build-tools": "^0.158.175",
|
|
138
|
+
"@storm-software/config": "^1.137.47",
|
|
139
|
+
"@storm-software/config-tools": "^1.190.15",
|
|
152
140
|
"chokidar": "^4.0.3",
|
|
153
141
|
"commander": "^12.1.0",
|
|
154
142
|
"es-toolkit": "^1.46.1",
|
|
@@ -169,7 +157,16 @@
|
|
|
169
157
|
"spdx-license-ids": "^3.0.23",
|
|
170
158
|
"tsdown": "^0.15.12"
|
|
171
159
|
},
|
|
160
|
+
"peerDependencies": {
|
|
161
|
+
"spdx-exceptions": "^2.5.0",
|
|
162
|
+
"spdx-license-ids": "^3.0.20",
|
|
163
|
+
"tsdown": ">=0.15.4"
|
|
164
|
+
},
|
|
165
|
+
"peerDependenciesMeta": {
|
|
166
|
+
"spdx-exceptions": { "optional": true },
|
|
167
|
+
"spdx-license-ids": { "optional": true },
|
|
168
|
+
"tsdown": { "optional": false }
|
|
169
|
+
},
|
|
172
170
|
"publishConfig": { "access": "public" },
|
|
173
|
-
"
|
|
174
|
-
"gitHead": "0c334cad4cd3237b830127698face8e1f4f508fb"
|
|
171
|
+
"gitHead": "756f2efc9602033fcc0355d7943682581488379b"
|
|
175
172
|
}
|