@@ -25,28 +25,30 @@ targets:
25
25
- name : registry
26
26
sdks :
27
27
' npm:@sentry/browser ' :
28
- onlyIfPresent : /^sentry-browser-.*\.tgz$/
28
+ onlyIfPresent : /^sentry-browser-\d .*\.tgz$/
29
29
includeNames : /\.js$/
30
30
checksums :
31
31
- algorithm : sha384
32
32
format : base64
33
33
' npm:@sentry/node ' :
34
- onlyIfPresent : /^sentry-node-.*\.tgz$/
34
+ onlyIfPresent : /^sentry-node-\d .*\.tgz$/
35
35
' npm:@sentry/react ' :
36
- onlyIfPresent : /^sentry-react-.*\.tgz$/
36
+ onlyIfPresent : /^sentry-react-\d .*\.tgz$/
37
37
' npm:@sentry/vue ' :
38
- onlyIfPresent : /^sentry-vue-.*\.tgz$/
38
+ onlyIfPresent : /^sentry-vue-\d .*\.tgz$/
39
39
' 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$/
41
43
' npm:@sentry/angular ' :
42
- onlyIfPresent : /^sentry-angular-.*\.tgz$/
44
+ onlyIfPresent : /^sentry-angular-\d .*\.tgz$/
43
45
' npm:@sentry/wasm ' :
44
- onlyIfPresent : /^sentry-wasm-.*\.tgz$/
46
+ onlyIfPresent : /^sentry-wasm-\d .*\.tgz$/
45
47
' npm:@sentry/nextjs ' :
46
- onlyIfPresent : /^sentry-nextjs-.*\.tgz$/
48
+ onlyIfPresent : /^sentry-nextjs-\d .*\.tgz$/
47
49
' npm:@sentry/remix ' :
48
- onlyIfPresent : /^sentry-remix-.*\.tgz$/
50
+ onlyIfPresent : /^sentry-remix-\d .*\.tgz$/
49
51
' npm:@sentry/svelte ' :
50
- onlyIfPresent : /^sentry-svelte-.*\.tgz$/
52
+ onlyIfPresent : /^sentry-svelte-\d .*\.tgz$/
51
53
' npm:@sentry/opentelemetry-node ' :
52
- onlyIfPresent : /^sentry-opentelemetry-node-.*\.tgz$/
54
+ onlyIfPresent : /^sentry-opentelemetry-node-\d .*\.tgz$/
0 commit comments