@palbase/backend 20.0.0 → 21.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palbase/backend",
3
- "version": "20.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Palbase Backend SDK \u2014 class controllers (@Controller/@Get/@Post + @Body/@QueryParams/@Param), error classes, schema DSL",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -3,13 +3,13 @@
3
3
  "version": "0.1.0",
4
4
  "private": true,
5
5
  "type": "module",
6
- "description": "A Palbase backend class controllers, a declared database, and the secrets it needs.",
6
+ "description": "A Palbase backend \u2014 class controllers, a declared database, and the secrets it needs.",
7
7
  "scripts": {
8
8
  "test": "node --test --experimental-strip-types",
9
9
  "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@palbase/backend": "^20.0.0"
12
+ "@palbase/backend": "^21.0.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^22",