Skip to content

Commit d75b73e

Browse files
committed
updated verisioning across the project
1 parent eefa0b9 commit d75b73e

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ urBackend is an **Open-Source BaaS** built to eliminate the complexity of backen
3939
| **Cloud Storage** | Managed file/image uploads with public CDN links. |
4040
| **BYO Database** | Connect your own MongoDB Atlas or self-hosted instance. |
4141
| **Real-time Analytics** | Monitor traffic and resource usage from a premium dashboard. |
42+
| **Unique Constraints** | Enforce field uniqueness (e.g., username, email) at the database level. |
4243
| **Secure Architecture** | Dual-key separation (`pk_live` & `sk_live`) for total safety. |
4344

4445
---

apps/dashboard-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashboard-api",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"private": true,
55
"main": "src/app.js",
66
"scripts": {

apps/public-api/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "public-api",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"private": true,
55
"main": "src/app.js",
66
"scripts": {
@@ -11,9 +11,6 @@
1111
"jest": {
1212
"testEnvironment": "node"
1313
},
14-
"devDependencies": {
15-
"jest": "^29.7.0"
16-
},
1714
"dependencies": {
1815
"@kiroo/sdk": "^0.1.2",
1916
"@supabase/supabase-js": "^2.84.0",
@@ -34,6 +31,7 @@
3431
"zod": "^4.1.13"
3532
},
3633
"devDependencies": {
37-
"jest": "^30.3.0"
34+
"jest": "^30.3.0",
35+
"supertest": "^7.2.2"
3836
}
3937
}

apps/web-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-dashboard",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbackend-monorepo",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"private": true,
55
"workspaces": [
66
"apps/*",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urbackend/common",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"private": true,
55
"main": "src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)