Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

@storm-software/workspace-tools

Package Overview
Dependencies
Maintainers
1
Versions
782
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/workspace-tools - npm Package Compare versions

Comparing version 1.5.21 to 1.5.22

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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/)&nbsp;
[![Version](https://img.shields.io/badge/version-1.5.20-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 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)

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc