@squeed/flow-sdk 2.0.2 → 2.0.3
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 +2 -2
- package/dist/index.cjs +11 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +3892 -3871
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -977,9 +977,9 @@ const hex = getChakraColorHex("blue.500"); // → "#3182ce"
|
|
|
977
977
|
|
|
978
978
|
## Development Checks
|
|
979
979
|
|
|
980
|
-
See [CONTRIBUTING.md](https://github.com/sciphergfx/flow-sdk/blob/main/CONTRIBUTING.md)
|
|
980
|
+
See [CONTRIBUTING.md](https://github.com/sciphergfx/squeed-flow-sdk/blob/main/CONTRIBUTING.md)
|
|
981
981
|
for local setup and pull-request guidance, and
|
|
982
|
-
[SECURITY.md](https://github.com/sciphergfx/flow-sdk/blob/main/SECURITY.md)
|
|
982
|
+
[SECURITY.md](https://github.com/sciphergfx/squeed-flow-sdk/blob/main/SECURITY.md)
|
|
983
983
|
for private vulnerability reporting.
|
|
984
984
|
|
|
985
985
|
```bash
|