Skip to content

Commit

Permalink
dist: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Dec 10, 2020
1 parent 9735ace commit bf50309
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 56 additions & 56 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "stjorna",
"version": "2.7.1",
"description": "STJÓRNA product management",
"main": "server.js",
"scripts": {
"start": "nodemon --ignore data/ server.js",
"apidoc:private": "apidoc --private true -i ./api -o ./apidoc-private/",
"apidoc:public": "apidoc -i ./api -o ./apidoc/",
"test": "rimraf test/testdata & rimraf reports & npm run test:coverage",
"test:coverage": "nyc --reporter html --reporter lcovonly --report-dir reports/coverage --temp-dir reports/coverage/.nyc_output --reporter text npm run test:api",
"test:api": "mocha test/**/*.spec.js --reporter mocha-multi-reporters --reporter-options configFile=test/_config.json --timeout 5000 --full-trace --exit",
"test:sendcoverage": "cat reports/coverage/lcov.info | codacy-coverage",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/secanis/stjorna.git"
},
"dependencies": {
"archiver": "^5.1.0",
"body-parser": "^1.19.0",
"cron": "^1.8.2",
"excel4node": "^1.7.2",
"express": "^4.17.1",
"express-winston": "^4.0.5",
"extract-zip": "^2.0.1",
"formidable": "^1.2.2",
"fs-temp": "^1.2.1",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"lowdb": "^1.0.0",
"matomo-tracker": "^2.2.4",
"moment": "^2.29.1",
"sharp": "^0.26.3",
"snyk": "^1.436.0",
"uniqid": "^5.2.0",
"util": "^0.12.3",
"winston": "^3.3.3"
},
"devDependencies": {
"apidoc": "^0.25.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"codacy-coverage": "^3.4.0",
"mocha": "^8.2.1",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",
"nodemon": "2.0.6",
"nyc": "^15.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2"
},
"snyk": true
"name": "stjorna",
"version": "2.7.2",
"description": "STJÓRNA product management",
"main": "server.js",
"scripts": {
"start": "nodemon --ignore data/ server.js",
"apidoc:private": "apidoc --private true -i ./api -o ./apidoc-private/",
"apidoc:public": "apidoc -i ./api -o ./apidoc/",
"test": "rimraf test/testdata & rimraf reports & npm run test:coverage",
"test:coverage": "nyc --reporter html --reporter lcovonly --report-dir reports/coverage --temp-dir reports/coverage/.nyc_output --reporter text npm run test:api",
"test:api": "mocha test/**/*.spec.js --reporter mocha-multi-reporters --reporter-options configFile=test/_config.json --timeout 5000 --full-trace --exit",
"test:sendcoverage": "cat reports/coverage/lcov.info | codacy-coverage",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/secanis/stjorna.git"
},
"dependencies": {
"archiver": "^5.1.0",
"body-parser": "^1.19.0",
"cron": "^1.8.2",
"excel4node": "^1.7.2",
"express": "^4.17.1",
"express-winston": "^4.0.5",
"extract-zip": "^2.0.1",
"formidable": "^1.2.2",
"fs-temp": "^1.2.1",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"lowdb": "^1.0.0",
"matomo-tracker": "^2.2.4",
"moment": "^2.29.1",
"sharp": "^0.26.3",
"snyk": "^1.436.0",
"uniqid": "^5.2.0",
"util": "^0.12.3",
"winston": "^3.3.3"
},
"devDependencies": {
"apidoc": "^0.25.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"codacy-coverage": "^3.4.0",
"mocha": "^8.2.1",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",
"nodemon": "2.0.6",
"nyc": "^15.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2"
},
"snyk": true
}

0 comments on commit bf50309

Please sign in to comment.