Compare commits

...

4 Commits

Author SHA1 Message Date
Karl-Philipp Wulfert
4217e237fb 0.17.0 2019-04-16 14:25:33 +02:00
Karl-Philipp Wulfert
c7e2584472 build: adjust build script and add contributors 2019-04-16 14:09:29 +02:00
Karl-Philipp Wulfert
e30e04384f build: update dependencies 2019-04-16 14:08:16 +02:00
Karl-Philipp Wulfert
6fb9ccb821 docs: update changelog 2019-04-15 17:41:51 +02:00
3 changed files with 458 additions and 1018 deletions

View File

@@ -1,3 +1,7 @@
# [0.16.0](https://gitlab.com/openstapps/core/compare/v0.15.0...v0.16.0) (2019-04-15)
# [0.15.0](https://gitlab.com/openstapps/core/compare/v0.14.0...v0.15.0) (2019-04-09) # [0.15.0](https://gitlab.com/openstapps/core/compare/v0.14.0...v0.15.0) (2019-04-09)

1456
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@openstapps/core", "name": "@openstapps/core",
"version": "0.16.0", "version": "0.17.0",
"description": "StAppsCore - Generalized model of data", "description": "StAppsCore - Generalized model of data",
"keywords": [ "keywords": [
"Model", "Model",
@@ -14,7 +14,7 @@
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"scripts": { "scripts": {
"build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation", "build": "npm run tslint && npm run compile && npm run pack && npm run schema",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration", "check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc", "compile": "rimraf lib && tsc",
@@ -28,11 +28,13 @@
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>", "author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [ "contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>", "Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunic <jovan.krunic@gmail.com>", "Jovan Krunić <jovan.krunic@gmail.com>",
"Andreas Lehmann", "Andreas Lehmann",
"Sebastian Lange", "Sebastian Lange",
"Rainer Killinger", "Rainer Killinger",
"Imran Hossain" "Imran Hossain",
"Michel Jonathan Schmitz",
"Wieland Schöbl"
], ],
"dependencies": { "dependencies": {
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",
@@ -42,8 +44,8 @@
"ts-optchain": "0.1.3" "ts-optchain": "0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.11.0", "@openstapps/configuration": "0.12.0",
"@openstapps/core-tools": "0.5.1", "@openstapps/core-tools": "0.6.0",
"@openstapps/logger": "0.0.5", "@openstapps/logger": "0.0.5",
"@types/chai": "4.1.7", "@types/chai": "4.1.7",
"@types/node": "10.14.4", "@types/node": "10.14.4",
@@ -54,7 +56,7 @@
"conventional-changelog-cli": "2.0.12", "conventional-changelog-cli": "2.0.12",
"mocha": "6.1.3", "mocha": "6.1.3",
"mocha-typescript": "1.1.17", "mocha-typescript": "1.1.17",
"nyc": "13.3.0", "nyc": "14.0.0",
"rimraf": "2.6.3", "rimraf": "2.6.3",
"ts-node": "8.1.0", "ts-node": "8.1.0",
"tslint": "5.15.0", "tslint": "5.15.0",