@dioxide-js/misc
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.3](https://github.com/duiyuan/misc/compare/v0.1.2...v0.1.3) (2022-06-03) | ||
### Features | ||
* add object.shakeRedundantField ([f77f4b7](https://github.com/duiyuan/misc/commit/f77f4b7c27e19b652a4f20b7cd40c9a58c034934)) | ||
### [0.1.2](https://github.com/duiyuan/misc/compare/v0.1.1...v0.1.2) (2022-06-02) | ||
@@ -7,0 +14,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.address = exports.dataview = exports.buffer = exports.date = exports.string = void 0; | ||
exports.object = exports.address = exports.dataview = exports.buffer = exports.date = exports.string = void 0; | ||
var string = __importStar(require("./string")); | ||
@@ -34,2 +34,4 @@ exports.string = string; | ||
exports.address = address; | ||
var object = __importStar(require("./object")); | ||
exports.object = object; | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,3 @@ import * as string from './string'; | ||
import * as address from './address'; | ||
export { string, date, buffer, dataview, address }; | ||
import * as object from './object'; | ||
export { string, date, buffer, dataview, address, object }; |
{ | ||
"name": "@dioxide-js/misc", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Simple misc", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
616470
29
2306