Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opentermsarchive/terms-types dependency #1021

Merged
merged 4 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: OpenTermsArchive/contrib-declarations
path: ./contrib-declarations
repository: OpenTermsArchive/demo-declarations
path: ./demo-declarations
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: cd ./contrib-declarations && npm install
- run: cd ./demo-declarations && npm install
- run: npm ci
- run: ./node_modules/.bin/cross-env NODE_ENV=ci npm run declarations:validate:schema
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Unreleased [minor]

_Full changeset and discussions: [#1021](https://github.com/OpenTermsArchive/engine/pull/1021)._

### Changed

- **Breaking:** Update `opentermsarchive/terms-types` dependency; update your declarations [following the instructions in the changelog](https://github.com/OpenTermsArchive/terms-types/blob/main/CHANGELOG.md#100---2023-09-08) for validating declarations

## 0.30.1 - 2023-09-06

Expand Down
2 changes: 1 addition & 1 deletion config/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"services": {
"declarationsPath": "./contrib-declarations/declarations"
"declarationsPath": "./demo-declarations/declarations"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"supertest": "^6.3.3"
},
"peerDependencies": {
"@opentermsarchive/terms-types": "~0.1.1"
"@opentermsarchive/terms-types": "~1.0.0"
Ndpnt marked this conversation as resolved.
Show resolved Hide resolved
},
"engines": {
"node": ">=16.0.0"
Expand Down
Loading