Skip to content

Commit

Permalink
Merge branch 'main' into wip/jsonld-parsing-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 18, 2023
2 parents baaef5f + f27a65c commit 09d83ea
Show file tree
Hide file tree
Showing 9 changed files with 877 additions and 743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
audit:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2.2.0
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2
secrets:
WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
CI: true
jobs:
lint:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2.2.0
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2

unit-tests:
runs-on: ${{ matrix.os }}
Expand Down
20 changes: 5 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+

env:
CI: true
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare for publication to npm
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org"
cache: npm
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.INRUPT_NPM_TOKEN }}
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-release.yml@v2
secrets:
NODE_AUTH_TOKEN: ${{ secrets.INRUPT_NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
4 changes: 2 additions & 2 deletions docs/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# pip install -r requirements.txt

pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
myst-parser==2.0.0
# Currently myst-parse is incompatible with sphinx v7
Sphinx==7.2.5
Sphinx==7.2.6
# urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled
# with OpenSSL 1.0.2k-fips 26 Jan 2017.
# See: https://github.com/urllib3/urllib3/issues/2168,
Expand Down
Loading

0 comments on commit 09d83ea

Please sign in to comment.