@maykonpaulo/maestro-provider-mongodb 1.0.2-next.0 → 1.0.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maykonpaulo/maestro-provider-mongodb",
3
- "version": "1.0.2-next.0",
3
+ "version": "1.0.2",
4
4
  "description": "MongoDB provider for @maykonpaulo/maestro-core — schema-inferred introspection (sampling), real CRUD, and missing-collection creation, per ADR 0007 (the first document/schema-less family provider).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "peerDependencies": {
23
23
  "mongodb": "^6.0.0 || ^7.0.0",
24
- "@maykonpaulo/maestro-core": "0.7.2-next.0"
24
+ "@maykonpaulo/maestro-core": "0.7.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.0.0",
@@ -31,7 +31,7 @@
31
31
  "tsup": "^8.0.0",
32
32
  "typescript": "^5.6.0",
33
33
  "vitest": "^2.0.0",
34
- "@maykonpaulo/maestro-core": "0.7.2-next.0"
34
+ "@maykonpaulo/maestro-core": "0.7.2"
35
35
  },
36
36
  "homepage": "https://www.npmjs.com/package/@maykonpaulo/maestro-server",
37
37
  "scripts": {