@anysoftinc/anydb-sdk 0.6.0 → 0.6.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.
@@ -1,4 +1,4 @@
1
- import { kw, sym, uuid as uuidEdn } from "./client";
1
+ import { kw, sym, uuid as uuidEdn } from "./client.js";
2
2
  import { v4 as uuidv4 } from "uuid";
3
3
  /**
4
4
  * Creates NextAuth cookie configuration with proper security settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anysoftinc/anydb-sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "AnyDB TypeScript SDK for querying and transacting with Datomic databases",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",