create-storm-workspace 1.87.1 → 1.88.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 CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Create Storm Workspace
4
4
 
5
+ ## [1.88.0](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.88.0) (2025-05-06)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Update the publish executor source code
10
+ ([527dcfe84](https://github.com/storm-software/storm-ops/commit/527dcfe84))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([d58a4014e](https://github.com/storm-software/storm-ops/commit/d58a4014e))
16
+
17
+ ## [1.87.2](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.87.2) (2025-05-05)
18
+
19
+ ### Miscellaneous
20
+
21
+ - **workspace-tools:** Skip git checks during publish
22
+ ([7fdcbfc9a](https://github.com/storm-software/storm-ops/commit/7fdcbfc9a))
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([fb8ab0609](https://github.com/storm-software/storm-ops/commit/fb8ab0609))
25
+
5
26
  ## [1.87.1](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.87.1) (2025-05-05)
6
27
 
7
28
  ### Miscellaneous
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.87.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
24
+ [![Version](https://img.shields.io/badge/version-1.87.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/jest.config.ts ADDED
@@ -0,0 +1,10 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ displayName: "create-storm-workspace",
4
+ preset: "../../jest.preset.js",
5
+ transform: {
6
+ "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }],
7
+ },
8
+ moduleFileExtensions: ["ts", "js", "html"],
9
+ coverageDirectory: "../../coverage/packages/create-storm-workspace",
10
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storm-workspace",
3
- "version": "1.87.1",
3
+ "version": "1.88.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
6
6
  "repository": {
package/project.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "create-storm-workspace",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/create-storm-workspace/src",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "build": {
8
+ "cache": true,
9
+ "executor": "@nx/esbuild:esbuild",
10
+ "outputs": ["{options.outputPath}"],
11
+ "options": {
12
+ "outputPath": "dist/packages/create-storm-workspace",
13
+ "tsConfig": "packages/create-storm-workspace/tsconfig.lib.json",
14
+ "project": "packages/create-storm-workspace/package.json",
15
+ "main": "packages/create-storm-workspace/bin/index.ts",
16
+ "deleteOutputPath": true,
17
+ "bundle": true,
18
+ "sourcemap": false,
19
+ "minify": true,
20
+ "skipTypeCheck": false,
21
+ "thirdParty": true,
22
+ "format": ["esm", "cjs"],
23
+ "esbuildOptions": {
24
+ "outExtension": {
25
+ ".js": ".js"
26
+ }
27
+ },
28
+ "external": ["nx", "@nx/*", "typescript"],
29
+ "assets": [
30
+ {
31
+ "input": "packages/create-storm-workspace",
32
+ "glob": "README.md",
33
+ "output": "/"
34
+ },
35
+ {
36
+ "input": "packages/create-storm-workspace",
37
+ "glob": "CHANGELOG.md",
38
+ "output": "/"
39
+ },
40
+ {
41
+ "input": "",
42
+ "glob": "LICENSE",
43
+ "output": "/"
44
+ },
45
+ {
46
+ "input": "packages/create-storm-workspace",
47
+ "glob": "bin/**/*",
48
+ "output": "."
49
+ }
50
+ ]
51
+ }
52
+ },
53
+ "nx-release-publish": {
54
+ "executor": "@storm-software/workspace-tools:npm-publish"
55
+ }
56
+ }
57
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "module": "commonjs",
5
+ "forceConsistentCasingInFileNames": true,
6
+ "strict": false,
7
+ "esModuleInterop": true,
8
+ "resolveJsonModule": true,
9
+ "noImplicitOverride": true,
10
+ "noPropertyAccessFromIndexSignature": false,
11
+ "noImplicitReturns": true,
12
+ "noFallthroughCasesInSwitch": true
13
+ },
14
+ "files": [],
15
+ "include": [],
16
+ "references": [
17
+ {
18
+ "path": "./tsconfig.lib.json"
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "../../dist/out-tsc",
5
+ "declaration": true,
6
+ "types": ["node"]
7
+ },
8
+ "include": ["src/**/*.ts", "bin/**/*.ts"],
9
+ "exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
10
+ }
package/bin/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};