Comparing version 1.1.3 to 1.1.4
# `p2-es` Changelog | ||
## 1.1.4 | ||
### Patch Changes | ||
- 69ebd1e: Remove readonly jsdoc annotations, remove readonly from Shape id | ||
## 1.1.3 | ||
@@ -7,3 +13,3 @@ | ||
- cfa6eea: Remove readonly from Material and ContactMaterial | ||
- cfa6eea: Remove readonly from Material and ContactMaterial ids | ||
@@ -10,0 +16,0 @@ ## 1.1.2 |
@@ -78,3 +78,3 @@ declare module "types/index" { | ||
type: typeof Shape.CIRCLE | typeof Shape.PARTICLE | typeof Shape.PLANE | typeof Shape.CONVEX | typeof Shape.LINE | typeof Shape.BOX | typeof Shape.CAPSULE | typeof Shape.HEIGHTFIELD; | ||
readonly id: number; | ||
id: number; | ||
boundingRadius: number; | ||
@@ -81,0 +81,0 @@ collisionGroup: number; |
{ | ||
"name": "p2-es", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A JavaScript 2D physics engine.", |
@@ -30,3 +30,3 @@ # p2-es | ||
// import a specific version | ||
import * as p2 from 'https://www.unpkg.com/browse/p2-es@1.1.3/dist/p2-es.js'; | ||
import * as p2 from 'https://www.unpkg.com/browse/p2-es@1.1.4/dist/p2-es.js'; | ||
@@ -33,0 +33,0 @@ // or import latest |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
639377
18457