@grumble-studios/rug-or-rumble 2.0.0 → 2.0.2
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/package.json +6 -6
- package/src/RugOrRumble.d.ts +0 -777
- package/src/RugOrRumble.js +0 -775
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grumble-studios/rug-or-rumble",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Smart contract ABIs and TypeScript types for Rug Rumble game",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"module": "./src/index.js",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"import": "./src/index.js",
|
|
13
13
|
"require": "./src/index.js"
|
|
14
14
|
},
|
|
15
|
-
"./
|
|
16
|
-
"types": "./src/
|
|
17
|
-
"import": "./src/
|
|
18
|
-
"require": "./src/
|
|
15
|
+
"./RugRumble": {
|
|
16
|
+
"types": "./src/RugRumble.d.ts",
|
|
17
|
+
"import": "./src/RugRumble.js",
|
|
18
|
+
"require": "./src/RugRumble.js"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"keywords": [
|
|
26
26
|
"grumble-studios",
|
|
27
|
-
"rug-
|
|
27
|
+
"rug-rumble",
|
|
28
28
|
"smart-contract",
|
|
29
29
|
"abi",
|
|
30
30
|
"monad",
|