Skip to content

Commit

Permalink
v7.8.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 29, 2023
1 parent 7890032 commit a9ac041
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 77 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v7.8.0 2023 December 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)

## v7.7.0 2023 December 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Kava has been powering accurate test suites for Node.js and Web Browsers since 2

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/kava@7.7.0'
import * as pkg from '//dev.jspm.io/kava@7.8.0'
</script>
```
### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.")
Expand Down Expand Up @@ -146,7 +146,7 @@ This project provides its type information via inline [JSDoc Comments](http://us
- [Mohammed Shah](https://github.com/smashah)
- [Mr. Henry](https://mrhenry.be)
- [Nermal](https://arjunaditya.vercel.app)
- [Pleo](https://www.pleo.io)
- [Pleo](https://pleo.io)
- [Poonacha Medappa](https://poonachamedappa.com)
- [Rob Morris](https://github.com/Rob-Morris)
- [Robert de Forest](https://github.com/rdeforest)
Expand Down
100 changes: 33 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kava",
"version": "7.7.0",
"version": "7.8.0",
"license": "Artistic-2.0",
"description": "Kava has been powering accurate test suites for Node.js and Web Browsers since 2012.",
"homepage": "https://github.com/bevry/kava",
Expand Down Expand Up @@ -112,7 +112,7 @@
"Mohammed Shah <shah@idk.uno> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)",
"Mr. Henry <hello@mrhenry.be> (https://mrhenry.be) (https://github.com/mrhenry)",
"Nermal <nermalcat69@skiff.com> (https://arjunaditya.vercel.app) (https://github.com/nermalcat69)",
"Pleo (https://www.pleo.io) (https://github.com/pleo-io)",
"Pleo (https://pleo.io) (https://github.com/pleo-io)",
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)",
"Robert de Forest <guitar.robot@gmail.com> (https://github.com/rdeforest)",
Expand Down Expand Up @@ -202,13 +202,13 @@
"browser": "edition-browsers/index.js",
"dependencies": {
"editions": "^6.21.0",
"event-emitter-grouped": "^6.4.0",
"taskgroup": "^9.6.0"
"event-emitter-grouped": "^6.6.0",
"taskgroup": "^9.7.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/preset-env": "^7.23.6",
"assert-helpers": "^11.12.0",
"eslint": "^8.56.0",
Expand Down Expand Up @@ -261,7 +261,7 @@
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
"@babel/plugin-transform-object-rest-spread"
]
},
"edition-node-6": {
Expand All @@ -278,7 +278,7 @@
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
"@babel/plugin-transform-object-rest-spread"
]
},
"edition-node-4": {
Expand All @@ -295,7 +295,7 @@
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
"@babel/plugin-transform-object-rest-spread"
]
}
}
Expand Down

0 comments on commit a9ac041

Please sign in to comment.