@xyo-network/react-event 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/assert": "^4.0.
|
13
|
+
"@xylabs/assert": "^4.0.1"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
@@ -55,6 +55,6 @@
|
|
55
55
|
},
|
56
56
|
"sideEffects": false,
|
57
57
|
"types": "dist/browser/index.d.ts",
|
58
|
-
"version": "3.0.
|
58
|
+
"version": "3.0.1",
|
59
59
|
"type": "module"
|
60
60
|
}
|