@ereo/runtime-bun 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 +6 -6
package/README.md CHANGED
@@ -126,11 +126,11 @@ const db = await getDatabase('./app.db');
126
126
 
127
127
  ## Documentation
128
128
 
129
- For full documentation, visit [https://ereo.dev/docs/runtime-bun](https://ereo.dev/docs/runtime-bun)
129
+ For full documentation, visit [https://ereojs.github.io/ereoJS/api/runtime-bun/](https://ereojs.github.io/ereoJS/api/runtime-bun/)
130
130
 
131
131
  ## Part of EreoJS
132
132
 
133
- This package is part of the [EreoJS monorepo](https://github.com/anthropics/ereo-js).
133
+ This package is part of the [EreoJS monorepo](https://github.com/ereoJS/ereoJS).
134
134
 
135
135
  ## License
136
136
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ereo/runtime-bun",
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/runtime-bun"
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
  "type": "module",
16
16
  "main": "./dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@ereo/core": "^0.1.33",
36
- "@ereo/server": "^0.1.33"
35
+ "@ereo/core": "^0.1.35",
36
+ "@ereo/server": "^0.1.35"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/bun": "^1.1.0",