@mpxjs/cli-shared-utils
Advanced tools
Comparing version 2.1.16 to 2.1.17
/** | ||
* @typedef { 'wx' | 'ali' | 'swan' | 'qq' | 'tt' | 'dd' | 'web' } Mode | ||
* @typedef { 'wx' | 'ali' | 'swan' | 'qq' | 'tt' | 'dd' | 'web' | 'android' | 'ios' } Mode | ||
* @typedef { { mode: Mode, env: 'development' | 'production' } } Target | ||
@@ -5,0 +5,0 @@ */ |
@@ -11,3 +11,3 @@ const { makeMap } = require('./utils') | ||
*/ | ||
const SUPPORT_MODE = ['wx', 'ali', 'swan', 'qq', 'tt', 'dd', 'web', 'tenon'] | ||
const SUPPORT_MODE = ['wx', 'ali', 'swan', 'qq', 'tt', 'dd', 'web', 'tenon', 'android', 'ios'] | ||
@@ -25,3 +25,5 @@ /** | ||
web: [], | ||
tenon: [] | ||
tenon: [], | ||
ios: [], | ||
android: [] | ||
} | ||
@@ -28,0 +30,0 @@ |
{ | ||
"name": "@mpxjs/cli-shared-utils", | ||
"version": "2.1.16", | ||
"version": "2.1.17", | ||
"description": "share utils for mpx-cli", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
7047
227