Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 6 additions & 0 deletions .airtap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ providers:
browsers:
- name: chromium
- name: firefox

# Until airtap switches to rollup
browserify:
- transform: babelify
global: true
presets: ["@babel/preset-env"]
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).

## 3.0.0

This release upgrades to `abstract-level` 3. Please see its [upgrade guide](https://github.com/Level/abstract-level/blob/v3.0.0/UPGRADING.md).

## 2.0.0

This release upgrades to `abstract-level` 2 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks and not-found errors. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md) for details.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
"UPGRADING.md"
],
"dependencies": {
"abstract-level": "^2.0.1"
"abstract-level": "^3.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@voxpelli/tsconfig": "^4.0.0",
"airtap": "^5.0.0",
"airtap-playwright": "^1.0.1",
"babelify": "^10.0.0",
"hallmark": "^4.1.0",
"nyc": "^15.0.0",
"standard": "^17.0.0",
Expand Down