@intelligentgraphics/ig.gfx.packager 2.1.0 → 2.1.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/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -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": "2.1.
|
|
4
|
-
"description": "IG.GFX.Packager 2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"description": "IG.GFX.Packager 2.1.1 (2.1.1.100)",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
package/readme.md
CHANGED
|
@@ -208,6 +208,10 @@ Specifies the standard libraries that are available.
|
|
|
208
208
|
|
|
209
209
|
## History
|
|
210
210
|
|
|
211
|
+
**IG.GFX.Packager 2.1.1**
|
|
212
|
+
|
|
213
|
+
- fix update notifier
|
|
214
|
+
|
|
211
215
|
**IG.GFX.Packager 2.1.0**
|
|
212
216
|
|
|
213
217
|
- write "beta" or "patch" into version file for versions != x.x.x.100
|