Comparing version 6.7.0 to 6.8.0-next.1575878242.1e48f2184d27664dadbb7b790d0cf2dd03fcfea1
# History | ||
## v6.8.0 2019 December 9 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.7.0 2019 December 1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "CSON", | ||
"name": "cson", | ||
"version": "6.7.0", | ||
"version": "6.8.0-next.1575878242.1e48f2184d27664dadbb7b790d0cf2dd03fcfea1", | ||
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.", | ||
@@ -24,2 +24,3 @@ "homepage": "https://github.com/bevry/cson", | ||
"---", | ||
"githubsponsors", | ||
"patreon", | ||
@@ -35,2 +36,3 @@ "flattr", | ||
"config": { | ||
"githubSponsorsUsername": "balupton", | ||
"buymeacoffeeUsername": "balupton", | ||
@@ -103,2 +105,3 @@ "cryptoURL": "https://bevry.me/crypto", | ||
], | ||
"type": "commonjs", | ||
"main": "edition-esnext/index.js", | ||
@@ -108,13 +111,13 @@ "dependencies": { | ||
"cson-parser": "^4.0.3", | ||
"extract-opts": "^4.1.0", | ||
"requirefresh": "^3.1.0", | ||
"safefs": "^5.3.0" | ||
"extract-opts": "^4.2.0", | ||
"requirefresh": "^3.2.0", | ||
"safefs": "^5.4.0" | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "^5.7.0", | ||
"assert-helpers": "^5.8.0", | ||
"coffeelint": "^2.1.0", | ||
"kava": "^4.2.0", | ||
"projectz": "^1.13.0", | ||
"safeps": "^9.1.0", | ||
"valid-directory": "^1.4.0" | ||
"kava": "^4.3.0", | ||
"projectz": "^1.15.0", | ||
"safeps": "^9.2.0", | ||
"valid-directory": "^1.5.0" | ||
}, | ||
@@ -121,0 +124,0 @@ "scripts": { |
@@ -16,2 +16,3 @@ <!-- TITLE/ --> | ||
<br class="badge-separator" /> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -266,2 +267,3 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -268,0 +270,0 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79354
314
1
Updatedextract-opts@^4.2.0
Updatedrequirefresh@^3.2.0
Updatedsafefs@^5.4.0