@intelligentgraphics/ig.gfx.packager 2.0.10 → 2.1.0
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 +29 -17
- package/build/index.js.map +1 -1
- package/package.json +4 -4
- package/readme.md +6 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intelligentgraphics/ig.gfx.packager",
|
|
3
|
-
"version": "2.0
|
|
4
|
-
"description": "IG.GFX.Packager 2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
|
+
"description": "IG.GFX.Packager 2.1.0 (2.1.0.100)",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"rimraf": "^3.0.2",
|
|
34
34
|
"source-map-support": "^0.5.19",
|
|
35
35
|
"terser": "^4.8.0",
|
|
36
|
-
"typedoc": "
|
|
37
|
-
"typescript": "
|
|
36
|
+
"typedoc": "~0.22.15",
|
|
37
|
+
"typescript": "~4.6.3",
|
|
38
38
|
"update-notifier": "^5.1.0",
|
|
39
39
|
"v8-compile-cache": "^2.1.1",
|
|
40
40
|
"y18n": "^5.0.8",
|
package/readme.md
CHANGED
|
@@ -208,6 +208,12 @@ Specifies the standard libraries that are available.
|
|
|
208
208
|
|
|
209
209
|
## History
|
|
210
210
|
|
|
211
|
+
**IG.GFX.Packager 2.1.0**
|
|
212
|
+
|
|
213
|
+
- write "beta" or "patch" into version file for versions != x.x.x.100
|
|
214
|
+
- remove client side version check
|
|
215
|
+
- restrict typescript and typedoc version
|
|
216
|
+
|
|
211
217
|
**IG.GFX.Packager 2.0.10**
|
|
212
218
|
|
|
213
219
|
- validate script runtime property
|