uni-string
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.12](https://github.com/bluelovers/ws-string/compare/uni-string@1.1.11...uni-string@1.1.12) (2022-01-17) | ||
### 🔖 Miscellaneous | ||
* . ([7cb827e](https://github.com/bluelovers/ws-string/commit/7cb827e5dc146474f8385ba919eefb48824c1dc2)) | ||
## [1.1.11](https://github.com/bluelovers/ws-string/compare/uni-string@1.1.10...uni-string@1.1.11) (2021-07-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "uni-string", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Unicode String object", | ||
@@ -53,6 +53,6 @@ "keywords": [ | ||
"es6-class-prototype": "^1.0.4", | ||
"runes2": "^0.4.15", | ||
"tslib": "^2.3.0" | ||
"runes2": "^0.4.16", | ||
"tslib": "^2.3.1" | ||
}, | ||
"gitHead": "c754a575003606c63dff94c3694ae2213e930677" | ||
"gitHead": "3da406ac9aa41fc9073385d8ffa834b2e56ad38a" | ||
} |
@@ -8,4 +8,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const runes_1 = (0, tslib_1.__importDefault)(require("runes2/runes")); | ||
const es6_class_prototype_1 = (0, tslib_1.__importDefault)(require("es6-class-prototype")); | ||
const runes_1 = tslib_1.__importDefault(require("runes2/runes")); | ||
const es6_class_prototype_1 = tslib_1.__importDefault(require("es6-class-prototype")); | ||
exports.STRING_PROTOTYPE = Object.getOwnPropertyNames(String.prototype); | ||
@@ -12,0 +12,0 @@ class UString extends String { |
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
33118
Updatedrunes2@^0.4.16
Updatedtslib@^2.3.1