@storm-software/workspace-tools 1.155.0 → 1.156.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 +7 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/packages/workspace-tools/src/plugins/rust/cargo-toml.d.ts +5 -1
- package/packages/workspace-tools/src/plugins/typescript/project-config.d.ts +5 -32
- package/src/executors/cargo-publish/executor.js +1 -1
- package/src/plugins/rust/index.js +18 -2
- package/src/plugins/typescript/index.js +6 -3
package/CHANGELOG.md
CHANGED
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -606723,6 +606723,7 @@ async function normalizeOptions(tree, options) {
|
|
|
606723
606723
|
|
|
606724
606724
|
// packages/workspace-tools/src/executors/cargo-publish/executor.ts
|
|
606725
606725
|
var import_devkit3 = require("@nx/devkit");
|
|
606726
|
+
var import_node_https = __toESM(require("node:https"));
|
|
606726
606727
|
|
|
606727
606728
|
// node_modules/.pnpm/@ltd+j-toml@1.38.0/node_modules/@ltd/j-toml/index.mjs
|
|
606728
606729
|
var version2 = "1.38.0";
|
|
@@ -609634,7 +609635,6 @@ function modifyCargoNestedTable(toml, section, key, value2) {
|
|
|
609634
609635
|
}
|
|
609635
609636
|
|
|
609636
609637
|
// packages/workspace-tools/src/executors/cargo-publish/executor.ts
|
|
609637
|
-
var import_node_https = __toESM(require("node:https"));
|
|
609638
609638
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
609639
609639
|
var getRegistryVersion = (name, version3, registry) => {
|
|
609640
609640
|
return new Promise(
|