shared-store
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,12 @@ | ||
### v4.1.1 (2021-06-11) | ||
<a id="v4.1.1"></a> | ||
#### 🐛 Bug Fixes | ||
* [#54](https://github.com/groupon/shared-store/pull/54) fix(yml): add .yaml extension ([@aaarichter](https://github.com/aaarichter)) | ||
#### 🏡 Internal | ||
* [#53](https://github.com/groupon/shared-store/pull/53) ci(actions): add GitHub actions ([@aaarichter](https://github.com/aaarichter)) | ||
### v4.1.0 (2021-04-20) | ||
@@ -2,0 +13,0 @@ |
@@ -117,2 +117,3 @@ /* | ||
case '.yml': | ||
case '.yaml': | ||
return parseYML.bind(null, filename); | ||
@@ -119,0 +120,0 @@ |
{ | ||
"name": "shared-store", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Keeping config data in sync", | ||
@@ -56,12 +56,12 @@ "license": "BSD-3-Clause", | ||
"@types/rx-lite-aggregates": "^4.0.3", | ||
"c8": "^7.7.1", | ||
"eslint": "^7.24.0", | ||
"eslint-config-groupon": "^10.0.3", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-mocha": "^8.1.0", | ||
"c8": "^7.7.2", | ||
"eslint": "^7.28.0", | ||
"eslint-config-groupon": "^10.0.4", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"mocha": "^8.3.2", | ||
"nlm": "^5.4.1", | ||
"prettier": "^2.2.1", | ||
"mocha": "^9.0.0", | ||
"nlm": "^5.5.1", | ||
"prettier": "^2.3.1", | ||
"rimraf": "^3.0.2", | ||
@@ -68,0 +68,0 @@ "tmp": "^0.2.1" |
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fshared--store%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/shared-store/issues) | ||
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white) | ||
![nlm-version](https://img.shields.io/badge/version-4.1.0-blue?logo=version&logoColor=white) | ||
![nlm-version](https://img.shields.io/badge/version-4.1.1-blue?logo=version&logoColor=white) | ||
# shared-store | ||
@@ -128,3 +128,3 @@ | ||
Parsed using [`CSON.parse`](https://github.com/groupon/cson-parser) | ||
* `.yml`: | ||
* `.yml`/`.yaml`: | ||
Parsed using [`yaml.load`](https://github.com/nodeca/js-yaml) | ||
@@ -131,0 +131,0 @@ |
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
67262
1161