Comparing version 7.9.0 to 7.10.0-next.1592689381.6ce50249a857c93ad8a6f6c0b6a2af20120b6b2a
# History | ||
## v7.10.0 2020 June 21 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v7.9.0 2020 June 20 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "CSON", | ||
"name": "cson", | ||
"version": "7.9.0", | ||
"version": "7.10.0-next.1592689381.6ce50249a857c93ad8a6f6c0b6a2af20120b6b2a", | ||
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.", | ||
@@ -116,32 +116,32 @@ "homepage": "https://github.com/bevry/cson", | ||
"extract-opts": "^4.3.0", | ||
"requirefresh": "^4.5.0", | ||
"safefs": "^6.5.0" | ||
"requirefresh": "4.4.0", | ||
"safefs": "6.4.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.10.0", | ||
"assert-helpers": "^6.10.0", | ||
"@bevry/update-contributors": "1.9.0", | ||
"assert-helpers": "6.8.0", | ||
"coffeelint": "^2.1.0", | ||
"kava": "^5.5.0", | ||
"projectz": "^2.7.0", | ||
"safeps": "^10.5.0", | ||
"valid-directory": "^2.4.0" | ||
"kava": "5.4.0", | ||
"projectz": "2.5.0", | ||
"safeps": "10.4.0", | ||
"valid-directory": "2.2.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-esnext", | ||
"our:compile": "yarn run our:compile:edition-esnext", | ||
"our:compile:edition-esnext": "coffee -bco ./edition-esnext ./source", | ||
"our:deploy": "echo no need for this project", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz", | ||
"our:meta": "yarn run our:meta:contributors && yarn run our:meta:projectz", | ||
"our:meta:contributors": "update-contributors", | ||
"our:meta:projectz": "projectz compile", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push", | ||
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:release:check-dirty": "git diff --exit-code", | ||
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta", | ||
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta", | ||
"our:release:push": "git push origin master && git push origin --tags", | ||
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", | ||
"our:setup": "npm run our:setup:install", | ||
"our:setup:install": "npm install", | ||
"our:test": "npm run our:verify && npm test", | ||
"our:verify": "npm run our:verify:coffeelint && npm run our:verify:directory", | ||
"our:setup": "yarn run our:setup:install", | ||
"our:setup:install": "yarn install --ignore-engines", | ||
"our:test": "yarn run our:verify && yarn test", | ||
"our:verify": "yarn run our:verify:coffeelint && yarn run our:verify:directory", | ||
"our:verify:coffeelint": "coffeelint ./source", | ||
@@ -148,0 +148,0 @@ "our:verify:directory": "valid-directory", |
@@ -241,2 +241,5 @@ <!-- TITLE/ --> | ||
<!-- INSTALL/ --> | ||
@@ -243,0 +246,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
82144
352
1
+ Addedrequirefresh@4.4.0(transitive)
+ Addedsafefs@6.4.0(transitive)
- Removedrequirefresh@4.13.0(transitive)
- Removedsafefs@6.16.0(transitive)
Updatedrequirefresh@4.4.0
Updatedsafefs@6.4.0