RubyGems
npm
Organizations
Log in
Sign up
npm
gun-eth
Versions diffs
1.2.10 → 1.2.11
gun-eth 1.2.10 → 1.2.11
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (1)
hide
show
package/package.json
+2
-1
package/package.json
CHANGED
Viewed
@@ -1,8 +1,9 @@
1
1
{
2
2
"name": "gun-eth",
3
-
"version": "1.2.
10
",
3
+
"version": "1.2.
11
",
4
4
"description": "A GunDB plugin for Ethereum, and Web3",
5
5
"main": "./src/index.js",
6
+
"type": "module",
6
7
"scripts": {
7
8
"test": "echo \"Error: no test specified\" && exit 1"
8
9
},