@edge-base/admin 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.
- package/README.md +9 -1
- 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/admin</h1>
|
|
2
8
|
|
|
3
9
|
<p align="center">
|
|
@@ -37,7 +43,9 @@ Use it when you need:
|
|
|
37
43
|
|
|
38
44
|
If code runs in a browser, use [`@edge-base/web`](https://www.npmjs.com/package/@edge-base/web) instead. If code runs on the server but should act as the current signed-in user through cookies, use [`@edge-base/ssr`](https://www.npmjs.com/package/@edge-base/ssr).
|
|
39
45
|
|
|
40
|
-
EdgeBase is
|
|
46
|
+
EdgeBase is the open-source edge-native BaaS that runs on Edge, Docker, and Node.js.
|
|
47
|
+
|
|
48
|
+
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).
|
|
41
49
|
|
|
42
50
|
> Beta: the package is already usable, but some APIs may still evolve before general availability.
|
|
43
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edge-base/admin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "EdgeBase admin SDK — server-side client for user management, database admin, and analytics",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@codemirror/lang-html": "^6.4.11",
|
|
39
|
-
"@edge-base/core": "0.1.
|
|
39
|
+
"@edge-base/core": "0.1.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"fast-check": "^4.5.3",
|