@maykonpaulo/maestro-server 0.1.0-next.1 → 0.1.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maykonpaulo/maestro-server",
3
- "version": "0.1.0-next.1",
3
+ "version": "0.1.0",
4
4
  "description": "Turnkey HTTP server for @maykonpaulo/maestro-core — mounts the framework-agnostic Maestro HTTP handlers on a real Express server and turns any live datasource provider into a full, governed admin over the whole database (ADR 0008). The core stays server-free; this sibling package is the batteries-included layer.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "access": "public"
21
21
  },
22
22
  "peerDependencies": {
23
- "@maykonpaulo/maestro-core": "0.7.0-next.2"
23
+ "@maykonpaulo/maestro-core": "0.7.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "express": "^4.19.2"
@@ -34,8 +34,8 @@
34
34
  "tsup": "^8.0.0",
35
35
  "typescript": "^5.6.0",
36
36
  "vitest": "^2.0.0",
37
- "@maykonpaulo/maestro-core": "0.7.0-next.2",
38
- "@maykonpaulo/maestro-provider-mongodb": "1.0.0-next.1"
37
+ "@maykonpaulo/maestro-core": "0.7.0",
38
+ "@maykonpaulo/maestro-provider-mongodb": "1.0.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup",