@manablox/api-public 0.4.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -10,7 +10,7 @@ The delivery REST API under `/v1`: an oRPC router with no principal in its conte
10
10
 
11
11
  ## Depends on
12
12
 
13
- @manablox/services, @orpc/server, zod
13
+ @manablox/services, @manablox/fields, @orpc/server, zod
14
14
 
15
15
  ## Test
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manablox/api-public",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -11,16 +11,16 @@
11
11
  "main": "./dist/index.js",
12
12
  "types": "./dist/index.d.ts",
13
13
  "dependencies": {
14
- "@manablox/core": "0.4.0",
15
- "@manablox/db": "0.4.0",
16
- "@manablox/media": "0.4.0",
17
- "@manablox/services": "0.4.0",
14
+ "@manablox/core": "0.6.0",
15
+ "@manablox/db": "0.6.0",
16
+ "@manablox/fields": "0.6.0",
17
+ "@manablox/media": "0.6.0",
18
+ "@manablox/services": "0.6.0",
18
19
  "@orpc/server": "^1.15.0",
19
20
  "zod": "^4.5.4"
20
21
  },
21
22
  "devDependencies": {
22
23
  "@manablox/config-typescript": "0.0.0",
23
- "@manablox/fields": "0.4.0",
24
24
  "@types/node": "^26.4.1",
25
25
  "tsdown": "^0.23.0",
26
26
  "typescript": "^7.0.2",