@stream44.studio/t44-blockchaincommons.com 0.1.0-rc.3 → 0.1.0-rc.5
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,10 +1,10 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Gordian Open Integrity
|
|
2
2
|
|
|
3
3
|
on: [push, pull_request]
|
|
4
4
|
|
|
5
5
|
jobs:
|
|
6
6
|
gordian-open-integrity:
|
|
7
|
-
name:
|
|
7
|
+
name: Gordian Open Integrity
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
steps:
|
|
10
10
|
- uses: actions/checkout@v4
|
package/README.md
CHANGED
|
@@ -47,13 +47,13 @@ bunx @stream44.studio/t44-blockchaincommons.com validate [GordianOpenIntegrity]
|
|
|
47
47
|
|
|
48
48
|
Github Actions validation workflow: `.github/workflows/gordian-open-integrity.yml`
|
|
49
49
|
```
|
|
50
|
-
name:
|
|
50
|
+
name: Gordian Open Integrity
|
|
51
51
|
|
|
52
52
|
on: [push, pull_request]
|
|
53
53
|
|
|
54
54
|
jobs:
|
|
55
55
|
gordian-open-integrity:
|
|
56
|
-
name:
|
|
56
|
+
name: Gordian Open Integrity
|
|
57
57
|
runs-on: ubuntu-latest
|
|
58
58
|
steps:
|
|
59
59
|
- uses: actions/checkout@v4
|
|
@@ -190,6 +190,8 @@ The following projects use `GordianOpenIntegrity`:
|
|
|
190
190
|
Provenance
|
|
191
191
|
===
|
|
192
192
|
|
|
193
|
+
[](https://github.com/Stream44/t44-blockchaincommons.com/actions/workflows/gordian-open-integrity.yml?query=branch%3Amain) [](https://github.com/Stream44/t44-blockchaincommons.com/actions/workflows/dco.yml?query=branch%3Amain)
|
|
194
|
+
|
|
193
195
|
Repository DID: `did:repo:c8f51118b7dca6f9d7303c240b6a683d85e28dab`
|
|
194
196
|
|
|
195
197
|
<table>
|
package/action.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: 'Gordian Open Integrity Validation'
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Gordian Open Integrity provenance and commit signatures on a repository'
|
|
3
3
|
author: 'Stream44'
|
|
4
4
|
|
|
5
5
|
inputs:
|
|
@@ -37,7 +37,7 @@ runs:
|
|
|
37
37
|
fi
|
|
38
38
|
echo "mark=$MARK" >> "$GITHUB_OUTPUT"
|
|
39
39
|
|
|
40
|
-
- name:
|
|
40
|
+
- name: Gordian Open Integrity
|
|
41
41
|
shell: bash
|
|
42
42
|
run: |
|
|
43
43
|
MARK_FLAG=""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream44.studio/t44-blockchaincommons.com",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "BSD-2-Clause-Patent",
|
|
6
6
|
"type": "module",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"@bcts/lifehash": "^1.0.0-alpha.20",
|
|
26
26
|
"commander": "^14.0.0",
|
|
27
27
|
"chalk": "^5.6.2",
|
|
28
|
-
"t44": "^0.4.0-rc.
|
|
29
|
-
"@stream44.studio/encapsulate": "^0.4.0-rc.
|
|
30
|
-
"open-integrity-core": "git+ssh://git@github.com/OpenIntegrityProject/core.git"
|
|
28
|
+
"t44": "^0.4.0-rc.5",
|
|
29
|
+
"@stream44.studio/encapsulate": "^0.4.0-rc.6"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@types/bun": "^1.3.4",
|
|
34
33
|
"@types/node": "^25.0.3",
|
|
35
|
-
"bun-types": "^1.3.4"
|
|
34
|
+
"bun-types": "^1.3.4",
|
|
35
|
+
"open-integrity-core": "git+ssh://git@github.com/OpenIntegrityProject/core.git"
|
|
36
36
|
}
|
|
37
37
|
}
|