This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+14
View File
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [4.0.3](https://www.github.com/yargs/y18n/compare/y18n-v4.0.2...y18n-v4.0.3) (2021-04-07)
### Bug Fixes
* **release:** 4.x.x should not enforce Node 10 ([#126](https://www.github.com/yargs/y18n/issues/126)) ([1e21a53](https://www.github.com/yargs/y18n/commit/1e21a536e9135d8403a47be88922157a706b7cde))
### 4.0.1 (2020-11-30)
### Bug Fixes
* address prototype pollution issue ([#108](https://www.github.com/yargs/y18n/issues/108)) ([a9ac604](https://www.github.com/yargs/y18n/commit/a9ac604abf756dec9687be3843e2c93bfe581f25))
<a name="4.0.0"></a>
# [4.0.0](https://github.com/yargs/y18n/compare/v3.2.1...v4.0.0) (2017-10-10)
Generated Vendored
+1 -1
View File
@@ -11,7 +11,7 @@ function Y18N (opts) {
this.fallbackToLanguage = typeof opts.fallbackToLanguage === 'boolean' ? opts.fallbackToLanguage : true
// internal stuff.
this.cache = {}
this.cache = Object.create(null)
this.writeQueue = []
}
+12 -12
View File
@@ -1,32 +1,32 @@
{
"_args": [
[
"y18n@4.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"y18n@4.0.3",
"/home/node/nuxt"
]
],
"_from": "y18n@4.0.0",
"_id": "y18n@4.0.0",
"_from": "y18n@4.0.3",
"_id": "y18n@4.0.3",
"_inBundle": false,
"_integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
"_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
"_location": "/y18n",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "y18n@4.0.0",
"raw": "y18n@4.0.3",
"name": "y18n",
"escapedName": "y18n",
"rawSpec": "4.0.0",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/webpack/cacache"
],
"_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
"_spec": "4.0.3",
"_where": "/home/node/nuxt",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -66,5 +66,5 @@
"release": "standard-version",
"test": "nyc mocha"
},
"version": "4.0.0"
"version": "4.0.3"
}