@lwc/shared 7.2.2 → 7.2.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -170,7 +170,7 @@ function isBoolean(obj) {
|
|
|
170
170
|
* @returns `true` if the value is a function.
|
|
171
171
|
*/
|
|
172
172
|
// Replacing `Function` with a narrower type that works for all our use cases is tricky...
|
|
173
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
173
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
174
174
|
function isFunction(obj) {
|
|
175
175
|
return typeof obj === 'function';
|
|
176
176
|
}
|
package/dist/index.js
CHANGED
|
@@ -166,7 +166,7 @@ function isBoolean(obj) {
|
|
|
166
166
|
* @returns `true` if the value is a function.
|
|
167
167
|
*/
|
|
168
168
|
// Replacing `Function` with a narrower type that works for all our use cases is tricky...
|
|
169
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
169
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
170
170
|
function isFunction(obj) {
|
|
171
171
|
return typeof obj === 'function';
|
|
172
172
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/shared",
|
|
7
|
-
"version": "7.2.
|
|
7
|
+
"version": "7.2.3-alpha.0",
|
|
8
8
|
"description": "Utilities and methods that are shared across packages",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
}
|
|
44
|
+
}
|