sluice-orm 0.1.0 → 0.1.1

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 +3 -5
package/README.md CHANGED
@@ -26,7 +26,7 @@ const result = await users
26
26
  ## Getting Started
27
27
 
28
28
  ```bash
29
- npm install @sluice/sluice mongodb
29
+ npm install sluice mongodb
30
30
  ```
31
31
 
32
32
  ### Schema-agnostic — bring your own validation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sluice-orm",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A type-safe MongoDB query library where return types are inferred from queries.",
5
5
  "author": {
6
6
  "name": "DrTtnk"
@@ -49,12 +49,11 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/DrTtnk/sluice-orm/issues"
51
51
  },
52
- "dependencies": {
53
- "mongodb": "^6.18.0"
54
- },
52
+ "dependencies": {},
55
53
  "peerDependencies": {
56
54
  "effect": "^3.19.14",
57
55
  "json-schema-to-typescript": "^10.1.5",
56
+ "mongodb": "^6.18.0",
58
57
  "zod": "^4.0.0"
59
58
  },
60
59
  "peerDependenciesMeta": {
@@ -68,7 +67,6 @@
68
67
  "devDependencies": {
69
68
  "@effect/schema": "^0.75.5",
70
69
  "@testcontainers/mongodb": "^11.11.0",
71
- "@typescript/analyze-trace": "^0.10.1",
72
70
  "effect": "^3.19.14",
73
71
  "eslint": "^9.33.0",
74
72
  "eslint-plugin-simple-import-sort": "^12.1.1",