Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "js-awe", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import { strict as assert } from 'assert' | ||
import { traverse, getValueAtPath, setValueAtPath, wildcardToRegExp, cloneCopy, promiseAll, CustomError, _, } from '../src/bundleUtils.js' | ||
import { wildcardToRegExp, cloneCopy, promiseAll, _, } from '../src/bundleUtils.js' | ||
import { traverse, getValueAtPath, setValueAtPath } from '../src/jsUtils.js' | ||
describe('bundleUtils', () => { | ||
@@ -7,0 +7,0 @@ |
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
117943
3677