aurea-eden 1.27.11 → 1.28.1

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aurea-eden",
3
3
  "type": "module",
4
- "version": "1.27.11",
4
+ "version": "1.28.1",
5
5
  "description": "A Three.js-based framework for creating custom 3D diagramming notations.",
6
6
  "main": "dist/bpmn-diagram.es.js",
7
7
  "module": "dist/bpmn-diagram.es.js",
@@ -32,9 +32,10 @@
32
32
  "deploy:npm": "npm publish",
33
33
  "// --- RELEASE TASKS ---": "",
34
34
  "release": "standard-version",
35
+ "update-html-version": "node scripts/update-html-version.js",
35
36
  "push:git": "git push --follow-tags origin main",
36
37
  "// --- THE MASTER COMMAND ---": "",
37
- "ship": "npm run release && npm run build:lib && npm run build:site && npm run deploy:npm && npm run deploy:pages && npm run push:git"
38
+ "ship": "npm run release && npm run update-html-version && npm run build:lib && npm run build:site && npm run deploy:npm && npm run deploy:pages && npm run push:git"
38
39
  },
39
40
  "devDependencies": {
40
41
  "gh-pages": "^6.3.0",