@@ -25,28 +25,30 @@ targets:
2525 - name : registry
2626 sdks :
2727 ' npm:@sentry/browser ' :
28- onlyIfPresent : /^sentry-browser-.*\.tgz$/
28+ onlyIfPresent : /^sentry-browser-\d .*\.tgz$/
2929 includeNames : /\.js$/
3030 checksums :
3131 - algorithm : sha384
3232 format : base64
3333 ' npm:@sentry/node ' :
34- onlyIfPresent : /^sentry-node-.*\.tgz$/
34+ onlyIfPresent : /^sentry-node-\d .*\.tgz$/
3535 ' npm:@sentry/react ' :
36- onlyIfPresent : /^sentry-react-.*\.tgz$/
36+ onlyIfPresent : /^sentry-react-\d .*\.tgz$/
3737 ' npm:@sentry/vue ' :
38- onlyIfPresent : /^sentry-vue-.*\.tgz$/
38+ onlyIfPresent : /^sentry-vue-\d .*\.tgz$/
3939 ' npm:@sentry/gatsby ' :
40- onlyIfPresent : /^sentry-gatsby-.*\.tgz$/
40+ onlyIfPresent : /^sentry-gatsby-\d.*\.tgz$/
41+ ' npm:@sentry/angular-ivy ' :
42+ onlyIfPresent : /^sentry-angular-ivy-\d.*\.tgz$/
4143 ' npm:@sentry/angular ' :
42- onlyIfPresent : /^sentry-angular-.*\.tgz$/
44+ onlyIfPresent : /^sentry-angular-\d .*\.tgz$/
4345 ' npm:@sentry/wasm ' :
44- onlyIfPresent : /^sentry-wasm-.*\.tgz$/
46+ onlyIfPresent : /^sentry-wasm-\d .*\.tgz$/
4547 ' npm:@sentry/nextjs ' :
46- onlyIfPresent : /^sentry-nextjs-.*\.tgz$/
48+ onlyIfPresent : /^sentry-nextjs-\d .*\.tgz$/
4749 ' npm:@sentry/remix ' :
48- onlyIfPresent : /^sentry-remix-.*\.tgz$/
50+ onlyIfPresent : /^sentry-remix-\d .*\.tgz$/
4951 ' npm:@sentry/svelte ' :
50- onlyIfPresent : /^sentry-svelte-.*\.tgz$/
52+ onlyIfPresent : /^sentry-svelte-\d .*\.tgz$/
5153 ' npm:@sentry/opentelemetry-node ' :
52- onlyIfPresent : /^sentry-opentelemetry-node-.*\.tgz$/
54+ onlyIfPresent : /^sentry-opentelemetry-node-\d .*\.tgz$/
0 commit comments