@intelligentgraphics/ig.gfx.packager 2.0.9 → 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 +75 -41
- package/build/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +15 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intelligentgraphics/ig.gfx.packager",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "IG.GFX.Packager 2.
|
|
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": {
|
|
@@ -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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"babel-loader": "^8.1.0",
|
|
57
57
|
"ts-loader": "^9.2.5",
|
|
58
58
|
"ts-node": "^10.1.0",
|
|
59
|
-
"webpack": "^5.
|
|
59
|
+
"webpack": "^5.64.4",
|
|
60
60
|
"webpack-cli": "^4.7.2"
|
|
61
61
|
}
|
|
62
62
|
}
|
package/readme.md
CHANGED
|
@@ -208,6 +208,21 @@ 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
|
+
|
|
215
|
+
**IG.GFX.Packager 2.1.0**
|
|
216
|
+
|
|
217
|
+
- write "beta" or "patch" into version file for versions != x.x.x.100
|
|
218
|
+
- remove client side version check
|
|
219
|
+
- restrict typescript and typedoc version
|
|
220
|
+
|
|
221
|
+
**IG.GFX.Packager 2.0.10**
|
|
222
|
+
|
|
223
|
+
- validate script runtime property
|
|
224
|
+
- change schema validation to only log instead of refusing a file
|
|
225
|
+
|
|
211
226
|
**IG.GFX.Packager 2.0.9**
|
|
212
227
|
|
|
213
228
|
- automatically generate a tsconfig when non exists
|