@storm-software/workspace-tools 1.296.69 → 1.296.71
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/README.md +1 -1
- package/dist/{chunk-DWFH4BRZ.mjs → chunk-34VTLVPL.mjs} +1 -1
- package/dist/{chunk-TCAUYQGJ.mjs → chunk-APTJ4JVV.mjs} +1 -1
- package/dist/{chunk-JGPL6SLR.mjs → chunk-ECC3BKKH.mjs} +1 -1
- package/dist/{chunk-F2YQJNBF.mjs → chunk-M6J5CX32.mjs} +1 -1
- package/dist/{chunk-YG45K4QK.js → chunk-R43EFSVO.js} +1 -1
- package/dist/{chunk-LWUEYMYK.mjs → chunk-SOZLMXQ2.mjs} +1 -1
- package/dist/{chunk-5HFH7JXU.mjs → chunk-XWSJ63H4.mjs} +1 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +4 -4
- package/dist/generators.mjs +5 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.mjs +1 -1
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.js +2 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +2 -2
- package/dist/src/plugins/rust/index.mjs +2 -2
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.mjs +1 -1
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=a9def7e06ce25c19654987ab91979289197bf4d3e7e124c514a4487c3e8d68c6__089113e941715a7af6168f0104279b45/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/executors.js
CHANGED
|
@@ -13,6 +13,9 @@ var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
|
13
13
|
var _chunkRCJKWUC3js = require('./chunk-RCJKWUC3.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
17
|
+
|
|
18
|
+
|
|
16
19
|
var _chunk6JPLZS7Vjs = require('./chunk-6JPLZS7V.js');
|
|
17
20
|
|
|
18
21
|
|
|
@@ -28,9 +31,6 @@ var _chunkG5PC6KMKjs = require('./chunk-G5PC6KMK.js');
|
|
|
28
31
|
var _chunkQGDBHZ2Mjs = require('./chunk-QGDBHZ2M.js');
|
|
29
32
|
|
|
30
33
|
|
|
31
|
-
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
32
|
-
|
|
33
|
-
|
|
34
34
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
35
35
|
|
|
36
36
|
|
package/dist/executors.mjs
CHANGED
|
@@ -11,6 +11,9 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
unbuildExecutorFn
|
|
13
13
|
} from "./chunk-OZ5BVPYJ.mjs";
|
|
14
|
+
import {
|
|
15
|
+
cargoFormatExecutor
|
|
16
|
+
} from "./chunk-T2REIWDE.mjs";
|
|
14
17
|
import {
|
|
15
18
|
esbuildExecutorFn
|
|
16
19
|
} from "./chunk-NVQEK4YA.mjs";
|
|
@@ -26,9 +29,6 @@ import {
|
|
|
26
29
|
import {
|
|
27
30
|
cargoDocExecutor
|
|
28
31
|
} from "./chunk-IP23MSZ4.mjs";
|
|
29
|
-
import {
|
|
30
|
-
cargoFormatExecutor
|
|
31
|
-
} from "./chunk-T2REIWDE.mjs";
|
|
32
32
|
import {
|
|
33
33
|
getRegistryVersion
|
|
34
34
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
@@ -49,7 +49,7 @@ import "./chunk-JGXYRLRO.mjs";
|
|
|
49
49
|
import "./chunk-45CW7OJB.mjs";
|
|
50
50
|
import "./chunk-3J2CP54B.mjs";
|
|
51
51
|
import "./chunk-TBW5MCN6.mjs";
|
|
52
|
-
import "./chunk-
|
|
52
|
+
import "./chunk-34VTLVPL.mjs";
|
|
53
53
|
export {
|
|
54
54
|
LARGE_BUFFER,
|
|
55
55
|
cargoBuildExecutor,
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XWSJ63H4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-M6J5CX32.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SOZLMXQ2.mjs";
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-DQYZOPO7.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
17
|
import {
|
|
18
18
|
neutralLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-APTJ4JVV.mjs";
|
|
20
20
|
import "./chunk-NTTC774E.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-2GQSCZ3J.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-JGXYRLRO.mjs";
|
|
|
26
26
|
import "./chunk-45CW7OJB.mjs";
|
|
27
27
|
import "./chunk-3J2CP54B.mjs";
|
|
28
28
|
import "./chunk-TBW5MCN6.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-34VTLVPL.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -70,6 +70,9 @@ var _chunkGU3JSJVGjs = require('./chunk-GU3JSJVG.js');
|
|
|
70
70
|
var _chunkRCJKWUC3js = require('./chunk-RCJKWUC3.js');
|
|
71
71
|
|
|
72
72
|
|
|
73
|
+
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
74
|
+
|
|
75
|
+
|
|
73
76
|
var _chunk6JPLZS7Vjs = require('./chunk-6JPLZS7V.js');
|
|
74
77
|
|
|
75
78
|
|
|
@@ -85,9 +88,6 @@ var _chunkG5PC6KMKjs = require('./chunk-G5PC6KMK.js');
|
|
|
85
88
|
var _chunkQGDBHZ2Mjs = require('./chunk-QGDBHZ2M.js');
|
|
86
89
|
|
|
87
90
|
|
|
88
|
-
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
89
|
-
|
|
90
|
-
|
|
91
91
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
92
92
|
|
|
93
93
|
|
package/dist/index.mjs
CHANGED
|
@@ -68,6 +68,9 @@ import {
|
|
|
68
68
|
import {
|
|
69
69
|
unbuildExecutorFn
|
|
70
70
|
} from "./chunk-OZ5BVPYJ.mjs";
|
|
71
|
+
import {
|
|
72
|
+
cargoFormatExecutor
|
|
73
|
+
} from "./chunk-T2REIWDE.mjs";
|
|
71
74
|
import {
|
|
72
75
|
esbuildExecutorFn
|
|
73
76
|
} from "./chunk-NVQEK4YA.mjs";
|
|
@@ -83,9 +86,6 @@ import {
|
|
|
83
86
|
import {
|
|
84
87
|
cargoDocExecutor
|
|
85
88
|
} from "./chunk-IP23MSZ4.mjs";
|
|
86
|
-
import {
|
|
87
|
-
cargoFormatExecutor
|
|
88
|
-
} from "./chunk-T2REIWDE.mjs";
|
|
89
89
|
import {
|
|
90
90
|
getRegistryVersion
|
|
91
91
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
@@ -118,13 +118,13 @@ import "./chunk-UA33NH5O.mjs";
|
|
|
118
118
|
import "./chunk-SAIDGUHG.mjs";
|
|
119
119
|
import {
|
|
120
120
|
nodeLibraryGeneratorFn
|
|
121
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-XWSJ63H4.mjs";
|
|
122
122
|
import {
|
|
123
123
|
presetGeneratorFn
|
|
124
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-M6J5CX32.mjs";
|
|
125
125
|
import {
|
|
126
126
|
browserLibraryGeneratorFn
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-SOZLMXQ2.mjs";
|
|
128
128
|
import {
|
|
129
129
|
configSchemaGeneratorFn
|
|
130
130
|
} from "./chunk-DQYZOPO7.mjs";
|
|
@@ -133,7 +133,7 @@ import {
|
|
|
133
133
|
} from "./chunk-437WGH2M.mjs";
|
|
134
134
|
import {
|
|
135
135
|
neutralLibraryGeneratorFn
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-APTJ4JVV.mjs";
|
|
137
137
|
import {
|
|
138
138
|
createProjectTsConfigJson,
|
|
139
139
|
getOutputPath,
|
|
@@ -196,7 +196,7 @@ import "./chunk-TBW5MCN6.mjs";
|
|
|
196
196
|
import {
|
|
197
197
|
base_generator_untyped_default
|
|
198
198
|
} from "./chunk-34LSWMWV.mjs";
|
|
199
|
-
import "./chunk-
|
|
199
|
+
import "./chunk-34VTLVPL.mjs";
|
|
200
200
|
export {
|
|
201
201
|
INVALID_CARGO_ARGS,
|
|
202
202
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-TBW5MCN6.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
37
37
|
export {
|
|
38
38
|
base_executor_untyped_default as baseExecutorSchema,
|
|
39
39
|
base_generator_untyped_default as baseGeneratorSchema,
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_build_executor_untyped_default as default
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
cargoBuildExecutor,
|
|
16
16
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
cargoCheckExecutor,
|
|
16
16
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
cargoClippyExecutor,
|
|
16
16
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
cargoDocExecutor,
|
|
16
16
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
cargoFormatExecutor,
|
|
16
16
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-K6UOPTIZ.mjs";
|
|
5
5
|
import "../../../chunk-UA33NH5O.mjs";
|
|
6
6
|
import "../../../chunk-45CW7OJB.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
runExecutor as default,
|
|
10
10
|
getRegistryVersion
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-3J2CP54B.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
esbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
executor_default as default,
|
|
16
16
|
napiExecutor
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-QQB6GFYM.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/napi/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
10
10
|
import "../../../chunk-45CW7OJB.mjs";
|
|
11
11
|
import "../../../chunk-3J2CP54B.mjs";
|
|
12
12
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
LARGE_BUFFER,
|
|
16
16
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
tsdownExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
unbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-LZ3H2OH5.mjs";
|
|
4
4
|
import "../../../chunk-ZCTECGQS.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/unbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-SOZLMXQ2.mjs";
|
|
5
5
|
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
15
15
|
export {
|
|
16
16
|
browserLibraryGeneratorFn,
|
|
17
17
|
generator_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
8
8
|
import "../../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-APTJ4JVV.mjs";
|
|
5
5
|
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
neutralLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-XWSJ63H4.mjs";
|
|
5
5
|
import "../../../chunk-NTTC774E.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
nodeLibraryGeneratorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-SW2E5MQJ.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-M6J5CX32.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-J54QMYZO.mjs";
|
|
7
7
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-JGXYRLRO.mjs";
|
|
|
9
9
|
import "../../../chunk-45CW7OJB.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkR43EFSVOjs = require('../../../chunk-R43EFSVO.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
9
|
require('../../../chunk-HYK7OVZ3.js');
|
|
10
10
|
require('../../../chunk-N2365RCI.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-CLKU7UMG.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkR43EFSVOjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkR43EFSVOjs.createDependencies; exports.createNodesV2 = _chunkR43EFSVOjs.createNodesV2; exports.description = _chunkR43EFSVOjs.description; exports.name = _chunkR43EFSVOjs.name;
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-ECC3BKKH.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
9
|
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
10
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
12
|
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
16
16
|
createDependencies,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkR43EFSVOjs = require('../../../chunk-R43EFSVO.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
9
|
require('../../../chunk-HYK7OVZ3.js');
|
|
10
10
|
require('../../../chunk-N2365RCI.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-CLKU7UMG.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkR43EFSVOjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkR43EFSVOjs.createDependencies; exports.createNodesV2 = _chunkR43EFSVOjs.createNodesV2; exports.description = _chunkR43EFSVOjs.description; exports.name = _chunkR43EFSVOjs.name;
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-ECC3BKKH.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
9
|
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
10
|
import "../../../chunk-UA33NH5O.mjs";
|
|
11
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
12
|
import "../../../chunk-45CW7OJB.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-34VTLVPL.mjs";
|
|
14
14
|
export {
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
16
16
|
createDependencies,
|
|
@@ -11,7 +11,7 @@ import "../../chunk-JGXYRLRO.mjs";
|
|
|
11
11
|
import "../../chunk-45CW7OJB.mjs";
|
|
12
12
|
import "../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-JGXYRLRO.mjs";
|
|
|
5
5
|
import "../../chunk-45CW7OJB.mjs";
|
|
6
6
|
import "../../chunk-3J2CP54B.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-JGXYRLRO.mjs";
|
|
|
7
7
|
import "../../chunk-45CW7OJB.mjs";
|
|
8
8
|
import "../../chunk-3J2CP54B.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
11
11
|
export {
|
|
12
12
|
StormRustVersionActions as default
|
|
13
13
|
};
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.mjs
CHANGED
package/dist/src/utils/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import "../../chunk-UA33NH5O.mjs";
|
|
|
7
7
|
import "../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../chunk-45CW7OJB.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-34VTLVPL.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.71",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -238,10 +238,10 @@
|
|
|
238
238
|
"@size-limit/esbuild": "^11.2.0",
|
|
239
239
|
"@size-limit/esbuild-why": "^11.2.0",
|
|
240
240
|
"@size-limit/file": "^11.2.0",
|
|
241
|
-
"@storm-software/config-tools": "^1.190.
|
|
242
|
-
"@storm-software/npm-tools": "^0.6.
|
|
243
|
-
"@storm-software/prettier": "^0.59.
|
|
244
|
-
"@storm-software/tsdown": "^0.45.
|
|
241
|
+
"@storm-software/config-tools": "^1.190.91",
|
|
242
|
+
"@storm-software/npm-tools": "^0.6.209",
|
|
243
|
+
"@storm-software/prettier": "^0.59.144",
|
|
244
|
+
"@storm-software/tsdown": "^0.45.252",
|
|
245
245
|
"fs-extra": "11.2.0",
|
|
246
246
|
"glob": "^11.1.0",
|
|
247
247
|
"jiti": "^2.7.0",
|
|
@@ -255,17 +255,17 @@
|
|
|
255
255
|
},
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@napi-rs/cli": "^3.7.2",
|
|
258
|
-
"@storm-software/esbuild": "^0.53.
|
|
259
|
-
"@storm-software/package-constants": "^0.1.
|
|
260
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
261
|
-
"@storm-software/unbuild": "^0.57.
|
|
258
|
+
"@storm-software/esbuild": "^0.53.252",
|
|
259
|
+
"@storm-software/package-constants": "^0.1.104",
|
|
260
|
+
"@storm-software/pnpm-tools": "^0.7.102",
|
|
261
|
+
"@storm-software/unbuild": "^0.57.252",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
|
-
"@types/node": "^25.9.
|
|
263
|
+
"@types/node": "^25.9.5",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
265
265
|
"defu": "^6.1.7",
|
|
266
266
|
"nx": "23.0.1",
|
|
267
267
|
"pkg-types": "^1.3.1",
|
|
268
|
-
"prettier": "^3.9.
|
|
268
|
+
"prettier": "^3.9.5",
|
|
269
269
|
"tsup": "8.4.0",
|
|
270
270
|
"typescript": "^6.0.3"
|
|
271
271
|
},
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"publishConfig": { "access": "public" },
|
|
291
291
|
"executors": "./executors.json",
|
|
292
292
|
"generators": "./generators.json",
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "21c3a0f1472844d43a10cd1beb3ef55e35bd7cf1"
|
|
294
294
|
}
|