@ohm_studio/sdk-core 0.3.1 → 0.3.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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohm_studio/sdk-core",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Shared core for @ohm/sdk and @ohm/sdk-react-native — http client, types, errors, retry, streaming. Use one of the platform wrappers instead of consuming this directly.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -24,14 +24,14 @@
24
24
  "files": [
25
25
  "dist"
26
26
  ],
27
+ "devDependencies": {
28
+ "openapi-typescript": "^7.13.0",
29
+ "typescript": "^5.8.3"
30
+ },
27
31
  "scripts": {
28
32
  "clean": "rm -rf dist",
29
33
  "build": "rm -rf dist && tsc -p tsconfig.json",
30
34
  "typecheck": "tsc -p tsconfig.json --noEmit",
31
35
  "gen": "node scripts/generate-types.mjs"
32
- },
33
- "devDependencies": {
34
- "openapi-typescript": "^7.13.0",
35
- "typescript": "^5.8.3"
36
36
  }
37
- }
37
+ }