Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Birch-san committed Jul 10, 2021
1 parent 44082d1 commit 8901550
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
See https://github.com/Birch-san/box2d-wasm/releases

# v6.0.3
# v6.0.4

Added `.d.ts` declarations accompanying `entry.js`, `Box2D.js` and `Box2D.simd.js` (in case anybody wants to bypass the Node module specifier or the entrypoint and import an asset directly).

# v6.0.3

Updated UMD entrypoint to be better statically-analysable by Parcel.

# v6.0.2
Expand Down
11 changes: 8 additions & 3 deletions box2d-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"name": "box2d-wasm",
"version": "6.0.3",
"version": "6.0.4",
"description": "Box2D compiled to WebAssembly",
"module": "dist/es/entry.js",
"main": "dist/umd/entry.js",
"files": [
"dist/Box2D.d.ts",
"dist/Box2DModule.d.ts",
"dist/Box2DModuleAugmentations.d.ts",
"dist/es/entry.d.ts",
"dist/es/entry.js",
"dist/umd/entry.d.ts",
"dist/umd/entry.js",
"dist/Box2D.d.ts",
"dist/Box2D.d.ts",
"dist/es/Box2D.d.ts",
"dist/es/Box2D.js",
"dist/es/Box2D.wasm",
"dist/es/Box2D.simd.d.ts",
"dist/es/Box2D.simd.js",
"dist/es/Box2D.simd.wasm",
"dist/umd/Box2D.d.ts",
"dist/umd/Box2D.js",
"dist/umd/Box2D.wasm",
"dist/umd/Box2D.simd.d.ts",
"dist/umd/Box2D.simd.js",
"dist/umd/Box2D.simd.wasm"
],
Expand Down

0 comments on commit 8901550

Please sign in to comment.