hermes-io 2.11.91 → 2.11.92
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/lib/utils.js +1 -1
- package/package.json +1 -1
package/lib/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export var getStackTrace=function(){return Error().stack};export var randomId=function(){
|
|
1
|
+
export var getStackTrace=function(){return Error().stack};export var randomId=function(){return Math.random().toString(36).substring(2,16)};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hermes-io",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.92",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A lightweight React library that allows communication between Reactjs components by using the observer pattern and the hook api",
|
|
6
6
|
"main": "./lib/index.js",
|