diff --git a/manifests/native.json b/manifests/native.json index 866c5fa..9941927 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -2297,6 +2297,11 @@ "moduleName": "math.sign", "replacements": ["Math.sign"] }, + "native-promise-only": { + "type": "module", + "moduleName": "native-promise-only", + "replacements": ["Promise"] + }, "node-int64": { "type": "module", "moduleName": "node-int64",