@ereo/client-sdk 0.1.33 → 0.1.35

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -227,11 +227,11 @@ import type {
227
227
 
228
228
  ## Documentation
229
229
 
230
- For full documentation, visit [https://ereo.dev/docs/client-sdk](https://ereo.dev/docs/client-sdk)
230
+ For full documentation, visit [https://ereojs.github.io/ereoJS/api/client-sdk/](https://ereojs.github.io/ereoJS/api/client-sdk/)
231
231
 
232
232
  ## Part of EreoJS
233
233
 
234
- This package is part of the [EreoJS monorepo](https://github.com/anthropics/ereo-js).
234
+ This package is part of the [EreoJS monorepo](https://github.com/ereoJS/ereoJS).
235
235
 
236
236
  ## License
237
237
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ereo/client-sdk",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "license": "MIT",
5
5
  "author": "Ereo Team",
6
- "homepage": "https://ereo.dev",
6
+ "homepage": "https://ereojs.github.io/ereoJS",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/ereojs/ereo.git",
9
+ "url": "https://github.com/ereoJS/ereoJS.git",
10
10
  "directory": "packages/client-sdk"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/ereojs/ereo/issues"
13
+ "url": "https://github.com/ereoJS/ereoJS/issues"
14
14
  },
15
15
  "description": "Type-safe client SDK for EreoJS framework APIs",
16
16
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "typecheck": "tsc --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@ereo/core": "^0.1.33"
40
+ "@ereo/core": "^0.1.35"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.1.0",