Skip to content

Commit

Permalink
feat: upgrade bootstrap to 625844cdcdd28b0008829757 (#26)
Browse files Browse the repository at this point in the history
* feat: upgrade bootstrap to 625838873c856a000864c52c

* feat: upgrade bootstrap to `625844cdcdd28b0008829757`
  • Loading branch information
eduardoboucas committed Apr 14, 2022
1 parent 4a191df commit 9fdc1f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { writeStage2 } from 'https://dinosaurs:are-the-future!@6256b369f54728000a74a8d5--edge-bootstrap.netlify.app/bundler/mod.ts'
import { writeStage2 } from 'https://625844cdcdd28b0008829757--edge-bootstrap.netlify.app/bundler/mod.ts'

const [payload] = Deno.args
const { basePath, destPath, functions } = JSON.parse(payload)
Expand Down
3 changes: 1 addition & 2 deletions src/formats/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { ImportMap } from '../import_map.js'
import type { FormatFunction } from '../server/server.js'
import { getFileHash } from '../utils/sha256.js'

const BOOTSTRAP_LATEST =
'https://dinosaurs:are-the-future!@6256b369f54728000a74a8d5--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'
const BOOTSTRAP_LATEST = 'https://625844cdcdd28b0008829757--edge-bootstrap.netlify.app/bootstrap/index-combined.ts'

interface BundleJSOptions {
buildID: string
Expand Down
2 changes: 1 addition & 1 deletion src/import_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { promises as fs } from 'fs'
import { dirname } from 'path'

const DEFAULT_IMPORTS = {
'netlify:edge': 'https://dinosaurs:are-the-future!@edge-bootstrap.netlify.app/v1/index.ts',
'netlify:edge': 'https://edge-bootstrap.netlify.app/v1/index.ts',
}

interface ImportMapFile {
Expand Down

0 comments on commit 9fdc1f8

Please sign in to comment.