arrangekeys
Advanced tools
Comparing version 4.2.0 to 4.3.0-next.1589247542.fc527de9c5e3051335932e9439152de2e1162dee
# History | ||
## v4.3.0 2020 May 12 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.2.0 2020 May 11 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Arrange Keys", | ||
"name": "arrangekeys", | ||
"version": "4.2.0", | ||
"version": "4.3.0-next.1589247542.fc527de9c5e3051335932e9439152de2e1162dee", | ||
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.", | ||
@@ -111,3 +111,3 @@ "homepage": "https://github.com/bevry/arrangekeys", | ||
], | ||
"types": "source/index.ts", | ||
"types": "./compiled-types/", | ||
"type": "commonjs", | ||
@@ -119,5 +119,5 @@ "main": "edition-esnext/index.js", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"assert-helpers": "^6.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.32.0", | ||
"@typescript-eslint/parser": "^2.32.0", | ||
"assert-helpers": "^6.3.0", | ||
"eslint": "^7.0.0", | ||
@@ -139,11 +139,12 @@ "eslint-config-bevry": "^3.4.0", | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-esnext", | ||
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-esnext && npm run our:compile:types", | ||
"our:compile:edition-browsers": "tsc --module ESNext --target ES2019 --outDir ./edition-browsers --project tsconfig.json && test -d edition-browsers/source && ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) || true", | ||
"our:compile:edition-esnext": "tsc --module commonjs --target ESNext --outDir ./edition-esnext --project tsconfig.json && test -d edition-esnext/source && ( mv edition-esnext/source edition-temp && rm -Rf edition-esnext && mv edition-temp edition-esnext ) || true", | ||
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./compiled-types/ --declarationMap", | ||
"our:deploy": "echo no need for this project", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:contributors": "npx @bevry/update-contributors", | ||
"our:meta:contributors": "update-contributors", | ||
"our:meta:docs": "npm run our:meta:docs:typedoc", | ||
"our:meta:docs:typedoc": "rm -Rf ./docs && npx typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source", | ||
"our:meta:projectz": "npx projectz compile", | ||
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source", | ||
"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", | ||
@@ -158,8 +159,7 @@ "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:test": "npm run our:verify && npm test", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:module && npm run our:verify:prettier && npm run our:verify:typescript", | ||
"our:verify:directory": "npx valid-directory", | ||
"our:verify:eslint": "npx eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:module": "npx valid-module", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:typescript": "npx tsc --noEmit --project tsconfig.json", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:module && npm run our:verify:prettier", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:module": "valid-module", | ||
"our:verify:prettier": "prettier --write .", | ||
"test": "node ./edition-esnext/test.js" | ||
@@ -166,0 +166,0 @@ }, |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.2.0' | ||
import pkg from '//cdn.pika.dev/arrangekeys/^4.3.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/arrangekeys@^4.2.0' | ||
import pkg from '//unpkg.com/arrangekeys@^4.3.0' | ||
</script> | ||
@@ -129,3 +129,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/arrangekeys@4.2.0' | ||
import pkg from '//dev.jspm.io/arrangekeys@4.3.0' | ||
</script> | ||
@@ -132,0 +132,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
27101
11
136
1