@huma-finance/shared 0.0.25 → 0.0.27
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/README.md +3 -21
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Getting Started with Huma Dapp
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The Huma Shared includes utilities/services/hooks for shared logics.
|
|
4
4
|
|
|
5
5
|
## Available Scripts
|
|
6
6
|
|
|
@@ -12,35 +12,17 @@ Install all the dependencies and devDependencies
|
|
|
12
12
|
|
|
13
13
|
### `yarn start`
|
|
14
14
|
|
|
15
|
-
Runs the
|
|
16
|
-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
15
|
+
Runs the package in the development mode.\
|
|
17
16
|
|
|
18
17
|
The page will reload if you make edits.\
|
|
19
18
|
You will also see any lint errors in the console.
|
|
20
19
|
|
|
21
|
-
### `yarn test`
|
|
22
|
-
|
|
23
|
-
Launches the test runner in the interactive watch mode.\
|
|
24
|
-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
|
25
|
-
|
|
26
20
|
### `yarn build`
|
|
27
21
|
|
|
28
|
-
Builds the
|
|
29
|
-
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
30
|
-
|
|
31
|
-
The build is minified and the filenames include the hashes.\
|
|
32
|
-
Your app is ready to be deployed!
|
|
33
|
-
|
|
34
|
-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
|
22
|
+
Builds the package for production to the `build` folder.\
|
|
35
23
|
|
|
36
24
|
### `yarn contracts:compile:abi`
|
|
37
25
|
|
|
38
26
|
Generate static typings to /abis/types for contracts after updating abi files.
|
|
39
27
|
|
|
40
28
|
See the section about [TypeChain](https://github.com/dethcrypto/TypeChain) for more information.
|
|
41
|
-
|
|
42
|
-
## Learn More
|
|
43
|
-
|
|
44
|
-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
|
45
|
-
|
|
46
|
-
To learn React, check out the [React documentation](https://reactjs.org/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"optionalDependencies": {
|
|
145
145
|
"encoding": "^0.1.13"
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "6b5806b0d29519bd5c10724b207f5c50c88085f9"
|
|
148
148
|
}
|