@lite-v3/common-helpers
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -5,2 +5,8 @@ ### Changelog | ||
#### @lite-v3/common-helpers@0.0.14 | ||
> 17 February 2022 | ||
- chore(lite/utils): migrate stringUnsafeHash [`#522`](https://github.com/tokopedia/wpe-lite-packages/pull/522)(by Inggrid Florencia) | ||
#### @lite-v3/common-helpers@0.0.13 | ||
@@ -7,0 +13,0 @@ |
@@ -9,1 +9,2 @@ export { default as escapeRegExp } from './escapeRegExp'; | ||
export { default as titleCase } from './titleCase'; | ||
export { default as stringUnsafeHash } from './stringUnsafeHash'; |
@@ -53,2 +53,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "stringUnsafeHash", { | ||
enumerable: true, | ||
get: function() { | ||
return _stringUnsafeHash.default; | ||
} | ||
}); | ||
var swcHelpers = require("@swc/helpers"); | ||
@@ -63,1 +69,2 @@ var _escapeRegExp = swcHelpers.interopRequireDefault(require("./escapeRegExp")); | ||
var _titleCase = swcHelpers.interopRequireDefault(require("./titleCase")); | ||
var _stringUnsafeHash = swcHelpers.interopRequireDefault(require("./stringUnsafeHash")); |
{ | ||
"name": "@lite-v3/common-helpers", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Public common helpers for Tokopedia Web", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
76480
157
2009