@lwc/aria-reflection
Advanced tools
Comparing version 2.45.2 to 2.45.3
/** | ||
* Copyright (C) 2018 salesforce.com, inc. | ||
* Copyright (C) 2023 salesforce.com, inc. | ||
*/ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var shared = require('@lwc/shared'); | ||
@@ -68,3 +70,3 @@ | ||
exports.applyAriaReflection = applyAriaReflection; | ||
/** version: 2.45.2 */ | ||
/** version: 2.45.3 */ | ||
//# sourceMappingURL=index.cjs.js.map |
/** | ||
* Copyright (C) 2018 salesforce.com, inc. | ||
* Copyright (C) 2023 salesforce.com, inc. | ||
*/ | ||
@@ -66,3 +66,3 @@ import { isUndefined, getOwnPropertyDescriptor, AriaPropNameToAttrNameMap, defineProperty, isNull, keys } from '@lwc/shared'; | ||
export { applyAriaReflection }; | ||
/** version: 2.45.2 */ | ||
/** version: 2.45.3 */ | ||
//# sourceMappingURL=index.js.map |
{ | ||
"//": [ | ||
"THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js", | ||
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." | ||
], | ||
"name": "@lwc/aria-reflection", | ||
"version": "2.45.2", | ||
"version": "2.45.3", | ||
"description": "ARIA element reflection polyfill for strings", | ||
"homepage": "https://lwc.dev/", | ||
"keywords": [ | ||
"aom", | ||
"aria", | ||
"lwc", | ||
"polyfill", | ||
"reflection" | ||
], | ||
"homepage": "https://lwc.dev", | ||
"repository": { | ||
@@ -14,27 +25,16 @@ "type": "git", | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"license": "MIT", | ||
"typings": "types/index.d.ts", | ||
"scripts": { | ||
"build": "rollup --config scripts/rollup.config.js", | ||
"dev": "rollup --config scripts/rollup.config.js --watch --no-watch.clearScreen" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/", | ||
"types/" | ||
"dist" | ||
], | ||
"keywords": [ | ||
"lwc", | ||
"aria", | ||
"polyfill", | ||
"reflection", | ||
"aom" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"scripts": { | ||
"build": "rollup --config ../../../scripts/rollup/rollup.config.js", | ||
"dev": "rollup --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen" | ||
}, | ||
"dependencies": { | ||
"@lwc/shared": "2.45.2" | ||
}, | ||
"nx": { | ||
@@ -44,8 +44,10 @@ "targets": { | ||
"outputs": [ | ||
"./dist", | ||
"./types" | ||
"./dist" | ||
] | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"@lwc/shared": "2.45.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11396
131
+ Added@lwc/shared@2.45.3(transitive)
- Removed@lwc/shared@2.45.2(transitive)
Updated@lwc/shared@2.45.3