Skip to content

Commit 8760e53

Browse files
Merge staging into feature/vector
2 parents 5679f76 + ee00581 commit 8760e53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "StepFunctions: Support rendering SFN graph with ItemProcessor field"
4+
}

src/stepFunctions/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import { fromExtensionManifest } from '../shared/settings'
2424
const documentSettings: DocumentLanguageSettings = { comments: 'error', trailingCommas: 'error' }
2525
const languageService = getLanguageService({})
2626

27-
const visualizationScriptUrl = 'https://do0of8uwbahzz.cloudfront.net/sfn-0.1.5.js'
28-
const visualizationCssUrl = 'https://do0of8uwbahzz.cloudfront.net/graph-0.1.5.css'
27+
const visualizationScriptUrl = 'https://d3p8cpu0nuk1gf.cloudfront.net/sfn-0.1.8.js'
28+
const visualizationCssUrl = 'https://d3p8cpu0nuk1gf.cloudfront.net/graph-0.1.8.css'
2929

3030
const scriptsLastDownloadedUrl = 'SCRIPT_LAST_DOWNLOADED_URL'
3131
const cssLastDownloadedUrl = 'CSS_LAST_DOWNLOADED_URL'

0 commit comments

Comments
 (0)