@intelligentgraphics/ig.gfx.packager 3.0.0-alpha.6 → 3.0.0-alpha.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@intelligentgraphics/ig.gfx.packager",
3
- "version": "3.0.0-alpha.6",
4
- "description": "IG.GFX.Packager 3.0.0 Alpha 6 (3.0.0.7)",
3
+ "version": "3.0.0-alpha.8",
4
+ "description": "IG.GFX.Packager 3.0.0 Alpha 8 (3.0.0.9)",
5
5
  "author": "Michael Beier <mb@intelligentgraphics.biz>",
6
6
  "main": "build/index.mjs",
7
7
  "private": false,
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "engines": {
13
- "node": ">=16.0.0"
13
+ "node": ">=16.19.0"
14
14
  },
15
15
  "bin": {
16
16
  "packager": "./build/index.mjs"
@@ -28,24 +28,24 @@
28
28
  "format": "prettier --write \"**/*.{ts,tsx,json}\""
29
29
  },
30
30
  "dependencies": {
31
- "ajv": "^8.6.2",
32
- "axios": "^0.21.1",
33
- "core-js": "^3.16.0",
34
- "glob": "^7.1.4",
31
+ "ajv": "^8.12.0",
32
+ "axios": "^1.2.5",
33
+ "core-js": "^3.27.2",
34
+ "glob": "^8.1.0",
35
35
  "inquirer": "^9.1.4",
36
- "jszip": "^3.10.0",
36
+ "jszip": "^3.10.1",
37
37
  "lodash": "^4.17.21",
38
38
  "resolve": "^1.22.1",
39
- "simple-git": "^3.15.1",
40
- "source-map-support": "^0.5.19",
41
- "terser": "^4.8.0",
39
+ "simple-git": "^3.16.0",
40
+ "source-map-support": "^0.5.21",
41
+ "terser": "^5.16.1",
42
42
  "typedoc": "~0.23.2",
43
43
  "typescript": "~4.9.4",
44
- "update-notifier": "^5.1.0",
45
- "v8-compile-cache": "^2.1.1",
46
- "write-pkg": "4",
44
+ "update-notifier": "^6.0.2",
45
+ "v8-compile-cache": "^2.3.0",
46
+ "write-pkg": "^5.1.0",
47
47
  "y18n": "^5.0.8",
48
- "yargs": "^17.0.1"
48
+ "yargs": "^17.6.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@babel/preset-env": "^7.18.9",
@@ -54,10 +54,10 @@
54
54
  "@rollup/plugin-commonjs": "^24.0.0",
55
55
  "@rollup/plugin-json": "^6.0.0",
56
56
  "@rollup/plugin-node-resolve": "^15.0.1",
57
- "@types/glob": "^7.1.4",
57
+ "@types/glob": "^8.0.1",
58
58
  "@types/inquirer": "^9.0.3",
59
59
  "@types/node": "^16.4.11",
60
- "@types/update-notifier": "^5.1.0",
60
+ "@types/update-notifier": "^6.0.1",
61
61
  "@types/yargs": "^17.0.2",
62
62
  "rollup": "^3.10.0",
63
63
  "vitest": "^0.28.1"
package/readme.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Requirements
4
4
 
5
- node.js (https://nodejs.org/en/download/) >= 16
5
+ node.js (https://nodejs.org/en/download/) >= 16.19.0
6
6
 
7
7
  ## Installation
8
8
 
@@ -318,6 +318,18 @@ The ts files have to adhere to a certain form to be processed.
318
318
 
319
319
  ## History
320
320
 
321
+ **IG.GFX.Packager 3.0.0-alpha.8**
322
+
323
+ - verify that packages are built in order when npm dependencies are defined
324
+ - when multiple packages are requested to be built, first build basics if available
325
+ - fix d.ts file references not being rewritten on build
326
+ - use a narrower version range for node js
327
+ - remove accidental packager postinstall
328
+
329
+ **IG.GFX.Packager 3.0.0-alpha.7**
330
+
331
+ - fix some issues and update dependencies
332
+
321
333
  **IG.GFX.Packager 3.0.0-alpha.6**
322
334
 
323
335
  - revert back to local installation