@huma-finance/shared 0.0.26 → 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.
Files changed (2) hide show
  1. package/README.md +3 -21
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Getting Started with Huma Dapp
2
2
 
3
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) TS template.
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 app in the development mode.\
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 app for production to the `build` folder.\
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.26",
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": "56be2f72a82a3bb86d04115a909ad1507ff5b2e2"
147
+ "gitHead": "6b5806b0d29519bd5c10724b207f5c50c88085f9"
148
148
  }