@dice-o-rolla/dice-engine 0.4.0 → 0.5.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.
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +7 -7
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** Runtime package version used in portable trace provenance. */
|
|
2
|
-
export declare const DICE_ENGINE_VERSION = "0.
|
|
2
|
+
export declare const DICE_ENGINE_VERSION = "0.5.0";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** Runtime package version used in portable trace provenance. */
|
|
2
|
-
export const DICE_ENGINE_VERSION = '0.
|
|
2
|
+
export const DICE_ENGINE_VERSION = '0.5.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dice-o-rolla/dice-engine",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Framework-neutral physical dice engine with Rapier and Three.js browser adapters.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dice",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"registry": "https://registry.npmjs.org/"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@dice-o-rolla/dice-core": "0.
|
|
51
|
-
"@dice-o-rolla/dice-geometry": "0.
|
|
52
|
-
"@dice-o-rolla/dice-physics": "0.
|
|
53
|
-
"@dice-o-rolla/dice-physics-rapier": "0.
|
|
54
|
-
"@dice-o-rolla/dice-renderer": "0.
|
|
55
|
-
"@dice-o-rolla/dice-renderer-three": "0.
|
|
50
|
+
"@dice-o-rolla/dice-core": "0.5.0",
|
|
51
|
+
"@dice-o-rolla/dice-geometry": "0.5.0",
|
|
52
|
+
"@dice-o-rolla/dice-physics": "0.5.0",
|
|
53
|
+
"@dice-o-rolla/dice-physics-rapier": "0.5.0",
|
|
54
|
+
"@dice-o-rolla/dice-renderer": "0.5.0",
|
|
55
|
+
"@dice-o-rolla/dice-renderer-three": "0.5.0"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20.0.0"
|