bare 1.15.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.cjs +0 -1
  2. package/index.mjs +0 -1
  3. package/package.json +2 -2
package/index.cjs CHANGED
@@ -1,2 +1 @@
1
- /* global Bare */
2
1
  module.exports = Bare
package/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- /* global Bare */
2
1
  export default Bare
3
2
  export const Addon = Bare.Addon
4
3
  export const Thread = Bare.Thread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "description": "Small and modular JavaScript runtime for desktop and mobile",
5
5
  "exports": {
6
6
  ".": {
@@ -27,6 +27,6 @@
27
27
  },
28
28
  "homepage": "https://github.com/holepunchto/bare",
29
29
  "dependencies": {
30
- "bare-runtime": "1.15.0"
30
+ "bare-runtime": "1.16.0"
31
31
  }
32
32
  }