mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(release): Release version 7.0.3 of the npm package
This commit is contained in:
parent
277a0d0ab7
commit
84d64ac1a2
29
CHANGELOG.md
29
CHANGELOG.md
@ -3,6 +3,35 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.0.3](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v7.0.2...v7.0.3) (2024-01-05)
|
||||
|
||||
### Features
|
||||
|
||||
* Support default mainModulePath when creating App ([c6ec45c](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/c6ec45c7c0fb91a1c1365e9a0139e4fdaf8838d6))
|
||||
|
||||
### Fixes
|
||||
|
||||
* Encode WebID ownership tokens ([277a0d0](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/277a0d0ab724074ed96940836ecc973a8533c538))
|
||||
* Fix pod base URL in README template ([4e7929f](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/4e7929f6d2b72fbb0a03e8f6e64955239f41c837))
|
||||
* Only require append when creating with PUT ([a0b7ee4](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/a0b7ee42f3a39cdd8fe2dbf1470e53f57ea62aba))
|
||||
|
||||
### Chores
|
||||
|
||||
* Remove Docker arm builds ([648ce1f](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/648ce1fba8737dc7a008ff987de161e5902f9d09))
|
||||
* Update linting dependency ([3a9b0d6](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/3a9b0d69f01d6f0490983eda4ff8000798e10dcc))
|
||||
|
||||
### Documentation
|
||||
|
||||
* Explain how to use AppRunner to start a server instance ([716c3c3](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/716c3c308933a10382d6726a70b5b77a62cfb787))
|
||||
* Explain that users need to log in for client credentials ([dca71bc](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/dca71bc5b82a9790d861babdcb1dd231c99dd042))
|
||||
* Fix links ([1f88864](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/1f888645d6619e253082f4bf0ed20e7ae4e4c38b))
|
||||
* Describe server feature set ([c64a1a2](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/c64a1a241ddd975f22eb223d545c938dfc8cb63c))
|
||||
* Fix Typo `is -> if` ([355f7dd](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/355f7dd1c7b9be14c3e243acb5c4634f3a800442))
|
||||
|
||||
### Testing
|
||||
|
||||
* Run tests on Node 21 ([8f74fc8](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/8f74fc82ad8a611bf96c293748bc5c01c859cdeb))
|
||||
|
||||
## [7.0.2](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v7.0.1...v7.0.2) (2023-11-20)
|
||||
|
||||
### Features
|
||||
|
57
package-lock.json
generated
57
package-lock.json
generated
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@solid/community-server",
|
||||
"version": "7.0.2",
|
||||
"version": "7.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@solid/community-server",
|
||||
"version": "7.0.2",
|
||||
"version": "7.0.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@comunica/context-entries": "^2.8.2",
|
||||
"@comunica/query-sparql": "^2.9.0",
|
||||
"@rdfjs/types": "^1.1.0",
|
||||
"@solid/access-control-policy": "^0.1.3",
|
||||
"@solid/access-token-verifier": "^2.0.5",
|
||||
"@solid/access-token-verifier": "^2.1.0",
|
||||
"@types/async-lock": "^1.4.0",
|
||||
"@types/bcryptjs": "^2.4.4",
|
||||
"@types/cookie": "^0.5.2",
|
||||
@ -4886,17 +4886,25 @@
|
||||
"integrity": "sha512-LTxfN8N5hNBNYfuwJr0nyfxlp2P0+GeK+biCa1FQgIqska3wXpTgYaxjVgsw27mKx4N1FOlaGwG+nXdLnl9ykg=="
|
||||
},
|
||||
"node_modules/@solid/access-token-verifier": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.0.5.tgz",
|
||||
"integrity": "sha512-YsoMmEk7pN6tlCHcDm5iLa9ZYvTYvuk3SX5cz18XW1qYmM46znEGnXz94vm7DIa7DcTLGi9suMw7M5pRs2xOLw==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.1.0.tgz",
|
||||
"integrity": "sha512-79u92GD1SBTxjYghg2ta6cfoBNZ5ljz/9zE6RmXUypTXW7oI18DTWiSrEjWwI4njW+OMh+4ih+sAR6AkI1IFxg==",
|
||||
"dependencies": {
|
||||
"jose": "^4.10.3",
|
||||
"jose": "^5.1.3",
|
||||
"lru-cache": "^6.0.0",
|
||||
"n3": "^1.16.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"n3": "^1.17.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
"ts-guards": "^0.5.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@solid/access-token-verifier/node_modules/jose": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/jose/-/jose-5.2.0.tgz",
|
||||
"integrity": "sha512-oW3PCnvyrcm1HMvGTzqjxxfnEs9EoFOFWi2HsEGhlFVOXxTE3K9GKWVMFoFw06yPUqwpvEWic1BmtUZBI/tIjw==",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/panva"
|
||||
}
|
||||
},
|
||||
"node_modules/@stylistic/eslint-plugin": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-1.5.0.tgz",
|
||||
@ -12903,9 +12911,9 @@
|
||||
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
|
||||
},
|
||||
"node_modules/node-fetch": {
|
||||
"version": "2.6.12",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
||||
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
||||
"dependencies": {
|
||||
"whatwg-url": "^5.0.0"
|
||||
},
|
||||
@ -20122,15 +20130,22 @@
|
||||
"integrity": "sha512-LTxfN8N5hNBNYfuwJr0nyfxlp2P0+GeK+biCa1FQgIqska3wXpTgYaxjVgsw27mKx4N1FOlaGwG+nXdLnl9ykg=="
|
||||
},
|
||||
"@solid/access-token-verifier": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.0.5.tgz",
|
||||
"integrity": "sha512-YsoMmEk7pN6tlCHcDm5iLa9ZYvTYvuk3SX5cz18XW1qYmM46znEGnXz94vm7DIa7DcTLGi9suMw7M5pRs2xOLw==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.1.0.tgz",
|
||||
"integrity": "sha512-79u92GD1SBTxjYghg2ta6cfoBNZ5ljz/9zE6RmXUypTXW7oI18DTWiSrEjWwI4njW+OMh+4ih+sAR6AkI1IFxg==",
|
||||
"requires": {
|
||||
"jose": "^4.10.3",
|
||||
"jose": "^5.1.3",
|
||||
"lru-cache": "^6.0.0",
|
||||
"n3": "^1.16.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"n3": "^1.17.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
"ts-guards": "^0.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"jose": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/jose/-/jose-5.2.0.tgz",
|
||||
"integrity": "sha512-oW3PCnvyrcm1HMvGTzqjxxfnEs9EoFOFWi2HsEGhlFVOXxTE3K9GKWVMFoFw06yPUqwpvEWic1BmtUZBI/tIjw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@stylistic/eslint-plugin": {
|
||||
@ -26089,9 +26104,9 @@
|
||||
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
|
||||
},
|
||||
"node-fetch": {
|
||||
"version": "2.6.12",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
||||
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
||||
"requires": {
|
||||
"whatwg-url": "^5.0.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@solid/community-server",
|
||||
"version": "7.0.2",
|
||||
"version": "7.0.3",
|
||||
"description": "Community Solid Server: an open and modular implementation of the Solid specifications",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/CommunitySolidServer/CommunitySolidServer#readme",
|
||||
|
Loading…
x
Reference in New Issue
Block a user