@aomex/console
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.6.0](https://github.com/aomex/aomex/compare/v3.5.0...v3.6.0) (2024-10-17) | ||
**Note:** Version bump only for package @aomex/console | ||
# [3.5.0](https://github.com/aomex/aomex/compare/v3.4.2...v3.5.0) (2024-10-16) | ||
@@ -8,0 +16,0 @@ |
// src/utils/meta.ts | ||
var version = "3.5.0"; | ||
var version = "3.6.0"; | ||
var scriptName = "aomex"; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@aomex/console", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "控制台应用", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"yargs-parser": "^21.1.1", | ||
"@aomex/internal-tools": "^3.5.0", | ||
"@aomex/internal-file-import": "^3.5.0" | ||
"@aomex/internal-file-import": "^3.6.0", | ||
"@aomex/internal-tools": "^3.6.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
"@types/yargs-parser": "^21.0.0", | ||
"@aomex/core": "^3.5.0" | ||
"@aomex/core": "^3.6.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": {}, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98543