@distilled.cloud/turso 0.5.0 → 0.5.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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,6 +14,7 @@ npm install @distilled.cloud/turso effect
14
14
 
15
15
  ```typescript
16
16
  import { Effect, Layer } from "effect";
17
+ import * as Stream from "effect/Stream";
17
18
  import * as FetchHttpClient from "effect/unstable/http/FetchHttpClient";
18
19
  import { CredentialsFromEnv } from "@distilled.cloud/turso";
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@distilled.cloud/turso",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/alchemy-run/distilled",
@@ -69,11 +69,11 @@
69
69
  "test": "bunx vitest run test",
70
70
  "publish:npm": "bun run build && bun publish --access public",
71
71
  "generate": "bun run scripts/generate.ts && oxlint --fix src && oxfmt --write src && oxfmt --write src",
72
- "specs:fetch": "git submodule update --force --init --recursive specs/turso-docs && git -C specs/turso-docs checkout -- .",
72
+ "specs:fetch": "git submodule update --force --init --recursive --depth=1 specs/turso-docs && git -C specs/turso-docs checkout -- .",
73
73
  "specs:update": "git -C specs/turso-docs fetch && git -C specs/turso-docs checkout main && git -C specs/turso-docs pull"
74
74
  },
75
75
  "dependencies": {
76
- "@distilled.cloud/core": "0.5.0",
76
+ "@distilled.cloud/core": "0.5.2",
77
77
  "effect": "4.0.0-beta.30"
78
78
  },
79
79
  "devDependencies": {