@funboxteam/diamonds
Advanced tools
Comparing version 8.2.0 to 8.2.1
# Changelog | ||
## 8.2.1 (03.08.2021) | ||
Fixed [pick](./lib/pick.ts) export. | ||
## 8.2.0 (22.07.2021) | ||
@@ -4,0 +9,0 @@ |
@@ -60,2 +60,4 @@ "use strict"; | ||
Object.defineProperty(exports, "omit", { enumerable: true, get: function () { return omit_1.default; } }); | ||
var pick_1 = require("./pick"); | ||
Object.defineProperty(exports, "pick", { enumerable: true, get: function () { return pick_1.default; } }); | ||
var query_string_to_object_1 = require("./query-string-to-object"); | ||
@@ -62,0 +64,0 @@ Object.defineProperty(exports, "queryStringToObject", { enumerable: true, get: function () { return query_string_to_object_1.default; } }); |
@@ -29,2 +29,3 @@ export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { default as omit } from './omit'; | ||
export { default as pick } from './pick'; | ||
export { default as queryStringToObject } from './query-string-to-object'; | ||
@@ -31,0 +32,0 @@ export { default as rgbToHex } from './rgb-to-hex'; |
@@ -29,2 +29,3 @@ export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { default as omit } from './omit'; | ||
export { default as pick } from './pick'; | ||
export { default as queryStringToObject } from './query-string-to-object'; | ||
@@ -31,0 +32,0 @@ export { default as rgbToHex } from './rgb-to-hex'; |
{ | ||
"name": "@funboxteam/diamonds", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"description": "A shiny pile of typed JS helpers for everyday use", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
80155
1177