vona-cli-set-api 1.1.72 → 1.1.76

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.
@@ -39,7 +39,7 @@
39
39
  "lint:fix": "oxlint --fix"
40
40
  },
41
41
  "dependencies": {
42
- "vona": "^5.1.27"
42
+ "vona": "^5.1.28"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@cabloy/lint": "^5.1.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-suite-cabloy-basic",
3
- "version": "5.1.36",
3
+ "version": "5.1.38",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "",
6
6
  "author": "",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "vona-module-basic-siteadmin": "workspace:^",
14
- "vona-suite-a-cabloy": "^5.1.17"
14
+ "vona-suite-a-cabloy": "^5.1.19"
15
15
  },
16
16
  "title": "cabloy-basic"
17
17
  }
@@ -39,7 +39,7 @@
39
39
  "lint:fix": "oxlint --fix"
40
40
  },
41
41
  "dependencies": {
42
- "vona": "^5.1.27"
42
+ "vona": "^5.1.28"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@cabloy/lint": "^5.1.7",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "vona-module-start-siteadmin": "^5.1.1",
13
13
  "vona-module-start-siteweb": "^5.1.1",
14
- "vona-suite-a-cabloy": "^5.1.4"
14
+ "vona-suite-a-cabloy": "^5.1.17"
15
15
  },
16
16
  "title": "cabloy-start"
17
17
  }
package/dist/index.js CHANGED
@@ -433,7 +433,9 @@ class CliBinBuild extends BeanCliBase {
433
433
  input: path.join(projectPath, '.vona/bootstrap.ts'),
434
434
  plugins,
435
435
  onLog: (level, log, defaultHandler) => {
436
- if (log.code === 'CIRCULAR_DEPENDENCY' && process.env.BUILD_LOG_CIRCULAR_DEPENDENCY === 'false') return;
436
+ if (log.code === 'CIRCULAR_DEPENDENCY' && process.env.BUILD_LOG_CIRCULAR_DEPENDENCY === 'false') {
437
+ return;
438
+ }
437
439
  if (log.code === 'THIS_IS_UNDEFINED' && (log.message.includes('ramda/es/partialObject.js') || log.message.includes("The 'this' keyword is equivalent to 'undefined' at the top level of an ES module"))) {
438
440
  return;
439
441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
- "version": "1.1.72",
3
+ "version": "1.1.76",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "vona cli-set-api",
6
6
  "keywords": [
@@ -62,13 +62,13 @@
62
62
  "uuid": "^11.1.0",
63
63
  "why-is-node-running": "^3.2.2",
64
64
  "yargs-parser": "^22.0.0",
65
- "@cabloy/cli": "^3.1.11",
65
+ "@cabloy/cli": "^3.1.12",
66
66
  "@cabloy/dotenv": "^1.2.5",
67
+ "@cabloy/utils": "^2.1.19",
68
+ "@cabloy/module-glob": "^5.3.10",
67
69
  "@cabloy/extend": "^3.2.5",
68
70
  "babel-plugin-vona-bean-module": "^1.1.6",
69
- "@cabloy/module-glob": "^5.3.9",
70
- "vona-core": "^5.1.15",
71
- "@cabloy/utils": "^2.1.18"
71
+ "vona-core": "^5.1.16"
72
72
  },
73
73
  "scripts": {
74
74
  "clean": "rimraf dist dist-cli dist-toolsIsolate tsconfig.build.tsbuildinfo tsconfig.cli.tsbuildinfo tsconfig.isolate.tsbuildinfo",