@storm-software/tsdown 0.40.0 → 0.40.2

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +19 -19
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-0.38.19-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-0.40.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm TSDown Package](#storm-tsdown-package)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdown",
3
- "version": "0.40.0",
3
+ "version": "0.40.2",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -133,12 +133,12 @@
133
133
  "sullivanpj"
134
134
  ],
135
135
  "peerDependencies": {
136
- "@microsoft/api-extractor": "^7.48.1",
137
- "@nx/devkit": "^21.4.1",
138
- "@nx/js": "^21.4.1",
136
+ "@microsoft/api-extractor": "catalog:",
137
+ "@nx/devkit": "catalog:",
138
+ "@nx/js": "catalog:",
139
139
  "spdx-exceptions": "^2.5.0",
140
140
  "spdx-license-ids": "^3.0.20",
141
- "tsdown": "0.5.3"
141
+ "tsdown": "catalog:"
142
142
  },
143
143
  "peerDependenciesMeta": {
144
144
  "@microsoft/api-extractor": { "optional": true },
@@ -149,30 +149,30 @@
149
149
  "tsdown": { "optional": false }
150
150
  },
151
151
  "dependencies": {
152
- "@storm-software/build-tools": "^0.154.0",
153
- "@storm-software/config": "^1.130.0",
154
- "@storm-software/config-tools": "^1.183.0",
152
+ "@storm-software/build-tools": "workspace:*",
153
+ "@storm-software/config": "workspace:*",
154
+ "@storm-software/config-tools": "workspace:*",
155
155
  "chokidar": "^4.0.3",
156
- "commander": "^12.1.0",
156
+ "commander": "catalog:",
157
157
  "es-toolkit": "^1.39.10",
158
158
  "globby": "^14.1.0",
159
- "nx": "^21.4.1",
159
+ "nx": "catalog:",
160
160
  "rolldown": "1.0.0-beta.1",
161
161
  "source-map": "0.7.4",
162
- "tsup": "8.4.0"
162
+ "tsup": "catalog:"
163
163
  },
164
164
  "devDependencies": {
165
- "@microsoft/api-extractor": "^7.48.1",
166
- "@nx/devkit": "^21.4.1",
167
- "@nx/js": "^21.4.1",
168
- "@types/node": "^22.10.2",
169
- "defu": "6.1.4",
170
- "rollup": "^4.29.1",
165
+ "@microsoft/api-extractor": "catalog:",
166
+ "@nx/devkit": "catalog:",
167
+ "@nx/js": "catalog:",
168
+ "@types/node": "catalog:",
169
+ "defu": "catalog:",
170
+ "rollup": "catalog:",
171
171
  "spdx-exceptions": "^2.5.0",
172
172
  "spdx-license-ids": "^3.0.22",
173
- "tsdown": "0.5.3"
173
+ "tsdown": "catalog:"
174
174
  },
175
175
  "publishConfig": { "access": "public" },
176
176
  "sideEffects": false,
177
- "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
177
+ "gitHead": "ba051503514612b8e75fa46cc0fe6f95b12898b0"
178
178
  }