@injectivelabs/networks 1.10.8 → 1.10.11
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 +5 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/networks",
|
|
3
3
|
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.11",
|
|
5
5
|
"sideEffects": "false",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postinstall": "link-module-alias",
|
|
21
|
-
"prepublish": "shx mkdir -p dist",
|
|
22
21
|
"build": "tsc --build tsconfig.build.json && tsc --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
|
|
23
22
|
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
|
|
24
23
|
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
|
|
@@ -32,11 +31,11 @@
|
|
|
32
31
|
"start": "node dist/index.js"
|
|
33
32
|
},
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@injectivelabs/exceptions": "^1.10.
|
|
36
|
-
"@injectivelabs/ts-types": "^1.10.
|
|
37
|
-
"@injectivelabs/utils": "^1.10.
|
|
34
|
+
"@injectivelabs/exceptions": "^1.10.11",
|
|
35
|
+
"@injectivelabs/ts-types": "^1.10.11",
|
|
36
|
+
"@injectivelabs/utils": "^1.10.11",
|
|
38
37
|
"link-module-alias": "^1.2.0",
|
|
39
38
|
"shx": "^0.3.2"
|
|
40
39
|
},
|
|
41
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "bf2773d84c72dc0f0aef7e40136cb8efc55cee2e"
|
|
42
41
|
}
|