ant-app-builder
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -10,3 +10,3 @@ | ||
const buildFileLimit = 1024 * 1024 * 5 | ||
const ant_require_rx = /ant_require\(['"](.+?)['"]\)/g | ||
const ant_require_rx = /defiant\.require\(['"](.+?)['"]\)/g | ||
@@ -37,3 +37,3 @@ | ||
let ant_require = async function(baseDir, reqStr, exclude) { | ||
let reqPath = FS.path.join(baseDir, reqStr.slice(13,-2)) | ||
let reqPath = FS.path.join(baseDir, reqStr.slice(17,-2)) | ||
if (!await FS.fileExists(reqPath)) return | ||
@@ -91,3 +91,3 @@ | ||
const requireFile = async function(baseDir, reqStr, exclude) { | ||
let reqPath = FS.path.join(baseDir, reqStr.slice(13,-2)) | ||
let reqPath = FS.path.join(baseDir, reqStr.slice(17,-2)) | ||
if (!await FS.fileExists(reqPath)) return | ||
@@ -94,0 +94,0 @@ |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
51731