@limitless.claver/stringify
Advanced tools
Comparing version 1.2.4 to 1.2.5
## [1.2.5](https://github.com/limitless-kode/stringify/compare/v1.2.4...v1.2.5) (2023-03-27) | ||
### Bug Fixes | ||
* destructure import ([11b58d0](https://github.com/limitless-kode/stringify/commit/11b58d0a3cb9e171d3d7b2fee542af3021b9ffcc)) | ||
## [1.2.4](https://github.com/limitless-kode/stringify/compare/v1.2.3...v1.2.4) (2023-03-27) | ||
@@ -4,0 +11,0 @@ |
@@ -6,4 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Stringify = void 0; | ||
const stringify_1 = __importDefault(require("./stringify")); | ||
exports.default = stringify_1.default; | ||
exports.Stringify = stringify_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "String helper method for all string and JSON manipulations", | ||
@@ -10,0 +10,0 @@ "main": "./dist/index.js", |
import Stringify from './stringify'; | ||
export default Stringify; | ||
export {Stringify}; |
import Stringify from './stringify'; | ||
export default Stringify; | ||
export { Stringify }; |
Sorry, the diff of this file is not supported yet
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
110694
2018