@intelligentgraphics/ig.gfx.packager 2.0.9 → 2.0.10
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 +45 -24
- package/build/index.js.map +1 -1
- package/package.json +3 -3
- package/readme.md +5 -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.0.10",
|
|
4
|
+
"description": "IG.GFX.Packager 2.0.10 (2.0.10.100)",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
|
@@ -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,11 @@ Specifies the standard libraries that are available.
|
|
|
208
208
|
|
|
209
209
|
## History
|
|
210
210
|
|
|
211
|
+
**IG.GFX.Packager 2.0.10**
|
|
212
|
+
|
|
213
|
+
- validate script runtime property
|
|
214
|
+
- change schema validation to only log instead of refusing a file
|
|
215
|
+
|
|
211
216
|
**IG.GFX.Packager 2.0.9**
|
|
212
217
|
|
|
213
218
|
- automatically generate a tsconfig when non exists
|