@storm-software/build-tools 0.158.63 → 0.158.65
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utilities/copy-assets.d.mts +1 -1
- package/dist/utilities/copy-assets.d.ts +1 -1
- package/dist/utilities/generate-package-json.d.mts +1 -1
- package/dist/utilities/generate-package-json.d.ts +1 -1
- package/dist/utilities/get-entry-points.d.mts +1 -1
- package/dist/utilities/get-entry-points.d.ts +1 -1
- package/dist/utilities/get-env.d.mts +1 -1
- package/dist/utilities/get-env.d.ts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.mjs';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.mjs';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-CG4D7Rp3.mjs';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/mini';
|
|
20
20
|
import '@nx/devkit';
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.js';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.js';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-CG4D7Rp3.js';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/mini';
|
|
20
20
|
import '@nx/devkit';
|
package/dist/types.d.mts
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.mjs';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.mjs';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.mjs';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.mjs';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-CG4D7Rp3.mjs';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/mini';
|
|
13
13
|
import '../types.mjs';
|
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.js';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.js';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.js';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.js';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-CG4D7Rp3.js';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/mini';
|
|
13
13
|
import '../types.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.158.
|
|
3
|
+
"version": "0.158.65",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"sullivanpj"
|
|
142
142
|
],
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"@nx/devkit": "^22.
|
|
145
|
-
"@nx/js": "^22.
|
|
146
|
-
"nx": "^22.
|
|
144
|
+
"@nx/devkit": "^22.2.0",
|
|
145
|
+
"@nx/js": "^22.2.0",
|
|
146
|
+
"nx": "^22.2.0",
|
|
147
147
|
"typescript": "^5.9.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
"rollup": "^4.53.3"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@nx/devkit": "^22.
|
|
164
|
-
"@nx/js": "^22.
|
|
165
|
-
"@types/node": "^24.10.
|
|
166
|
-
"nx": "^22.
|
|
163
|
+
"@nx/devkit": "^22.2.0",
|
|
164
|
+
"@nx/js": "^22.2.0",
|
|
165
|
+
"@types/node": "^24.10.2",
|
|
166
|
+
"nx": "^22.2.0",
|
|
167
167
|
"tsup": "8.4.0",
|
|
168
168
|
"typescript": "^5.9.3"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "e5afccfa607b8bf8396ec9af7e7cb78313508956"
|
|
172
172
|
}
|