@terreno/api 0.6.0 → 0.7.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 +1 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,11 +21,7 @@ model instances.
21
21
 
22
22
  To install:
23
23
 
24
- npm install @terreno/api
25
-
26
- yarn install @terreno/api
27
-
28
- bun install @terreno/api
24
+ bun add @terreno/api
29
25
 
30
26
  ## DateOnly Type
31
27
 
package/package.json CHANGED
@@ -5,13 +5,13 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@sentry/bun": "^10.25.0",
8
- "better-auth": "^1.2.8",
9
8
  "@sentry/profiling-node": "^10.25.0",
10
9
  "@types/qs": "^6.14.0",
11
10
  "@wesleytodd/openapi": "^1.1.0",
12
11
  "ajv": "8.18.0",
13
12
  "ajv-formats": "^3.0.1",
14
13
  "axios": "^1.13.2",
14
+ "better-auth": "^1.2.8",
15
15
  "cors": "^2.8.5",
16
16
  "cron": "^4.3.4",
17
17
  "expo-server-sdk": "^6.0.0",
@@ -93,5 +93,5 @@
93
93
  "updateSnapshot": "bun test --update-snapshots"
94
94
  },
95
95
  "types": "dist/index.d.ts",
96
- "version": "0.6.0"
96
+ "version": "0.7.0"
97
97
  }