@locker/ast-lib-maker
Advanced tools
Comparing version 0.17.14 to 0.17.15
/*! | ||
* Copyright (C) 2020 salesforce.com, inc. | ||
*/ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
const ASTERISK_CHARACTER = '*'; | ||
@@ -265,3 +270,3 @@ const DOCUMENT_ALIASES = [`${ASTERISK_CHARACTER}.ownerDocument`, 'document']; | ||
export { createLib }; | ||
/*! version: 0.17.14 */ | ||
exports.createLib = createLib; | ||
/*! version: 0.17.15 */ |
{ | ||
"name": "@locker/ast-lib-maker", | ||
"version": "0.17.14", | ||
"version": "0.17.15", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -12,4 +12,4 @@ "author": "Salesforce UI Security Team", | ||
], | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"sideEffects": false, | ||
@@ -27,3 +27,3 @@ "typings": "types/index.d.ts", | ||
"dependencies": { | ||
"@locker/shared": "0.17.14" | ||
"@locker/shared": "0.17.15" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
24801
+ Added@locker/shared@0.17.15(transitive)
- Removed@locker/shared@0.17.14(transitive)
Updated@locker/shared@0.17.15