@sentry/craft 2.8.0 → 2.9.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.
- package/README.md +1 -0
- package/dist/craft +186 -186
- package/dist/craft.map +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1164,6 +1164,7 @@ targets:
|
|
|
1164
1164
|
kmp:
|
|
1165
1165
|
rootDistDirRegex: /sentry-kotlin-multiplatform-[0-9]+.*$/
|
|
1166
1166
|
appleDistDirRegex: /sentry-kotlin-multiplatform-(macos|ios|tvos|watchos).*/
|
|
1167
|
+
klibDistDirRegex: /sentry-kotlin-multiplatform-(js|wasm-js).*/
|
|
1167
1168
|
```
|
|
1168
1169
|
|
|
1169
1170
|
### Symbol Collector (`symbol-collector`)
|