Comparing version 3.0.0-esm.1 to 3.0.0
# Changelog | ||
## 3.0.0 | ||
### Major Changes | ||
- f48a8a4: Convert to ESM-only. Other changes include: | ||
1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumers if necessary | ||
2. Removed `./web` and `./node` modules. Instead, consumers must use `alcaeus` in conjunction with an RDF/JS environment | ||
3. Extracted packages `alcaeus-model` and `alcaeus-core` | ||
### Patch Changes | ||
- 1f828be: Remove TS from packed packages | ||
- Updated dependencies [c90e5bb] | ||
- Updated dependencies [1f828be] | ||
- Updated dependencies [6a2cfd5] | ||
- alcaeus-model@1.0.0 | ||
- alcaeus-core@1.0.0 | ||
## 3.0.0-esm.1 | ||
@@ -18,3 +37,3 @@ | ||
1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumer s if necessary | ||
1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumers if necessary | ||
2. Removed `./web` and `./node` modules. Instead, consumers must use `alcaeus` in conjunction with an RDF/JS environment | ||
@@ -21,0 +40,0 @@ 3. Extracted packages `alcaeus-model` and `alcaeus-core` |
{ | ||
"name": "alcaeus", | ||
"version": "3.0.0-esm.1", | ||
"version": "3.0.0", | ||
"description": "Hydra Core hypermedia-aware client library", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"@types/parse-link-header": "^2.0.3", | ||
"alcaeus-core": "^1.0.0-esm.1", | ||
"alcaeus-model": "^1.0.0-esm.1", | ||
"alcaeus-core": "^1.0.0", | ||
"alcaeus-model": "^1.0.0", | ||
"parse-link-header": "^2.0.0", | ||
@@ -22,0 +22,0 @@ "rdf-dataset-ext": "^1.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
83176
0
2
Updatedalcaeus-core@^1.0.0
Updatedalcaeus-model@^1.0.0