@intelligentgraphics/ig.gfx.packager 3.2.0 → 3.2.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.
package/build/bin.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import "source-map-support/register.js";
2
3
  //#region src/bin.ts
3
4
  import("./cli-Co1DhAmx.js");
package/build/bin.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"bin.js","names":[],"sources":["../src/bin.ts"],"sourcesContent":["import \"source-map-support/register.js\";\n\nimport(\"./cli\");\n"],"mappings":";;AAEA,OAAO"}
1
+ {"version":3,"file":"bin.js","names":[],"sources":["../src/bin.ts"],"sourcesContent":["import \"source-map-support/register.js\";\n\nimport(\"./cli\");\n"],"mappings":";;;AAEA,OAAO"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@intelligentgraphics/ig.gfx.packager",
3
- "version": "3.2.0",
4
- "description": "IG.GFX.Packager 3.2.0 (3.2.0.100)",
3
+ "version": "3.2.1",
4
+ "description": "IG.GFX.Packager 3.2.1 (3.2.1.100)",
5
5
  "author": "Michael Beier <mb@intelligentgraphics.biz>",
6
6
  "main": "lib/lib.js",
7
7
  "types": "lib/lib.d.ts",
package/readme.md CHANGED
@@ -612,6 +612,8 @@ 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.2.1**
616
+
615
617
  **IG.GFX.Packager 3.2.0**
616
618
 
617
619
  - enable ecma features up to es2018