@stream44.studio/encapsulate 0.4.0-rc.5 → 0.4.0-rc.6

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.
@@ -1,4 +1,4 @@
1
- name: Validate DCO Signatures
1
+ name: DCO Signatures
2
2
  on: [push, pull_request]
3
3
  jobs:
4
4
  dco:
@@ -0,0 +1,13 @@
1
+ name: Gordian Open Integrity
2
+
3
+ on: [push, pull_request]
4
+
5
+ jobs:
6
+ gordian-open-integrity:
7
+ name: Gordian Open Integrity
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 0
13
+ - uses: Stream44/t44-blockchaincommons.com@main
package/README.md CHANGED
@@ -31,6 +31,8 @@ Notes
31
31
  Provenance
32
32
  ===
33
33
 
34
+ [![Gordian Open Integrity](https://github.com/Stream44/encapsulate/actions/workflows/gordian-open-integrity.yml/badge.svg)](https://github.com/Stream44/encapsulate/actions/workflows/gordian-open-integrity.yml?query=branch%3Amain) [![DCO Signatures](https://github.com/Stream44/encapsulate/actions/workflows/dco.yml/badge.svg)](https://github.com/Stream44/encapsulate/actions/workflows/dco.yml?query=branch%3Amain)
35
+
34
36
  Repository DID: `did:repo:412cd408c657737343a6089ed6d5f0668a8bfb05`
35
37
 
36
38
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream44.studio/encapsulate",
3
- "version": "0.4.0-rc.5",
3
+ "version": "0.4.0-rc.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",