@callstack/byorg-utils
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @callstack/byorg-utils | ||
## 0.3.0 | ||
## 0.3.1 | ||
### Minor Changes | ||
### Patch Changes | ||
- 6b49f52: moved group message formatting from core to slack package | ||
improve logic for group message formatting and entity resolving | ||
- 3fb9634: add explicit "exports" key to package.json | ||
## 0.3.0 | ||
### Patch Changes | ||
@@ -11,0 +12,0 @@ |
{ | ||
"name": "@callstack/byorg-utils", | ||
"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": [ | ||
@@ -13,0 +20,0 @@ "dist", |
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
12193