Skip to content

Commit

Permalink
Update @vercel/ncc to 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jan 29, 2023
1 parent 372b80f commit 67768d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/net/kautler/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val versions = mapOf(
"node" to "16.18.1",

// build NPM dependencies
"@vercel/ncc" to "0.25.1",
"@vercel/ncc" to "0.36.1",

// build Java dependencies
"com.github.ben-manes.versions" to "0.36.0",
Expand Down
3 changes: 2 additions & 1 deletion ncc-packer/src/main/kotlin/net/kautler/nccpacker/ncc.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ external interface NccOptions {
var filterAssetBase: String
var minify: Boolean
var sourceMap: Boolean
var assetBuilds: Boolean
var sourceMapBasePrefix: String
var sourceMapRegister: Boolean
var license: String
Expand Down Expand Up @@ -63,5 +64,5 @@ inline fun AssetMap.forEach(action: (Pair<String, Asset>) -> Unit) {

external interface Asset {
val source: Buffer
val permissions: Number?
val permissions: Int?
}

0 comments on commit 67768d6

Please sign in to comment.