@storm-software/workspace-tools 1.8.5 → 1.9.0
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 +7 -0
- package/index.js +24 -21
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +17 -17
- package/src/executors/tsup/get-config.js +17 -17
- package/src/generators/node-library/files/README.md +2 -0
- package/src/generators/node-library/files/src/index.ts.template +10 -1
- package/src/generators/node-library/generator.js +7 -4
- package/src/generators/node-library/schema.d.ts +1 -0
- package/src/generators/node-library/schema.json +18 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.8.5](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.8.4...workspace-tools-v1.8.5) (2023-11-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Updated paths of generated api-reports ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
|
|
7
|
+
|
|
1
8
|
## [1.8.4](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.8.3...workspace-tools-v1.8.4) (2023-11-21)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -408390,9 +408390,9 @@ var require_brace_expansion2 = __commonJS({
|
|
|
408390
408390
|
}
|
|
408391
408391
|
});
|
|
408392
408392
|
|
|
408393
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
408393
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-EPAEWGCP.js
|
|
408394
408394
|
var require_chunk_EPAEWGCP = __commonJS({
|
|
408395
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
408395
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-EPAEWGCP.js"(exports) {
|
|
408396
408396
|
"use strict";
|
|
408397
408397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
408398
408398
|
var version = "8.0.0";
|
|
@@ -410039,9 +410039,9 @@ var require_resolve_from = __commonJS({
|
|
|
410039
410039
|
}
|
|
410040
410040
|
});
|
|
410041
410041
|
|
|
410042
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410042
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-GQ77QZBO.js
|
|
410043
410043
|
var require_chunk_GQ77QZBO = __commonJS({
|
|
410044
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410044
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-GQ77QZBO.js"(exports) {
|
|
410045
410045
|
"use strict";
|
|
410046
410046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
410047
410047
|
function _interopRequireDefault(obj) {
|
|
@@ -410320,9 +410320,9 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
410320
410320
|
}
|
|
410321
410321
|
});
|
|
410322
410322
|
|
|
410323
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410323
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-UIX4URMV.js
|
|
410324
410324
|
var require_chunk_UIX4URMV = __commonJS({
|
|
410325
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410325
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-UIX4URMV.js"(exports) {
|
|
410326
410326
|
"use strict";
|
|
410327
410327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
410328
410328
|
function _interopRequireWildcard(obj) {
|
|
@@ -411256,9 +411256,9 @@ var require_dist2 = __commonJS({
|
|
|
411256
411256
|
}
|
|
411257
411257
|
});
|
|
411258
411258
|
|
|
411259
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
411259
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-7G76EW2R.js
|
|
411260
411260
|
var require_chunk_7G76EW2R = __commonJS({
|
|
411261
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
411261
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/chunk-7G76EW2R.js"(exports) {
|
|
411262
411262
|
"use strict";
|
|
411263
411263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
411264
411264
|
function _interopRequireDefault(obj) {
|
|
@@ -465064,9 +465064,9 @@ var require_chokidar = __commonJS({
|
|
|
465064
465064
|
}
|
|
465065
465065
|
});
|
|
465066
465066
|
|
|
465067
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
465067
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/index.js
|
|
465068
465068
|
var require_dist5 = __commonJS({
|
|
465069
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
465069
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=qx64uvenwjot73rwnjbhbs5tsq_@microsoft+api-extractor@7.38.3_@swc+core@1._vumzwl6nnff7gu3d7itfoln6lm/node_modules/tsup/dist/index.js"(exports) {
|
|
465070
465070
|
"use strict";
|
|
465071
465071
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
465072
465072
|
function _interopRequireDefault(obj) {
|
|
@@ -467515,7 +467515,6 @@ var require_dist5 = __commonJS({
|
|
|
467515
467515
|
}
|
|
467516
467516
|
const apiReferenceProjectDir = _path2.default.join(
|
|
467517
467517
|
"<projectFolder>",
|
|
467518
|
-
pkgPath,
|
|
467519
467518
|
"api-reports"
|
|
467520
467519
|
);
|
|
467521
467520
|
let configObject = {
|
|
@@ -467542,13 +467541,11 @@ var require_dist5 = __commonJS({
|
|
|
467542
467541
|
untrimmedFilePath: outputFilePath,
|
|
467543
467542
|
betaTrimmedFilePath: _path2.default.join(
|
|
467544
467543
|
"<projectFolder>",
|
|
467545
|
-
|
|
467546
|
-
`${packageName}-beta.d.ts`
|
|
467544
|
+
`index-beta.d.ts`
|
|
467547
467545
|
),
|
|
467548
467546
|
publicTrimmedFilePath: _path2.default.join(
|
|
467549
467547
|
"<projectFolder>",
|
|
467550
|
-
|
|
467551
|
-
`${packageName}-public.d.ts`
|
|
467548
|
+
`index-public.d.ts`
|
|
467552
467549
|
)
|
|
467553
467550
|
},
|
|
467554
467551
|
tsdocMetadata: {
|
|
@@ -467561,7 +467558,10 @@ var require_dist5 = __commonJS({
|
|
|
467561
467558
|
compiler: {
|
|
467562
467559
|
tsconfigFilePath
|
|
467563
467560
|
},
|
|
467564
|
-
projectFolder:
|
|
467561
|
+
projectFolder: _path2.default.join(
|
|
467562
|
+
options.workspaceRoot,
|
|
467563
|
+
pkgPath
|
|
467564
|
+
)
|
|
467565
467565
|
};
|
|
467566
467566
|
const prepareOptions = {
|
|
467567
467567
|
configObject,
|
|
@@ -467601,7 +467601,7 @@ var require_dist5 = __commonJS({
|
|
|
467601
467601
|
"_tsup-dts-aggregation" + dtsExtension
|
|
467602
467602
|
);
|
|
467603
467603
|
dtsInputFilePath = dtsInputFilePath.replace(/\.d\.mts$/, ".dmts.d.ts").replace(/\.d\.cts$/, ".dcts.d.ts");
|
|
467604
|
-
let dtsOutputFilePath = _path2.default.join(pkgPath, "
|
|
467604
|
+
let dtsOutputFilePath = _path2.default.join(pkgPath, "index" + dtsExtension);
|
|
467605
467605
|
_chunkGQ77QZBOjs.writeFileSync.call(
|
|
467606
467606
|
void 0,
|
|
467607
467607
|
dtsInputFilePath,
|
|
@@ -474329,14 +474329,17 @@ async function nodeLibraryGenerator(tree, schema) {
|
|
|
474329
474329
|
outputPath: getOutputPath(options),
|
|
474330
474330
|
tsConfig: (0, import_devkit5.joinPathFragments)(options.projectRoot, "tsconfig.json"),
|
|
474331
474331
|
project: (0, import_devkit5.joinPathFragments)(options.projectRoot, "package.json"),
|
|
474332
|
-
defaultConfiguration: "production"
|
|
474332
|
+
defaultConfiguration: "production",
|
|
474333
|
+
platform: "node"
|
|
474333
474334
|
},
|
|
474334
474335
|
configurations: {
|
|
474335
474336
|
production: {
|
|
474336
|
-
debug: false
|
|
474337
|
+
debug: false,
|
|
474338
|
+
verbose: false
|
|
474337
474339
|
},
|
|
474338
474340
|
development: {
|
|
474339
|
-
debug: true
|
|
474341
|
+
debug: true,
|
|
474342
|
+
verbose: true
|
|
474340
474343
|
}
|
|
474341
474344
|
}
|
|
474342
474345
|
},
|
|
@@ -474362,7 +474365,7 @@ async function nodeLibraryGenerator(tree, schema) {
|
|
|
474362
474365
|
type: "github",
|
|
474363
474366
|
url: "https://github.com/storm-software/storm-stack.git"
|
|
474364
474367
|
};
|
|
474365
|
-
let description = "\u26A1 A Storm package used to create modern, scalable web applications.";
|
|
474368
|
+
let description = schema.description ?? "\u26A1 A Storm package used to create modern, scalable web applications.";
|
|
474366
474369
|
if (tree.exists("package.json")) {
|
|
474367
474370
|
const packageJson = (0, import_devkit5.readJson)(tree, "package.json");
|
|
474368
474371
|
packageJson?.repository && (repository = packageJson.repository);
|