@distilled.cloud/mongodb-atlas 0.15.2 → 0.16.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@distilled.cloud/mongodb-atlas",
3
- "version": "0.15.2",
3
+ "version": "0.16.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/alchemy-run/distilled",
@@ -67,14 +67,14 @@
67
67
  "lint": "oxlint --fix src",
68
68
  "check": "tsgo && oxlint src && oxfmt --check src",
69
69
  "nuke": "bun scripts/nuke.ts",
70
- "test": "bunx vitest run test --exclude specs",
70
+ "test": "bunx vitest run test --exclude specs --passWithNoTests",
71
71
  "publish:npm": "bun run build && bun publish --access public",
72
72
  "generate": "bun run scripts/generate.ts && oxlint --fix src && oxfmt --write src && oxfmt --write src",
73
73
  "specs:fetch": "git submodule update --force --init --recursive --depth=1 specs/distilled-spec-mongodb-atlas && git -C specs/distilled-spec-mongodb-atlas checkout -- .",
74
74
  "specs:update": "git -C specs/distilled-spec-mongodb-atlas fetch && git -C specs/distilled-spec-mongodb-atlas checkout main && git -C specs/distilled-spec-mongodb-atlas pull"
75
75
  },
76
76
  "dependencies": {
77
- "@distilled.cloud/core": "0.15.2",
77
+ "@distilled.cloud/core": "0.16.1",
78
78
  "effect": "4.0.0-beta.58"
79
79
  },
80
80
  "devDependencies": {