@aomex/console
Advanced tools
Comparing version 3.10.0 to 3.11.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.11.0](https://github.com/aomex/aomex/compare/v3.10.0...v3.11.0) (2024-11-07) | ||
**Note:** Version bump only for package @aomex/console | ||
# [3.10.0](https://github.com/aomex/aomex/compare/v3.9.0...v3.10.0) (2024-11-02) | ||
@@ -8,0 +16,0 @@ |
// src/utils/meta.ts | ||
var version = "3.10.0"; | ||
var version = "3.11.0"; | ||
var scriptName = "aomex"; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@aomex/console", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "控制台应用", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"yargs-parser": "^21.1.1", | ||
"@aomex/internal-file-import": "^3.10.0", | ||
"@aomex/internal-tools": "^3.10.0" | ||
"@aomex/internal-file-import": "^3.11.0", | ||
"@aomex/internal-tools": "^3.11.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
"@types/yargs-parser": "^21.0.0", | ||
"@aomex/common": "^3.10.0" | ||
"@aomex/common": "^3.11.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
100293