From 7286a3421942e4d32bc9024a3f05e29adf278955 Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Fri, 26 Jul 2019 15:42:43 +0200 Subject: [PATCH] build: Update Craft config --- .craft.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.craft.yml b/.craft.yml index f18618800e08..bd2116ab0823 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,4 +1,4 @@ -minVersion: '0.6.0' +minVersion: '0.8.2' github: owner: getsentry repo: sentry-javascript @@ -17,12 +17,16 @@ targets: cacheControl: 'public, max-age=31536000' - name: registry type: sdk - includeNames: /^sentry-browser-.*\.tgz$/ + onlyIfPresent: /^sentry-browser-.*\.tgz$/ + includeNames: /\.js$/ + checksums: + - algorithm: sha384 + format: base64 config: canonical: 'npm:@sentry/browser' - name: registry type: sdk - includeNames: /^sentry-node-.*\.tgz$/ + onlyIfPresent: /^sentry-node-.*\.tgz$/ config: canonical: 'npm:@sentry/node' - name: gh-pages