@unlaxer/dge-toolkit 2.3.2 → 2.3.3

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 (2) hide show
  1. package/package.json +2 -1
  2. package/version.txt +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unlaxer/dge-toolkit",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "DGE (Dialogue-driven Gap Extraction) — 会話劇で設計の穴を発見するメソッドkit",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,6 +40,7 @@
40
40
  "update.sh"
41
41
  ],
42
42
  "scripts": {
43
+ "test": "node test/dge-tool.test.js",
43
44
  "postinstall": "node -e \"console.log('\\n DGE toolkit installed.\\n Run: npx dge-install\\n to set up dge/ and .claude/skills/ in your project.\\n Run: npx dge-update\\n to update existing dge/ files.\\n')\""
44
45
  }
45
46
  }
package/version.txt CHANGED
@@ -1 +1 @@
1
- 2.3.2
1
+ 2.3.3