-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update core/contracts digest to 1adfd1c
Update core/contracts Change-type: patch
- Loading branch information
1 parent
ae96a7e
commit 84b1a81
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
17 files
+0 −7 | .eslintrc.yml | |
+1 −0 | .husky/pre-commit | |
+5 −0 | .lintstagedrc | |
+1 −0 | .npmrc | |
+8 −0 | .prettierrc.js | |
+43 −0 | .versionbot/CHANGELOG.yml | |
+16 −0 | CHANGELOG.md | |
+0 −6 | contracts/sw.os-image/balenaos/contract.json | |
+109 −33 | contracts/sw.os/alpine/contract.json | |
+1 −2 | contracts/sw.os/balenaos/contract.json | |
+0 −4 | contracts/sw.os/resinos/contract.json | |
+19 −9 | package.json | |
+0 −34 | scripts/check-contracts.js | |
+0 −43 | scripts/utils.js | |
+8 −0 | tests/chai.ts | |
+162 −0 | tests/contracts.spec.ts | |
+18 −0 | tsconfig.json |