@xyo-network/wasm
Advanced tools
Comparing version 2.79.4 to 2.79.5
@@ -1,47 +0,37 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
WasmFeatureDetectors: () => WasmFeatureDetectors, | ||
WasmSupport: () => WasmSupport | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
// src/WasmSupport.ts | ||
var import_wasm_feature_detect = require("wasm-feature-detect"); | ||
import { | ||
bigInt, | ||
bulkMemory, | ||
exceptions, | ||
extendedConst, | ||
gc, | ||
memory64, | ||
multiValue, | ||
mutableGlobals, | ||
referenceTypes, | ||
relaxedSimd, | ||
saturatedFloatToInt, | ||
signExtensions, | ||
simd, | ||
streamingCompilation, | ||
tailCall, | ||
threads | ||
} from "wasm-feature-detect"; | ||
var WasmFeatureDetectors = { | ||
bigInt: import_wasm_feature_detect.bigInt, | ||
bulkMemory: import_wasm_feature_detect.bulkMemory, | ||
exceptions: import_wasm_feature_detect.exceptions, | ||
extendedConst: import_wasm_feature_detect.extendedConst, | ||
gc: import_wasm_feature_detect.gc, | ||
memory64: import_wasm_feature_detect.memory64, | ||
multiValue: import_wasm_feature_detect.multiValue, | ||
mutableGlobals: import_wasm_feature_detect.mutableGlobals, | ||
referenceTypes: import_wasm_feature_detect.referenceTypes, | ||
relaxedSimd: import_wasm_feature_detect.relaxedSimd, | ||
saturatedFloatToInt: import_wasm_feature_detect.saturatedFloatToInt, | ||
signExtensions: import_wasm_feature_detect.signExtensions, | ||
simd: import_wasm_feature_detect.simd, | ||
streamingCompilation: import_wasm_feature_detect.streamingCompilation, | ||
tailCall: import_wasm_feature_detect.tailCall, | ||
threads: import_wasm_feature_detect.threads | ||
bigInt, | ||
bulkMemory, | ||
exceptions, | ||
extendedConst, | ||
gc, | ||
memory64, | ||
multiValue, | ||
mutableGlobals, | ||
referenceTypes, | ||
relaxedSimd, | ||
saturatedFloatToInt, | ||
signExtensions, | ||
simd, | ||
streamingCompilation, | ||
tailCall, | ||
threads | ||
}; | ||
@@ -166,7 +156,6 @@ var WasmSupport = class _WasmSupport { | ||
}; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
export { | ||
WasmFeatureDetectors, | ||
WasmSupport | ||
}); | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -21,3 +21,2 @@ { | ||
}, | ||
"docs": "dist/docs.json", | ||
"exports": { | ||
@@ -37,8 +36,8 @@ ".": { | ||
"require": { | ||
"types": "./dist/node/index.d.ts", | ||
"default": "./dist/node/index.js" | ||
"types": "./dist/node/index.d.cts", | ||
"default": "./dist/node/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.mjs" | ||
"default": "./dist/node/index.js" | ||
} | ||
@@ -49,4 +48,6 @@ } | ||
}, | ||
"main": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"main": "dist/node/index.cjs", | ||
"module": "dist/node/index.js", | ||
"types": "dist/node/index.d.mts", | ||
"type": "module", | ||
"homepage": "https://xyo.network", | ||
@@ -62,4 +63,3 @@ "license": "LGPL-3.0-or-later", | ||
"sideEffects": false, | ||
"types": "dist/node/index.d.ts", | ||
"version": "2.79.4" | ||
"version": "2.79.5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
124249