Skip to content

Commit 1ae6a34

Browse files
committed
chore(satp-hermes): version 0.0.3-beta release
Signed-off-by: Rafael Belchior <[email protected]>
1 parent caf164f commit 1ae6a34

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.dcilintignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ packages/cactus-test-tooling/src/main/typescript/keycloak/keycloak-container.ts
1717
examples/cactus-example-carbon-accounting-backend/src/main/json/generated/build-info/**
1818
**/src/main/go/generated/openapi/go-client/client.go
1919

20+
# Generated OpenAPI client files (git_push.sh scripts)
21+
**/generated/**/typescript-axios/git_push.sh
22+
examples/cactus-example-cbdc-bridging-backend/src/main/typescript/generated/openapi/typescript-axios/git_push.sh
23+
packages/cactus-plugin-satp-hermes/src/main/typescript/generated/gateway-client/typescript-axios/git_push.sh
24+
packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi-blo/typescript-axios/git_push.sh
25+
26+
# Generated architecture diagrams
27+
packages/cactus-plugin-satp-hermes/docs/architecture/satp-hermes-arch-v2.1.0.vsdx
28+
2029
# Cannot be edited as its a name of a imported Corda library, and Corda syntax
2130
weaver/core/drivers/corda-driver/src/main/kotlin/CustomSerializationWhitelist.kt
2231
weaver/samples/corda/corda-simple-application/clients/src/main/kotlin/com/cordaSimpleApplication/client/CustomSerializationWhitelist.kt

packages/cactus-plugin-satp-hermes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,8 @@ We welcome contributions to Hyperledger Cacti in many forms, and there’s alway
353353

354354
Please review [CONTRIBUTING.md](https://github.com/hyperledger/cacti/blob/main/CONTRIBUTING.md "CONTRIBUTING.md") to get started.
355355

356+
## Release process
357+
TBD. For each release, a commit in the form: "chore(satp-hermes): version X release" will be made.
358+
356359
## License
357360
This distribution is published under the Apache License Version 2.0 found in the [LICENSE ](https://github.com/hyperledger/cactus/blob/main/LICENSE "LICENSE ")file.
Binary file not shown.

packages/cactus-plugin-satp-hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"satp-architecture": "02",
283283
"satp-crash": "02"
284284
},
285-
"satp-package-version": "0.0.2-beta"
285+
"satp-package-version": "0.0.3-beta"
286286
},
287287
"watch": {
288288
"tsc": {

packages/cactus-plugin-satp-hermes/src/main/json/openapi-blo-bundled.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,11 +2610,11 @@
26102610
"type": "object",
26112611
"description": "The network of the DLT being interacted with.",
26122612
"properties": {
2613-
"networkId.id": {
2613+
"id": {
26142614
"type": "string",
26152615
"description": "The network of the DLT being interacted with."
26162616
},
2617-
"networkId.ledgerType": {
2617+
"ledgerType": {
26182618
"description": "Enumerates the different ledger vendors and their major versions encoded within the name of the LedgerType. For example \"BESU_1X\" involves all of the [1.0.0;2.0.0) where 1.0.0 is included and anything up until, but not 2.0.0. See: https://stackoverflow.com/a/4396303/698470 for further explanation.",
26192619
"type": "string",
26202620
"enum": [
@@ -2629,8 +2629,8 @@
26292629
}
26302630
},
26312631
"required": [
2632-
"networkId.id",
2633-
"networkId.ledgerType"
2632+
"id",
2633+
"ledgerType"
26342634
]
26352635
},
26362636
"required": true

0 commit comments

Comments
 (0)