@aiready/core 0.24.6 → 0.24.8
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/CONTRIBUTING.md +2 -2
- package/dist/chunk-2IVEHLHX.mjs +888 -0
- package/dist/chunk-LRM26BOB.mjs +888 -0
- package/dist/chunk-QWPJ6YNF.mjs +888 -0
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +159 -158
- package/dist/client/index.mjs +1 -1
- package/dist/index-DGbarGnr.d.mts +1307 -0
- package/dist/index-DGbarGnr.d.ts +1307 -0
- package/dist/index-DUnnB68N.d.mts +1307 -0
- package/dist/index-DUnnB68N.d.ts +1307 -0
- package/dist/index-McIRPbHO.d.mts +1307 -0
- package/dist/index-McIRPbHO.d.ts +1307 -0
- package/dist/index.d.mts +63 -63
- package/dist/index.d.ts +63 -63
- package/dist/index.js +177 -168
- package/dist/index.mjs +19 -11
- package/package.json +4 -2
package/CONTRIBUTING.md
CHANGED
|
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to AIReady Core! We welcome bug repo
|
|
|
4
4
|
|
|
5
5
|
## 🐛 Reporting Issues
|
|
6
6
|
|
|
7
|
-
Found a bug or have a feature request? [Open an issue](https://github.com/
|
|
7
|
+
Found a bug or have a feature request? [Open an issue](https://github.com/getaiready/aiready-core/issues) with:
|
|
8
8
|
|
|
9
9
|
- Clear description of the problem or feature
|
|
10
10
|
- Steps to reproduce (for bugs)
|
|
@@ -15,7 +15,7 @@ Found a bug or have a feature request? [Open an issue](https://github.com/caopen
|
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
17
|
# Clone your fork
|
|
18
|
-
git clone https://github.com/
|
|
18
|
+
git clone https://github.com/getaiready/aiready-core
|
|
19
19
|
cd aiready-core
|
|
20
20
|
|
|
21
21
|
# Install dependencies
|