aether-dice 0.1.0 → 0.2.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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aether-dice",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Standalone, framework-agnostic 3D dice roller that settles each die on a caller-supplied value.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,7 +44,9 @@
44
44
  "test": "vitest run",
45
45
  "test:watch": "vitest",
46
46
  "check:visual": "node test/visual-check.mjs",
47
- "lint": "eslint ."
47
+ "gen:assets": "node scripts/gen-assets.mjs",
48
+ "lint": "eslint .",
49
+ "release": "node scripts/release.mjs"
48
50
  },
49
51
  "dependencies": {
50
52
  "cannon-es": "^0.20.0",