@storm-software/unbuild 0.57.227 → 0.57.228

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 +48 -48
package/package.json CHANGED
@@ -1,15 +1,30 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.57.227",
4
- "type": "module",
3
+ "version": "0.57.228",
4
+ "private": false,
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
+ "keywords": [
7
+ "acidic",
8
+ "cyclone-ui",
9
+ "monorepo",
10
+ "storm",
11
+ "storm-ops",
12
+ "storm-stack",
13
+ "sullivanpj",
14
+ "unbuild"
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/unbuild"
10
22
  },
11
- "homepage": "https://stormsoftware.com",
12
- "bugs": "https://github.com/storm-software/storm-ops/issues",
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,19 +49,8 @@
34
49
  "url": "https://stormsoftware.com"
35
50
  }
36
51
  ],
37
- "funding": {
38
- "type": "github",
39
- "url": "https://github.com/sponsors/storm-software"
40
- },
41
- "license": "Apache-2.0",
42
- "private": false,
43
- "bin": {
44
- "storm-unbuild": "./bin/unbuild.js",
45
- "storm-unbuild-cjs": "./bin/unbuild.cjs",
46
- "storm-unbuild-esm": "./bin/unbuild.js"
47
- },
48
- "main": "./dist/index.cjs",
49
- "module": "./dist/index.js",
52
+ "sideEffects": false,
53
+ "type": "module",
50
54
  "exports": {
51
55
  "./package.json": "./package.json",
52
56
  "./types": {
@@ -118,38 +122,19 @@
118
122
  }
119
123
  }
120
124
  },
125
+ "main": "./dist/index.cjs",
126
+ "module": "./dist/index.js",
121
127
  "types": "./dist/index.d.ts",
122
- "files": ["dist/**/*"],
123
- "keywords": [
124
- "acidic",
125
- "cyclone-ui",
126
- "monorepo",
127
- "storm",
128
- "storm-ops",
129
- "storm-stack",
130
- "sullivanpj",
131
- "unbuild"
132
- ],
133
- "peerDependencies": {
134
- "@nx/devkit": "22.7.5",
135
- "@nx/js": "22.7.5",
136
- "@swc/core": "1.7.26",
137
- "nx": "22.7.5",
138
- "rollup": "^4.62.0",
139
- "typescript": "^5.9.2"
140
- },
141
- "peerDependenciesMeta": {
142
- "@nx/devkit": { "optional": false },
143
- "@nx/js": { "optional": false },
144
- "@swc/core": { "optional": true },
145
- "nx": { "optional": true },
146
- "rollup": { "optional": false },
147
- "typescript": { "optional": false }
128
+ "bin": {
129
+ "storm-unbuild": "./bin/unbuild.js",
130
+ "storm-unbuild-cjs": "./bin/unbuild.cjs",
131
+ "storm-unbuild-esm": "./bin/unbuild.js"
148
132
  },
133
+ "files": ["dist/**/*"],
149
134
  "dependencies": {
150
- "@storm-software/build-tools": "^0.158.226",
151
- "@storm-software/config": "^1.138.3",
152
- "@storm-software/config-tools": "^1.190.66",
135
+ "@storm-software/build-tools": "^0.158.227",
136
+ "@storm-software/config": "^1.138.4",
137
+ "@storm-software/config-tools": "^1.190.67",
153
138
  "commander": "^12.1.0",
154
139
  "defu": "^6.1.7",
155
140
  "esbuild": "^0.25.12",
@@ -169,7 +154,22 @@
169
154
  "tsup": "8.4.0",
170
155
  "typescript": "^5.9.3"
171
156
  },
157
+ "peerDependencies": {
158
+ "@nx/devkit": "22.7.5",
159
+ "@nx/js": "22.7.5",
160
+ "@swc/core": "1.7.26",
161
+ "nx": "22.7.5",
162
+ "rollup": "^4.62.0",
163
+ "typescript": "^5.9.2"
164
+ },
165
+ "peerDependenciesMeta": {
166
+ "@nx/devkit": { "optional": false },
167
+ "@nx/js": { "optional": false },
168
+ "@swc/core": { "optional": true },
169
+ "nx": { "optional": true },
170
+ "rollup": { "optional": false },
171
+ "typescript": { "optional": false }
172
+ },
172
173
  "publishConfig": { "access": "public" },
173
- "sideEffects": false,
174
- "gitHead": "dd09355cfe1d1665412fc1923a3f1557805dc804"
174
+ "gitHead": "b8b27381c85870313244941044c8f535009f86a8"
175
175
  }