@cloudcare/rum-uniapp 2.1.13 → 2.1.14
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/cjs/boot/buildEnv.js +1 -1
- package/cjs/helper/utils.js +1 -1
- package/esm/boot/buildEnv.js +1 -1
- package/esm/helper/utils.js +1 -1
- package/package.json +1 -1
package/cjs/boot/buildEnv.js
CHANGED
package/cjs/helper/utils.js
CHANGED
package/esm/boot/buildEnv.js
CHANGED
package/esm/helper/utils.js
CHANGED
|
@@ -416,7 +416,7 @@ export var safeJSONParse = function safeJSONParse(str) {
|
|
|
416
416
|
|
|
417
417
|
return val;
|
|
418
418
|
};
|
|
419
|
-
export var now =
|
|
419
|
+
export var now = function now() {
|
|
420
420
|
return new Date().getTime();
|
|
421
421
|
};
|
|
422
422
|
export var throttle = function throttle(func, wait, options) {
|