@storm-software/workspace-tools
Advanced tools
Comparing version 1.5.21 to 1.5.22
@@ -0,1 +1,8 @@ | ||
## [1.5.21](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.20...workspace-tools-v1.5.21) (2023-11-10) | ||
### Bug Fixes | ||
* **workspace-tools:** Resolved issue with path to tsup executor ([7eca742](https://github.com/storm-software/storm-ops/commit/7eca742381ccb9c78bfd401db8215f958bcf7697)) | ||
## [1.5.20](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.19...workspace-tools-v1.5.20) (2023-11-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@storm-software/workspace-tools", | ||
"version": "1.5.21", | ||
"version": "1.5.22", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "β‘ A Nx plugin package that contains various executors and generators used in a Storm workspaces.", |
@@ -18,3 +18,3 @@ <!-- START header --> | ||
[![Version](https://img.shields.io/badge/version-1.5.15-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/) | ||
[![Version](https://img.shields.io/badge/version-1.5.20-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/) | ||
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/) [![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/) [![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/) ![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) [![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/) ![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) | ||
@@ -21,0 +21,0 @@ |
@@ -67,3 +67,4 @@ { | ||
"*.hbs": "handlebars", | ||
"*.4cast": "acidic" | ||
"*.acid": "acidic", | ||
"*.acidic": "acidic" | ||
}, | ||
@@ -70,0 +71,0 @@ |
@@ -29,3 +29,3 @@ "use strict"; | ||
(0, devkit_1.updateJson)(tree, "package.json", json => { | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k; | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j; | ||
json.scripts = json.scripts || {}; | ||
@@ -59,4 +59,4 @@ json.version = "0.0.0"; | ||
}); | ||
(_d = json.license) !== null && _d !== void 0 ? _d : (json.license = "Apache License 2.0"); | ||
(_e = json.author) !== null && _e !== void 0 ? _e : (json.author = { | ||
json.license = "Apache License 2.0"; | ||
(_d = json.author) !== null && _d !== void 0 ? _d : (json.author = { | ||
name: "Storm Software", | ||
@@ -66,6 +66,6 @@ email: "contact@stormsoftware.org", | ||
}); | ||
(_f = json.namespace) !== null && _f !== void 0 ? _f : (json.namespace = `@${options.namespace}`); | ||
(_g = json.description) !== null && _g !== void 0 ? _g : (json.description = options.description); | ||
(_h = options.repositoryUrl) !== null && _h !== void 0 ? _h : (options.repositoryUrl = `https://github.com/${options.organization}/${options.name}}`); | ||
(_j = json.repository) !== null && _j !== void 0 ? _j : (json.repository = { | ||
(_e = json.namespace) !== null && _e !== void 0 ? _e : (json.namespace = `@${options.namespace}`); | ||
(_f = json.description) !== null && _f !== void 0 ? _f : (json.description = options.description); | ||
(_g = options.repositoryUrl) !== null && _g !== void 0 ? _g : (options.repositoryUrl = `https://github.com/${options.organization}/${options.name}}`); | ||
(_h = json.repository) !== null && _h !== void 0 ? _h : (json.repository = { | ||
type: "github", | ||
@@ -138,3 +138,3 @@ url: `${options.repositoryUrl}.git` | ||
json.scripts.release = "pnpm storm-git release"; | ||
(_k = json.packageManager) !== null && _k !== void 0 ? _k : (json.packageManager = `pnpm@${versions_1.pnpmVersion}`); | ||
(_j = json.packageManager) !== null && _j !== void 0 ? _j : (json.packageManager = `pnpm@${versions_1.pnpmVersion}`); | ||
json.engines = { | ||
@@ -141,0 +141,0 @@ node: `>=${versions_1.nodeVersion}`, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232295
1797