@intelligentgraphics/ig.gfx.packager 3.1.2 → 3.1.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 +3 -3
  2. package/readme.md +4 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@intelligentgraphics/ig.gfx.packager",
3
- "version": "3.1.2",
4
- "description": "IG.GFX.Packager 3.1.2 (3.1.2.100)",
3
+ "version": "3.1.3",
4
+ "description": "IG.GFX.Packager 3.1.3 (3.1.3.100)",
5
5
  "author": "Michael Beier <mb@intelligentgraphics.biz>",
6
6
  "main": "lib/lib.mjs",
7
7
  "types": "lib/lib.d.ts",
@@ -13,7 +13,7 @@
13
13
  "node": ">=20"
14
14
  },
15
15
  "bin": {
16
- "packager": "./build/bin.mjs"
16
+ "packager": "build/bin.mjs"
17
17
  },
18
18
  "exports": {
19
19
  "import": "./lib/lib.mjs",
package/readme.md CHANGED
@@ -612,6 +612,10 @@ Afterwards you may need to reload your editor in order for the installed files t
612
612
 
613
613
  ## History
614
614
 
615
+ **IG.GFX.Packager 3.1.3**
616
+
617
+ - correct bin path
618
+
615
619
  **IG.GFX.Packager 3.1.2**
616
620
 
617
621
  - migrate to inquirer prompts package