@ioka-technologies/asyncapi-rust-client-template 0.0.32 → 0.0.34
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/package.json +1 -6
- package/dist/common/index.js +0 -3776
- package/template/helpers/index.js.dev +0 -116
- package/template/src/envelope.rs.js.dev +0 -31
- package/template/src/models.rs.js.dev +0 -110
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ioka-technologies/asyncapi-rust-client-template",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "AsyncAPI template for generating Rust NATS clients",
|
|
5
5
|
"main": "template/index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -24,11 +24,6 @@
|
|
|
24
24
|
"test:nats": "asyncapi generate fromTemplate ../examples/nats/asyncapi.yaml ./ -o test-output-nats --force-write && echo 'Generated library files:' && ls -la test-output-nats/ && cd test-output-nats && cargo build --lib",
|
|
25
25
|
"clean": "rm -rf dist test-output-*"
|
|
26
26
|
},
|
|
27
|
-
"files": [
|
|
28
|
-
"template/**/*",
|
|
29
|
-
"dist/common/**/*",
|
|
30
|
-
"README.md"
|
|
31
|
-
],
|
|
32
27
|
"generator": {
|
|
33
28
|
"renderer": "react",
|
|
34
29
|
"apiVersion": "v3",
|