@gusto/embedded-react-sdk 0.0.3 → 0.0.4

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/package.json +1 -1
  2. package/README.internal.md +0 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gusto/embedded-react-sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "module": "./dist/index.js",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,28 +0,0 @@
1
- # @gusto/embedded-react-sdk - Internal README
2
-
3
- To install dependencies:
4
-
5
- ```bash
6
- npm install
7
- ```
8
-
9
- To run:
10
-
11
- ```bash
12
- npm run dev
13
- ```
14
-
15
- ## Local development
16
-
17
- - Follow setup instructions in the readme for [GWS Flows](https://github.com/Gusto/gws-flows)
18
- - In this project folder, run `yarn link`
19
- - In GWS-Flows project folder, run `yarn link "@gusto/embedded-react-sdk"`
20
-
21
- Now your local changes appear in GWS Flows.
22
-
23
- To see the SDK running in GWS Flows, visit it [locally](http://localhost:7777/demos?react_sdk=true) and choose `React SDK` under `Select a Type` and click `Create Demo`
24
-
25
- ## Cutting a new release
26
-
27
- - Get your changes and a version increase in the package.json `version` field into the main branch however you want
28
- - Run the `Publish to NPM` GitHub action [here](https://github.com/Gusto/embedded-react-sdk/actions/workflows/publish.yaml) by clicking `Run workflow`