@storm-software/workspace-tools 1.5.1 → 1.5.3

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.5.2](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.1...workspace-tools-v1.5.2) (2023-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **create-storm-workspace:** Bundle packages with create-storm-workspace ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
7
+
8
+ ## [1.5.1](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.0...workspace-tools-v1.5.1) (2023-11-07)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **create-storm-workspace:** Resolved issue with linked workspace-tools dependency in package.json ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
14
+
1
15
  # [1.5.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.4.0...workspace-tools-v1.5.0) (2023-11-07)
2
16
 
3
17
 
package/README.md CHANGED
@@ -15,7 +15,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
15
15
 
16
16
  <h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
17
17
 
18
- [![Version](https://img.shields.io/badge/version-1.4.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
18
+ [![Version](https://img.shields.io/badge/version-1.5.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
19
19
  [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
20
20
 
21
21
  <h3 align="center" bold="true">⚠️ <b>Attention</b> ⚠️ - This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.</h3><br />
package/index.d.ts CHANGED
@@ -1,5 +1,9 @@
1
1
  export * from "./src/executors/tsup/executor";
2
+ export * from "./src/executors/tsup/schema.d";
2
3
  export * from "./src/generators/init/init";
4
+ export * from "./src/generators/init/schema.d";
3
5
  export * from "./src/generators/node-library/generator";
6
+ export * from "./src/generators/node-library/schema.d";
4
7
  export * from "./src/generators/preset/generator";
8
+ export * from "./src/generators/preset/schema.d";
5
9
  export * from "./src/utils/versions";
package/index.js CHANGED
@@ -2,8 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./src/executors/tsup/executor"), exports);
5
+ tslib_1.__exportStar(require("./src/executors/tsup/schema.d"), exports);
5
6
  tslib_1.__exportStar(require("./src/generators/init/init"), exports);
7
+ tslib_1.__exportStar(require("./src/generators/init/schema.d"), exports);
6
8
  tslib_1.__exportStar(require("./src/generators/node-library/generator"), exports);
9
+ tslib_1.__exportStar(require("./src/generators/node-library/schema.d"), exports);
7
10
  tslib_1.__exportStar(require("./src/generators/preset/generator"), exports);
11
+ tslib_1.__exportStar(require("./src/generators/preset/schema.d"), exports);
8
12
  tslib_1.__exportStar(require("./src/utils/versions"), exports);
9
13
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages/workspace-tools/index.ts"],"names":[],"mappings":";;;AAAA,wEAA8C;AAC9C,qEAA2C;AAC3C,kFAAwD;AACxD,4EAAkD;AAClD,+DAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages/workspace-tools/index.ts"],"names":[],"mappings":";;;AAAA,wEAA8C;AAC9C,wEAA8C;AAC9C,qEAA2C;AAC3C,yEAA+C;AAC/C,kFAAwD;AACxD,iFAAuD;AACvD,4EAAkD;AAClD,2EAAiD;AACjD,+DAAqC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -1,4 +1,6 @@
1
1
  export type NxClientMode = "light" | "dark";
2
+ export type PackageManager = "npm" | "yarn" | "pnpm";
3
+
2
4
  export interface PresetGeneratorSchema {
3
5
  name: string;
4
6
  organization: string;
@@ -8,4 +10,5 @@ export interface PresetGeneratorSchema {
8
10
  repositoryUrl?: string;
9
11
  nxCloud: boolean;
10
12
  mode: NxClientMode;
13
+ packageManager: PackageManager;
11
14
  }
@@ -96,7 +96,15 @@
96
96
  "index": 7
97
97
  },
98
98
  "x-prompt": "Which client mode should be used for the Nx Task Runner?"
99
+ },
100
+ "packageManager": {
101
+ "type": "string",
102
+ "description": "What package manager is used for the workspace?",
103
+ "enum": ["npm", "yarn", "pnpm"],
104
+ "default": "pnpm",
105
+ "x-prompt": "What package manager is used for the workspace?",
106
+ "hidden": true
99
107
  }
100
108
  },
101
- "required": ["name", "organization", "includeApps", "nxCloud", "mode"]
109
+ "required": ["name", "organization", "includeApps", "mode"]
102
110
  }
@@ -1,6 +1,4 @@
1
- export declare const nxVersion: "^17.0.3";
2
1
  export declare const tsupVersion = "^7.2.0";
3
- export declare const prettierVersion = "^3.0.3";
4
2
  export declare const prettierPackageJsonVersion = "2.4.6";
5
3
  export declare const prettierPrismaVersion = "5.0.0";
6
4
  export declare const prettierVersion = "^3.0.3";
@@ -15,6 +13,6 @@ export declare const typescriptVersion = "~5.2.2";
15
13
  export declare const eslintVersion = "~8.53.0";
16
14
  export declare const lintStagedVersion = "15.0.2";
17
15
  export declare const semanticReleaseVersion = "22.0.7";
18
-
16
+ export declare const nxVersion = "^17.0.3";
19
17
  export declare const nodeVersion = "20.9.0";
20
18
  export declare const pnpmVersion = "8.10.2";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pnpmVersion = exports.nodeVersion = exports.nxVersion = exports.semanticReleaseVersion = exports.lintStagedVersion = exports.eslintVersion = exports.typescriptVersion = exports.verdaccioVersion = exports.typesNodeVersion = exports.tsLibVersion = exports.swcNodeVersion = exports.swcHelpersVersion = exports.swcCoreVersion = exports.swcCliVersion = exports.prettierVersion = exports.prettierPrismaVersion = exports.prettierPackageJsonVersion = exports.tsupVersion = void 0;
4
+ exports.tsupVersion = "^7.2.0";
5
+ exports.prettierPackageJsonVersion = "2.4.6";
6
+ exports.prettierPrismaVersion = "5.0.0";
7
+ exports.prettierVersion = "^3.0.3";
8
+ exports.swcCliVersion = "~0.1.62";
9
+ exports.swcCoreVersion = "~1.3.95";
10
+ exports.swcHelpersVersion = "~0.5.3";
11
+ exports.swcNodeVersion = "1.6.8";
12
+ exports.tsLibVersion = "2.6.2";
13
+ exports.typesNodeVersion = "20.9.0";
14
+ exports.verdaccioVersion = "5.27.0";
15
+ exports.typescriptVersion = "~5.2.2";
16
+ exports.eslintVersion = "~8.53.0";
17
+ exports.lintStagedVersion = "15.0.2";
18
+ exports.semanticReleaseVersion = "22.0.7";
19
+ exports.nxVersion = "^17.0.3";
20
+ exports.nodeVersion = "20.9.0";
21
+ exports.pnpmVersion = "8.10.2";
22
+ //# sourceMappingURL=versions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/workspace-tools/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,qBAAqB,GAAG,OAAO,CAAC;AAChC,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,cAAc,GAAG,SAAS,CAAC;AAC3B,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,cAAc,GAAG,OAAO,CAAC;AACzB,QAAA,YAAY,GAAG,OAAO,CAAC;AACvB,QAAA,gBAAgB,GAAG,QAAQ,CAAC;AAC5B,QAAA,gBAAgB,GAAG,QAAQ,CAAC;AAC5B,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,sBAAsB,GAAG,QAAQ,CAAC;AAElC,QAAA,SAAS,GAAG,SAAS,CAAC;AACtB,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,WAAW,GAAG,QAAQ,CAAC"}