@intelligentgraphics/ig.gfx.packager 2.3.0 → 2.3.2
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 +4 -6
- package/build/index.js.map +1 -1
- package/package.json +3 -3
- 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.2",
|
|
4
|
+
"description": "IG.GFX.Packager 2.3.2 (2.3.2.100)",
|
|
5
5
|
"author": "Michael Beier <mb@intelligentgraphics.biz>",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"private": false,
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
50
50
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
|
51
51
|
"@babel/preset-env": "^7.18.9",
|
|
52
|
-
"@intelligentgraphics/ig.tools.core": "^1.5.
|
|
52
|
+
"@intelligentgraphics/ig.tools.core": "^1.5.2",
|
|
53
53
|
"@intelligentgraphics/ig.utilities": "^1.6.6",
|
|
54
54
|
"@types/fs-extra": "^9.0.12",
|
|
55
55
|
"@types/glob": "^7.1.4",
|
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.2**
|
|
282
|
+
|
|
283
|
+
- reduce update check interval to 60 seconds
|
|
284
|
+
|
|
285
|
+
**IG.GFX.Packager 2.3.1**
|
|
286
|
+
|
|
287
|
+
- fix scope not being created when only a version ts and animations exist
|
|
288
|
+
|
|
281
289
|
**IG.GFX.Packager 2.3.0**
|
|
282
290
|
|
|
283
291
|
- handle additional white space in version log parsing
|