@intelligentgraphics/ig.gfx.packager 2.3.2 → 2.3.4
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/index.js +138 -18
- package/build/index.js.map +1 -1
- package/package.json +3 -2
- package/readme.md +8 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intelligentgraphics/ig.gfx.packager",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "IG.GFX.Packager 2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
|
+
"description": "IG.GFX.Packager 2.3.4 (2.3.4.100)",
|
|
5
5
|
"author": "Michael Beier <mb@intelligentgraphics.biz>",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"private": false,
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"glob": "^7.1.4",
|
|
37
37
|
"jszip": "^3.10.0",
|
|
38
38
|
"rimraf": "^3.0.2",
|
|
39
|
+
"simple-git": "^3.15.1",
|
|
39
40
|
"source-map-support": "^0.5.19",
|
|
40
41
|
"terser": "^4.8.0",
|
|
41
42
|
"typedoc": "~0.23.2",
|
package/readme.md
CHANGED
|
@@ -278,6 +278,14 @@ The ts files have to adhere to a certain form to be processed.
|
|
|
278
278
|
|
|
279
279
|
## History
|
|
280
280
|
|
|
281
|
+
**IG.GFX.Packager 2.3.4**
|
|
282
|
+
|
|
283
|
+
- add comment to the top of built js and d.ts files containing the version, commit sha and date
|
|
284
|
+
|
|
285
|
+
**IG.GFX.Packager 2.3.3**
|
|
286
|
+
|
|
287
|
+
- support package names with multiple dots for animation json scopes
|
|
288
|
+
|
|
281
289
|
**IG.GFX.Packager 2.3.2**
|
|
282
290
|
|
|
283
291
|
- reduce update check interval to 60 seconds
|