@funboxteam/diamonds
Advanced tools
Comparing version 8.5.0 to 8.5.1
# Changelog | ||
## 8.5.1 (12.09.2022) | ||
Fixed export of [shuffle](./lib/shuffle.ts) -_-" | ||
## 8.5.0 (12.09.2022) | ||
@@ -4,0 +9,0 @@ |
@@ -68,2 +68,4 @@ "use strict"; | ||
Object.defineProperty(exports, "rgbToHex", { enumerable: true, get: function () { return rgb_to_hex_1.default; } }); | ||
var shuffle_1 = require("./shuffle"); | ||
Object.defineProperty(exports, "shuffle", { enumerable: true, get: function () { return shuffle_1.default; } }); | ||
var storage_1 = require("./storage"); | ||
@@ -70,0 +72,0 @@ Object.defineProperty(exports, "storage", { enumerable: true, get: function () { return storage_1.default; } }); |
@@ -33,3 +33,4 @@ export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { default as rgbToHex } from './rgb-to-hex'; | ||
export { default as shuffle } from './shuffle'; | ||
export { default as storage } from './storage'; | ||
export { default as throttle } from './throttle'; |
@@ -33,3 +33,4 @@ export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { default as rgbToHex } from './rgb-to-hex'; | ||
export { default as shuffle } from './shuffle'; | ||
export { default as storage } from './storage'; | ||
export { default as throttle } from './throttle'; |
{ | ||
"name": "@funboxteam/diamonds", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"description": "A shiny pile of typed JS helpers for everyday use", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -50,4 +50,4 @@ # @funboxteam/diamonds | ||
- [rgbToHex](#rgbtohex) | ||
- [shuffle](#shuffle) | ||
- [storage](#storage) | ||
- [shuffle](#shuffle) | ||
- [throttle](#throttle) | ||
@@ -268,6 +268,2 @@ - [Credits](#credits) | ||
### [storage](./lib/storage.ts) | ||
Makes it possible to use `localStorage` safely. | ||
### [shuffle](./lib/shuffle.ts) | ||
@@ -277,2 +273,6 @@ | ||
### [storage](./lib/storage.ts) | ||
Makes it possible to use `localStorage` safely. | ||
### [throttle](./lib/throttle.ts) | ||
@@ -279,0 +279,0 @@ |
@@ -51,4 +51,4 @@ # @funboxteam/diamonds | ||
- [rgbToHex](#rgbtohex) | ||
- [shuffle](#shuffle) | ||
- [storage](#storage) | ||
- [shuffle](#shuffle) | ||
- [throttle](#throttle) | ||
@@ -278,2 +278,6 @@ - [Благодарности](#благодарности) | ||
### [shuffle](./lib/shuffle.ts) | ||
Перемешивает переданный массив и возвращает его. | ||
### [storage](./lib/storage.ts) | ||
@@ -283,6 +287,2 @@ | ||
### [shuffle](./lib/shuffle.ts) | ||
Перемешивает переданный массив и возвращает его. | ||
### [throttle](./lib/throttle.ts) | ||
@@ -289,0 +289,0 @@ |
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
83959
1252