@callstack/byorg-core
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @callstack/byorg-core | ||
## 0.3.1 | ||
### Patch Changes | ||
- 3fb9634: add explicit "exports" key to package.json | ||
- Updated dependencies [3fb9634] | ||
- @callstack/byorg-utils@0.3.1 | ||
## 0.3.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@callstack/byorg-core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"type": "module", | ||
@@ -11,2 +11,9 @@ "license": "MIT", | ||
"types": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -21,3 +28,3 @@ "dist", | ||
"@anthropic-ai/sdk": "^0.26.1", | ||
"@callstack/byorg-utils": "0.3.0", | ||
"@callstack/byorg-utils": "0.3.1", | ||
"ai": "^3.4.33", | ||
@@ -24,0 +31,0 @@ "openai": "^4.71.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50947
+ Added@callstack/byorg-utils@0.3.1(transitive)
- Removed@callstack/byorg-utils@0.3.0(transitive)
Updated@callstack/byorg-utils@0.3.1