@storm-software/workspace-tools 1.264.8 → 1.264.10
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 +12 -0
- package/README.md +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +3 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.264.10 (2025-03-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Regenerate README markdown files ([076080ad7](https://github.com/storm-software/storm-ops/commit/076080ad7))
|
|
6
|
+
|
|
7
|
+
## 1.264.9 (2025-03-11)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([36b8a62d3](https://github.com/storm-software/storm-ops/commit/36b8a62d3))
|
|
12
|
+
|
|
1
13
|
## 1.264.8 (2025-03-11)
|
|
2
14
|
|
|
3
15
|
### 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
|
-
[](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/dist/executors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkXM4IXZ6Yjs = require('./chunk-XM4IXZ6Y.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkAXGI5QP4js = require('./chunk-AXGI5QP4.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
|
-
import {
|
|
3
|
-
LARGE_BUFFER
|
|
4
|
-
} from "./chunk-BMNXBEWE.mjs";
|
|
5
2
|
import {
|
|
6
3
|
sizeLimitExecutorFn
|
|
7
4
|
} from "./chunk-3RLLSZI3.mjs";
|
|
5
|
+
import {
|
|
6
|
+
LARGE_BUFFER
|
|
7
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
8
8
|
import {
|
|
9
9
|
typiaExecutorFn
|
|
10
10
|
} from "./chunk-FIJJTQKT.mjs";
|
package/dist/index.js
CHANGED
|
@@ -48,10 +48,10 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
|
|
|
48
48
|
require('./chunk-7VDOGZYO.js');
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
var
|
|
51
|
+
var _chunkXM4IXZ6Yjs = require('./chunk-XM4IXZ6Y.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkAXGI5QP4js = require('./chunk-AXGI5QP4.js');
|
package/dist/index.mjs
CHANGED
|
@@ -46,12 +46,12 @@ import {
|
|
|
46
46
|
getProjectConfigurations
|
|
47
47
|
} from "./chunk-YBDZ7EWU.mjs";
|
|
48
48
|
import "./chunk-BLX5SLPC.mjs";
|
|
49
|
-
import {
|
|
50
|
-
LARGE_BUFFER
|
|
51
|
-
} from "./chunk-BMNXBEWE.mjs";
|
|
52
49
|
import {
|
|
53
50
|
sizeLimitExecutorFn
|
|
54
51
|
} from "./chunk-3RLLSZI3.mjs";
|
|
52
|
+
import {
|
|
53
|
+
LARGE_BUFFER
|
|
54
|
+
} from "./chunk-BMNXBEWE.mjs";
|
|
55
55
|
import {
|
|
56
56
|
typiaExecutorFn
|
|
57
57
|
} from "./chunk-FIJJTQKT.mjs";
|
package/package.json
CHANGED