@storm-software/workspace-tools 1.227.4 → 1.228.1
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/CHANGELOG.md +24 -0
- package/dist/src/types.d.mts +4 -0
- package/dist/src/types.d.ts +4 -0
- package/dist/src/types.js +17 -0
- package/dist/src/types.mjs +17 -0
- package/package.json +1 -1
- /package/dist/src/base/{base-executor.d.ts → base-executor.schema.d.ts} +0 -0
- /package/dist/src/base/{base-generator.d.ts → base-generator.schema.d.ts} +0 -0
- /package/dist/src/base/{cargo-base-executor.d.ts → cargo-base-executor.schema.d.ts} +0 -0
- /package/dist/src/base/{typescript-build-executor.d.ts → typescript-build-executor.schema.d.ts} +0 -0
- /package/dist/src/base/{typescript-library-generator.d.ts → typescript-library-generator.schema.d.ts} +0 -0
- /package/docs/api/base/{base-executor.md → base-executor.schema.md} +0 -0
- /package/docs/api/base/{base-generator.md → base-generator.schema.md} +0 -0
- /package/docs/api/base/{cargo-base-executor.md → cargo-base-executor.schema.md} +0 -0
- /package/docs/api/base/{typescript-build-executor.md → typescript-build-executor.schema.md} +0 -0
- /package/docs/api/base/{typescript-library-generator.md → typescript-library-generator.schema.md} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.228.1 (2025-01-20)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Update order of distribution copies ([dbb2c0c8](https://github.com/storm-software/storm-ops/commit/dbb2c0c8))
|
|
6
|
+
|
|
7
|
+
## 1.228.0 (2025-01-20)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- **workspace-tools:** Added new scripts and configuration to Nx preset ([a912e765](https://github.com/storm-software/storm-ops/commit/a912e765))
|
|
12
|
+
- **workspace-tools:** Update Nx plugin packages to use new build/dist infrastructure ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
|
|
13
|
+
- **untyped:** Initial check-in for the `untyped` package ([c02dad71](https://github.com/storm-software/storm-ops/commit/c02dad71))
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **workspace-tools:** Resolve issues with inter-package import from schema file ([46a0f775](https://github.com/storm-software/storm-ops/commit/46a0f775))
|
|
18
|
+
- **workspace-tools:** Resolved issue with invalid fields in base executor schema ([ae28e897](https://github.com/storm-software/storm-ops/commit/ae28e897))
|
|
19
|
+
- **workspace-tools:** Resolved issue with invalid `package.json` exports ([76c63c08](https://github.com/storm-software/storm-ops/commit/76c63c08))
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Regenerate README markdown files ([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
|
|
24
|
+
|
|
1
25
|
## 1.227.4 (2025-01-17)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '../types-D9vU63tt.mjs';
|
|
2
|
+
import 'tsup';
|
|
3
|
+
export { b as BaseExecutorOptions, a as BaseExecutorResult, e as BaseGeneratorOptions, d as BaseGeneratorResult, l as BaseWorkspaceToolOptions, k as BuildOptions, E as Entry, h as ProjectTagDistStyleValue, f as ProjectTagLanguageValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue, g as ProjectTagTypeValue, P as ProjectTagVariant, T as TsupContext, W as WorkspaceToolHooks } from '../types-CMFSY9ut.mjs';
|
|
4
|
+
import 'zod';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '../types-D9vU63tt.js';
|
|
2
|
+
import 'tsup';
|
|
3
|
+
export { b as BaseExecutorOptions, a as BaseExecutorResult, e as BaseGeneratorOptions, d as BaseGeneratorResult, l as BaseWorkspaceToolOptions, k as BuildOptions, E as Entry, h as ProjectTagDistStyleValue, f as ProjectTagLanguageValue, i as ProjectTagPlatformValue, j as ProjectTagRegistryValue, g as ProjectTagTypeValue, P as ProjectTagVariant, T as TsupContext, W as WorkspaceToolHooks } from '../types-Dbr7XMO3.js';
|
|
4
|
+
import 'zod';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunk4NOLUAQNjs = require('../chunk-4NOLUAQN.js');
|
|
9
|
+
require('../chunk-3GQAWCBQ.js');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ProjectTagDistStyleValue,
|
|
3
|
+
ProjectTagLanguageValue,
|
|
4
|
+
ProjectTagPlatformValue,
|
|
5
|
+
ProjectTagRegistryValue,
|
|
6
|
+
ProjectTagTypeValue,
|
|
7
|
+
ProjectTagVariant
|
|
8
|
+
} from "../chunk-BO44O7D2.mjs";
|
|
9
|
+
import "../chunk-XUV4U54K.mjs";
|
|
10
|
+
export {
|
|
11
|
+
ProjectTagDistStyleValue,
|
|
12
|
+
ProjectTagLanguageValue,
|
|
13
|
+
ProjectTagPlatformValue,
|
|
14
|
+
ProjectTagRegistryValue,
|
|
15
|
+
ProjectTagTypeValue,
|
|
16
|
+
ProjectTagVariant
|
|
17
|
+
};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/workspace-tools","version":"1.
|
|
1
|
+
{"name":"@storm-software/workspace-tools","version":"1.228.1","description":"Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/workspace-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"dist/index.js","module":"dist/index.mjs","exports":{"./package.json":"./package.json","./config/nx-default.json":"./config/nx-default.json","./config/nx-cloud.json":"./config/nx-cloud.json","./assets/cjs_shims":"./assets/cjs_shims.js","./assets/esm_shims":"./assets/esm_shims.js","./docs/*":"./docs/*","./migrations.json":"./migrations.json","./executors.json":"./executors.json","./executors/*/schema.json":"./dist/src/executors/*/schema.json","./generators.json":"./generators.json","./generators/*/schema.json":"./dist/src/generators/*/schema.json",".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./executors":{"import":{"types":"./dist/executors.d.mts","default":"./dist/executors.mjs"},"require":{"types":"./dist/executors.d.ts","default":"./dist/executors.js"},"default":{"types":"./dist/executors.d.ts","default":"./dist/executors.js"}},"./generators":{"import":{"types":"./dist/generators.d.mts","default":"./dist/generators.mjs"},"require":{"types":"./dist/generators.d.ts","default":"./dist/generators.js"},"default":{"types":"./dist/generators.d.ts","default":"./dist/generators.js"}},"./types":{"import":{"types":"./dist/src/types.d.mts","default":"./dist/src/types.mjs"},"require":{"types":"./dist/src/types.d.ts","default":"./dist/src/types.js"},"default":{"types":"./dist/src/types.d.ts","default":"./dist/src/types.js"}},"./utils":{"import":{"types":"./dist/src/utils/index.d.mts","default":"./dist/src/utils/index.mjs"},"require":{"types":"./dist/src/utils/index.d.ts","default":"./dist/src/utils/index.js"},"default":{"types":"./dist/src/utils/index.d.ts","default":"./dist/src/utils/index.js"}},"./utils/*":{"import":{"types":"./dist/src/utils/*.d.mts","default":"./dist/src/utils/*.mjs"},"require":{"types":"./dist/src/utils/*.d.ts","default":"./dist/src/utils/*.js"},"default":{"types":"./dist/src/utils/*.d.ts","default":"./dist/src/utils/*.js"}},"./base":{"import":{"types":"./dist/src/base/index.d.mts","default":"./dist/src/base/index.mjs"},"require":{"types":"./dist/src/base/index.d.ts","default":"./dist/src/base/index.js"},"default":{"types":"./dist/src/base/index.d.ts","default":"./dist/src/base/index.js"}},"./base/*":{"import":{"types":"./dist/src/base/*.d.mts","default":"./dist/src/base/*.mjs"},"require":{"types":"./dist/src/base/*.d.ts","default":"./dist/src/base/*.js"},"default":{"types":"./dist/src/base/*.d.ts","default":"./dist/src/base/*.js"}},"./executors/*/executor.js":"./dist/src/executors/*/executor.js","./generators/*/generator.js":"./dist/src/generators/*/generator.js","./generators/*/init.js":"./dist/src/generators/*/init.js","./preset":"./dist/src/generators/preset/generator.js","./plugins/rust":"./dist/src/plugins/rust/index.js","./plugins/typescript":"./dist/src/plugins/typescript/index.js","./plugins/typescript/tsup":"./dist/src/plugins/typescript/tsup.js","./plugins/typescript/tsdown":"./dist/src/plugins/typescript/tsdown.js"},"typings":"dist/index.d.ts","keywords":["monorepo","nx","storm-software","storm-ops","storm","sullivanpj"],"peerDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/devkit":"^20.3.1","@samchon/openapi":"^2.3.0","nx":"^20.3.1","typescript":"^5.7.2","typia":"^7.5.0"},"peerDependenciesMeta":{"@microsoft/api-extractor":{"optional":true},"@nx/devkit":{"optional":false},"@samchon/openapi":{"optional":true},"nx":{"optional":false},"typescript":{"optional":false},"typia":{"optional":true}},"dependencies":{"@ltd/j-toml":"1.38.0","@nx/devkit":"^20.3.1","@size-limit/esbuild":"11.1.4","@size-limit/esbuild-why":"11.1.4","@size-limit/file":"11.1.4","deep-clone":"4.0.0","defu":"6.1.4","fs-extra":"11.2.0","glob":"^10.4.2","micromatch":"4.0.7","pkg-types":"^1.1.1","prettier":"^3.3.3","prettier-plugin-packagejson":"2.5.0","read-yaml-file":"2.1.0","semver":"7.6.2","size-limit":"11.1.4","zod":"^3.24.0","zod-to-json-schema":"3.23.1"},"devDependencies":{"@microsoft/api-extractor":"^7.48.1","@nx/esbuild":"^20.3.1","@types/micromatch":"4.0.9","@types/node":"^22.10.2","@types/semver":"7.5.8","nx":"^20.3.1","tsup":"8.3.5","typescript":"^5.7.2","typia":"^7.5.0","untyped":"^1.5.2"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/base/{typescript-build-executor.d.ts → typescript-build-executor.schema.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/docs/api/base/{typescript-library-generator.md → typescript-library-generator.schema.md}
RENAMED
|
File without changes
|