vona-cli-set-api 1.0.436 → 1.0.438

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.
@@ -34,7 +34,7 @@ LOGGER_ROTATE_MAXFILES = 7d
34
34
  # build
35
35
 
36
36
  BUILD_OUTDIR =
37
- BUILD_SOURCEMAP = false
37
+ BUILD_SOURCEMAP = true
38
38
  BUILD_MINIFY = true
39
39
  BUILD_LOG_CIRCULAR_DEPENDENCY = false
40
40
  BUILD_COPY_DIST =
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "vona": "^5.0.246"
49
+ "vona": "^5.0.247"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@cabloy/lint": "^5.0.16",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.436",
4
+ "version": "1.0.438",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -64,7 +64,7 @@
64
64
  "ts-node-maintained": "^10.9.6",
65
65
  "urllib": "^4.6.11",
66
66
  "uuid": "^11.1.0",
67
- "vona-core": "^5.0.109",
67
+ "vona-core": "^5.0.110",
68
68
  "why-is-node-running": "^3.2.2",
69
69
  "yargs-parser": "^22.0.0"
70
70
  },