@thomsbg/ot-fuzzer
Advanced tools
Comparing version 2.0.2 to 2.0.3
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _index = require('./index'); | ||
@@ -17,2 +13,2 @@ | ||
delete fuzzer.default.default; | ||
exports.default = fuzzer.default; | ||
module.exports = fuzzer.default; |
{ | ||
"name": "@thomsbg/ot-fuzzer", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Fuzzer for operational transformation data types", | ||
@@ -5,0 +5,0 @@ "main": "lib/shim.js", |
@@ -6,2 +6,2 @@ import * as fuzzer from './index'; | ||
delete fuzzer.default.default; | ||
export default fuzzer.default; | ||
module.exports = fuzzer.default; |
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
54516
1204