@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -33,2 +33,3 @@ const tags = require('./tags') | ||
const { | ||
getPlatforms, | ||
getPlatformScss, | ||
@@ -64,2 +65,3 @@ isInHBuilderX, | ||
isInHBuilderX, | ||
getPlatforms, | ||
getPlatformScss, | ||
@@ -66,0 +68,0 @@ getPlatformExts, |
@@ -86,2 +86,5 @@ const fs = require('fs') | ||
preprocessContext['MP'] = false | ||
preprocessContext['APP'] = false | ||
if (process.env.UNI_PLATFORM.indexOf('mp-') === 0) { | ||
@@ -124,2 +127,5 @@ preprocessContext['MP'] = true | ||
}, | ||
getPlatforms () { | ||
return Object.keys(PLATFORMS) | ||
}, | ||
getPlatformExts () { | ||
@@ -126,0 +132,0 @@ return platform.exts |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "uni-cli-shared", | ||
@@ -12,3 +12,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"crypto": "^1.0.1", | ||
"hash-sum": "^1.0.2", | ||
@@ -15,0 +14,0 @@ "strip-json-comments": "^2.0.1" |
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
27909
2
584
- Removedcrypto@^1.0.1
- Removedcrypto@1.0.1(transitive)