Bump JavaScriptKit dependency to 0.13.0 (#306)

This commit is contained in:
Max Desiatov 2022-04-01 08:53:53 +01:00 committed by GitHub
parent 32474ae19f
commit a15023d881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 21 deletions

View File

@ -22,7 +22,7 @@ import TSCUtility
instead of the forthcoming release, because the corresponding new release tag doesn't exist yet.
*/
private let staticArchiveURL =
"https://github.com/swiftwasm/carton/releases/download/0.12.1/static.zip"
"https://github.com/swiftwasm/carton/releases/download/0.12.2/static.zip"
private let verifyHash = Equality<ByteString, String> {
"""

View File

@ -1,21 +1,21 @@
import TSCBasic
public let devEntrypointSHA256 = ByteString([
0xC0, 0x84, 0xCE, 0xB1, 0xE7, 0xEF, 0x79, 0x69, 0xDF, 0x3B, 0xC2, 0xBA, 0xF0, 0x49, 0xFB, 0x5C,
0xB1, 0x3B, 0xD2, 0x6F, 0xB0, 0xB8, 0x3F, 0x84, 0xAC, 0xB1, 0x3F, 0xD8, 0x59, 0xE4, 0x97, 0x22
0x35, 0xB0, 0x98, 0x31, 0xB3, 0x91, 0x54, 0xA2, 0x4E, 0xDD, 0x6B, 0x8F, 0xF9, 0x69, 0x23, 0xFE,
0x67, 0x8C, 0x31, 0xC2, 0xD4, 0x22, 0x8B, 0x20, 0xEA, 0x59, 0x5E, 0xB1, 0x4A, 0x89, 0xCB, 0xB1
])
public let bundleEntrypointSHA256 = ByteString([
0x74, 0xB9, 0x31, 0xC8, 0x6F, 0xC7, 0x17, 0x7B, 0xA7, 0x96, 0xF7, 0xA3, 0x6B, 0xA1, 0xBA, 0x89,
0x75, 0x6D, 0x94, 0x93, 0x67, 0xF2, 0x81, 0xF0, 0xE5, 0xF8, 0x5A, 0x04, 0xC6, 0x2B, 0x93, 0x9D
0x93, 0x6A, 0x44, 0xEC, 0xBE, 0x7F, 0x0E, 0x9E, 0xF3, 0x25, 0x6A, 0xD2, 0x7B, 0x22, 0xE8, 0x99,
0xAA, 0xCE, 0x49, 0xC8, 0xE2, 0x0B, 0x50, 0x3D, 0x7E, 0x79, 0x72, 0x27, 0x59, 0x1F, 0x63, 0xF1
])
public let testEntrypointSHA256 = ByteString([
0x99, 0xDF, 0xE0, 0xE8, 0x11, 0xB5, 0x30, 0x1F, 0xBA, 0x06, 0x53, 0xF3, 0x4F, 0x3C, 0x60, 0xA9,
0xF8, 0x98, 0x53, 0x8C, 0x10, 0xB2, 0x07, 0x69, 0x54, 0xD9, 0x54, 0x06, 0x0E, 0x90, 0x0D, 0xF3
0xDC, 0xE9, 0xEE, 0x79, 0x30, 0x3B, 0x69, 0x3D, 0x74, 0x64, 0xF3, 0x27, 0x6B, 0x48, 0xE1, 0xE0,
0x2C, 0xD5, 0x92, 0xFB, 0x36, 0xC7, 0x01, 0x56, 0x54, 0x9E, 0xD5, 0x4C, 0xCC, 0xDE, 0xC1, 0x94
])
public let staticArchiveHash = ByteString([
0x28, 0xAA, 0xDD, 0x5A, 0x18, 0xFD, 0x58, 0xDD, 0xCF, 0xD6, 0x98, 0xD9, 0xE8, 0x28, 0x79, 0x0E,
0x6D, 0x7A, 0x87, 0x1D, 0xBB, 0x9C, 0xA7, 0x23, 0x34, 0x5E, 0x59, 0xC4, 0x14, 0x4F, 0xED, 0x45,
0xCF, 0xF2, 0xE4, 0x0D, 0xE2, 0x73, 0x53, 0xA6, 0xBE, 0x59, 0x64, 0x0D, 0x44, 0xC3, 0x17, 0xA2,
0xE5, 0x7E, 0x1A, 0xEB, 0x0C, 0x33, 0x91, 0x42, 0x5D, 0x58, 0x56, 0xC5, 0x27, 0xDA, 0x9D, 0x36,
])

View File

@ -19,7 +19,7 @@ import TSCBasic
import TSCUtility
import WasmTransformer
public let compatibleJSKitVersion = Version(0, 12, 0)
public let compatibleJSKitVersion = Version(0, 13, 0)
enum ToolchainError: Error, CustomStringConvertible {
case directoryDoesNotExist(AbsolutePath)
@ -236,9 +236,9 @@ public final class Toolchain {
terminal.write(
"""
The local version of JavaScriptKit found in your dependency tree is not known to be compatible \
with carton \(cartonVersion). Please specify a JavaScriptKit dependency of version \
\(compatibleJSKitVersion) in your `Package.swift`.\n
The local version of JavaScriptKit found in your dependency tree is not known to be \
compatible with carton \(cartonVersion). Please specify a JavaScriptKit dependency of \
version \(compatibleJSKitVersion) in your `Package.swift`.\n
""",
inColor: .red

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"javascript-kit-swift": "^0.12.0",
"javascript-kit-swift": "^0.13.0",
"npm-run-all": "^4.1.5",
"reconnecting-websocket": "^4.4.0",
"webpack": "^5.64.2",
@ -1287,9 +1287,9 @@
}
},
"node_modules/javascript-kit-swift": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/javascript-kit-swift/-/javascript-kit-swift-0.12.0.tgz",
"integrity": "sha512-BqovWIDhYNCbIHo7lxOvEfLMwq04gh4Sv2R88PdqvsdX16fViFIhL8io+/SK/cs5F+ia3pfiqBtQ9UN7Mfwe0Q==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/javascript-kit-swift/-/javascript-kit-swift-0.13.0.tgz",
"integrity": "sha512-in4kM1g3Gbls4QOg5FXdSLOGXh85E0rR3XrYotYg1so7kVdaJnRJGPCO32cPuEbtGvL8mtZfb51ZhXv7vJkPqg==",
"dev": true
},
"node_modules/jest-worker": {
@ -3378,9 +3378,9 @@
"dev": true
},
"javascript-kit-swift": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/javascript-kit-swift/-/javascript-kit-swift-0.12.0.tgz",
"integrity": "sha512-BqovWIDhYNCbIHo7lxOvEfLMwq04gh4Sv2R88PdqvsdX16fViFIhL8io+/SK/cs5F+ia3pfiqBtQ9UN7Mfwe0Q==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/javascript-kit-swift/-/javascript-kit-swift-0.13.0.tgz",
"integrity": "sha512-in4kM1g3Gbls4QOg5FXdSLOGXh85E0rR3XrYotYg1so7kVdaJnRJGPCO32cPuEbtGvL8mtZfb51ZhXv7vJkPqg==",
"dev": true
},
"jest-worker": {

View File

@ -28,7 +28,7 @@
"devDependencies": {
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"javascript-kit-swift": "^0.12.0",
"javascript-kit-swift": "^0.13.0",
"npm-run-all": "^4.1.5",
"reconnecting-websocket": "^4.4.0",
"webpack": "^5.64.2",