Skip to content

Commit b638d9a

Browse files
committed
- npm: Update devDeps.
- npm: Bump to 6.0.1
1 parent 298d264 commit b638d9a

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGES for jsonpath-plus
22

3+
## 6.0.1 (2021-07-07)
4+
5+
- Fix: Some `package.json` paths needed updating (@matushorvath)
6+
- npm: Update devDeps.
7+
38
## 6.0.0 (2021-07-05)
49

510
### User-impacting

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"type": "module",
66
"main": "dist/index-node-cjs.cjs",
77
"exports": {
@@ -67,7 +67,7 @@
6767
"core-js-bundle": "^3.15.2",
6868
"coveradge": "^0.7.0",
6969
"eslint": "^7.30.0",
70-
"eslint-config-ash-nazg": "^30.0.1",
70+
"eslint-config-ash-nazg": "^30.1.0",
7171
"eslint-config-standard": "^16.0.3",
7272
"eslint-plugin-array-func": "^3.1.7",
7373
"eslint-plugin-chai-expect": "^2.2.0",
@@ -82,7 +82,7 @@
8282
"eslint-plugin-no-use-extend-native": "^0.5.0",
8383
"eslint-plugin-node": "^11.1.0",
8484
"eslint-plugin-promise": "^5.1.0",
85-
"eslint-plugin-sonarjs": "^0.8.0-125",
85+
"eslint-plugin-sonarjs": "^0.9.1",
8686
"eslint-plugin-standard": "^4.1.0",
8787
"eslint-plugin-unicorn": "^34.0.1",
8888
"http-server": "^0.12.3",
@@ -144,7 +144,7 @@
144144
"mocha": "mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test",
145145
"c8": "rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge",
146146
"rollup": "rollup -c",
147-
"eslint": "eslint --ext js,md,html .",
147+
"eslint": "eslint --ext js,cjs,md,html .",
148148
"lint": "npm run eslint",
149149
"test": "npm run eslint && npm run rollup && npm run c8 && npm run typescript",
150150
"browser-test": "npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)