@maykonpaulo/maestro-provider-mongodb 1.0.1 β†’ 1.0.2-next.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 +2 -1
  2. package/package.json +4 -9
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @maykonpaulo/maestro-provider-mongodb
2
2
 
3
- > πŸ“– **[Guia completo β€” criar o admin de qualquer sistema com o Maestro](https://github.com/maykonpaulo/maestro/blob/main/docs/guia-criar-admin.md)** β€” passo a passo, do zero ao admin no ar, para qualquer banco.
3
+ > πŸ“– **Guia completo β€” criar o admin de qualquer sistema:** estΓ‘ no README do pacote `@maykonpaulo/maestro-server` no npm β†’ https://www.npmjs.com/package/@maykonpaulo/maestro-server
4
+
4
5
 
5
6
  A MongoDB provider for [`@maykonpaulo/maestro-core`](https://www.npmjs.com/package/@maykonpaulo/maestro-core) β€” the first **document/schema-less family** provider, per [ADR 0007 β€” Universal Provider Strategy](../../docs/adr/0007-universal-provider-strategy.md). It implements all three of the core's provider contracts against a real MongoDB database:
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maykonpaulo/maestro-provider-mongodb",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-next.0",
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.1"
24
+ "@maykonpaulo/maestro-core": "0.7.2-next.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.0.0",
@@ -31,14 +31,9 @@
31
31
  "tsup": "^8.0.0",
32
32
  "typescript": "^5.6.0",
33
33
  "vitest": "^2.0.0",
34
- "@maykonpaulo/maestro-core": "0.7.1"
34
+ "@maykonpaulo/maestro-core": "0.7.2-next.0"
35
35
  },
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/maykonpaulo/maestro.git",
39
- "directory": "packages/provider-mongodb"
40
- },
41
- "homepage": "https://github.com/maykonpaulo/maestro#readme",
36
+ "homepage": "https://www.npmjs.com/package/@maykonpaulo/maestro-server",
42
37
  "scripts": {
43
38
  "build": "tsup",
44
39
  "test": "vitest run",