Skip to content

Commit

Permalink
fix: re-enable support for ESS 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed May 20, 2022
1 parent 6a4672f commit 9c09b36
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cd-packaging-test-parcel",
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.21.0",
"@inrupt/solid-client-authn-browser": "^1.11.2"
"@inrupt/solid-client": "^1.23.0",
"@inrupt/solid-client-authn-browser": "^1.11.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "cd-packaging-test-webpack",
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.21.0",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@inrupt/solid-client": "^1.23.0",
"@inrupt/solid-client-authn-browser": "^1.11.8",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-packaging-tests/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cd-packaging-test-node",
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.21.0",
"@inrupt/solid-client-authn-node": "^1.11.2"
"@inrupt/solid-client": "^1.23.0",
"@inrupt/solid-client-authn-node": "^1.11.8"
}
}
4 changes: 1 addition & 3 deletions .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
name: ${{ matrix.environment-name }}
strategy:
matrix:
# disable PodSpaces, as ESS 1.1 doesn't work with getWellKnownSolid yet:
# environment-name: ["ESS PodSpaces", "ESS PodSpaces Next"]
environment-name: ["ESS PodSpaces Next"]
environment-name: ["ESS PodSpaces", "ESS PodSpaces Next"]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
# disable PodSpaces, as ESS 1.1 doesn't work with getWellKnownSolid yet:
# environment-name: ["ESS PodSpaces", "ESS PodSpaces Next"]
environment-name: ["ESS PodSpaces Next"]
environment-name: ["ESS PodSpaces", "ESS PodSpaces Next"]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion e2e/browser/testApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "^1.11.7",
"@inrupt/solid-client-authn-browser": "^1.11.8",
"@inrupt/solid-client-notifications": "file:../../../",
"next": "12.1.5",
"react": "18.0.0",
Expand Down
Loading

0 comments on commit 9c09b36

Please sign in to comment.