Skip to content

Commit 8c3cc2a

Browse files
authored
fix: Update long.js CDN path in SDK (#2138)
1 parent 584bacf commit 8c3cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ASSEMBLYSCRIPT_VERSION = "latest";
66
if (typeof define === "function" && define.amd) {
77
const paths = {
88
"binaryen": "https://cdn.jsdelivr.net/npm/binaryen@" + BINARYEN_VERSION + "/index",
9-
"long": "https://cdn.jsdelivr.net/npm/long@" + LONG_VERSION + "/dist/long",
9+
"long": "https://cdn.jsdelivr.net/npm/long@" + LONG_VERSION + "/umd/index",
1010
"assemblyscript": "https://cdn.jsdelivr.net/npm/assemblyscript@" + ASSEMBLYSCRIPT_VERSION + "/dist/assemblyscript",
1111
"assemblyscript/cli/asc": "https://cdn.jsdelivr.net/npm/assemblyscript@" + ASSEMBLYSCRIPT_VERSION + "/dist/asc",
1212
};

0 commit comments

Comments
 (0)