Comparing version 3.0.1 to 3.0.2
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.dataway = {})); | ||
}(this, function (exports) { 'use strict'; | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -578,3 +578,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
function getApplyMonoid(M) { | ||
return __assign({}, getApplySemigroup(M), { empty: right(M.empty) }); | ||
return __assign(__assign({}, getApplySemigroup(M)), { empty: right(M.empty) }); | ||
} | ||
@@ -1351,3 +1351,3 @@ exports.getApplyMonoid = getApplyMonoid; | ||
function getApplyMonoid(M) { | ||
return __assign({}, getApplySemigroup(M), { empty: some(M.empty) }); | ||
return __assign(__assign({}, getApplySemigroup(M)), { empty: some(M.empty) }); | ||
} | ||
@@ -1940,2 +1940,2 @@ exports.getApplyMonoid = getApplyMonoid; | ||
})); | ||
}))); |
{ | ||
"name": "dataway", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "dist/dataway.cjs.js", | ||
@@ -40,3 +40,4 @@ "module": "dist/dataway.esm.js", | ||
"fp-ts": "^2.0.5" | ||
} | ||
}, | ||
"repository": "github:iadvize/dataway" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
103876