@edge-base/core 0.1.4 → 0.1.5

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 +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ <p align="center">
2
+ <a href="https://github.com/edge-base/edgebase">
3
+ <img src="https://raw.githubusercontent.com/edge-base/edgebase/main/docs/static/img/logo-icon.svg" alt="EdgeBase Logo" width="72" />
4
+ </a>
5
+ </p>
6
+
1
7
  <h1 align="center">@edge-base/core</h1>
2
8
 
3
9
  <p align="center">
@@ -31,6 +37,10 @@ If you are building an application, you usually want a higher-level package inst
31
37
  - [`@edge-base/admin`](https://www.npmjs.com/package/@edge-base/admin) for trusted server-side code
32
38
  - [`@edge-base/react-native`](https://www.npmjs.com/package/@edge-base/react-native) for React Native apps
33
39
 
40
+ EdgeBase is the open-source edge-native BaaS that runs on Edge, Docker, and Node.js.
41
+
42
+ This package is one part of the wider EdgeBase platform. For the full platform, CLI, Admin Dashboard, server runtime, docs, and all public SDKs, see the main repository: [edge-base/edgebase](https://github.com/edge-base/edgebase).
43
+
34
44
  ## Documentation Map
35
45
 
36
46
  Use this README for the package boundary and shared primitives, then jump into the runtime docs:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edge-base/core",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "EdgeBase core SDK — platform-agnostic client for auth, database, storage, and functions",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@edge-base/shared": "0.1.4"
38
+ "@edge-base/shared": "0.1.5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "^5.7.0",