From ffd0d1d5397b0025b8c5417b9eb280ad02298542 Mon Sep 17 00:00:00 2001 From: Henning Schwentner Date: Wed, 23 Nov 2022 15:22:22 +0100 Subject: [PATCH] Version bump for release 1.4.0 --- package.json | 190 +++++++++++++++++++++++++-------------------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/package.json b/package.json index d373a6b5..ec691cb3 100644 --- a/package.json +++ b/package.json @@ -1,95 +1,95 @@ -{ - "name": "domain-story-modeler", - "version": "1.3.3-dev", - "description": "A tool to visualize Domain Stories in the browser", - "repository": { - "type": "git", - "url": "https://github.com/wps/domain-story-modeler.git" - }, - "scripts": { - "lint": "eslint .", - "auto-test": "npm test -- --auto-watch --no-single-run", - "test": "karma start", - "bundle": "grunt build", - "dev": "grunt auto-build", - "zip": "zip-build build/ dist/ --template '%NAME%-%VERSION%.%EXT%'", - "all": "run-s lint test bundle zip" - }, - "keywords": [ - "domain storytelling", - "process modeling", - "modeling", - "domain-driven design", - "ddd" - ], - "author": { - "name": "WPS", - "url": "https://wps.de" - }, - "contributors": [ - { - "name": "Domain Story Modeler contributors", - "url": "https://github.com/wps/domain-story-modeler" - } - ], - "license": "GPL-3.0-or-later", - "devDependencies": { - "@babel/core": "7.7.2", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/polyfill": "7.12.1", - "@babel/preset-env": "7.7.1", - "babelify": "^10.0.0", - "browserify": "^16.5.1", - "chai": "^4.3.4", - "eslint": "^6.8.0", - "eslint-plugin-bpmn-io": "^0.10.0", - "grunt": "^1.4.1", - "grunt-browserify": "^6.0.0", - "grunt-cli": "^1.4.3", - "grunt-contrib-clean": "^2.0.0", - "grunt-contrib-connect": "^2.1.0", - "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-watch": "^1.1.0", - "grunt-copy-deps": "^1.4.0", - "karma": "^6.3.4", - "karma-browserify": "^8.1.0", - "karma-chai": "^0.1.0", - "karma-firefox-launcher": "^1.3.0", - "karma-mocha": "^2.0.1", - "karma-spec-reporter": "^0.0.32", - "load-grunt-tasks": "^5.1.0", - "mocha": "^6.2.3", - "mocha-test-container-support": "^0.2.0", - "npm-run-all": "^4.1.5", - "puppeteer": "^2.1.1", - "stringify": "^5.2.0", - "time-grunt": "^2.0.0", - "watchify": "^4.0.0", - "zip-build": "^1.7.0" - }, - "dependencies": { - "bpmn-js": "^8.7.0", - "diagram-js": "^7.3.0", - "diagram-js-direct-editing": "^1.6.3", - "dot": "^1.1.3", - "inherits": "2.0.4", - "jquery": "^3.6.0", - "min-dash": "^3.7.0", - "sinon": "^7.5.0", - "sortablejs": "^1.10.2", - "tiny-svg": "^2.2.2", - "vanilla-picker": "^2.11.0" - }, - "browserify": { - "transform": [ - [ - "babelify", - { - "presets": [ - "@babel/preset-env" - ] - } - ] - ] - } -} +{ + "name": "domain-story-modeler", + "version": "1.4.0", + "description": "A tool to visualize Domain Stories in the browser", + "repository": { + "type": "git", + "url": "https://github.com/wps/domain-story-modeler.git" + }, + "scripts": { + "lint": "eslint .", + "auto-test": "npm test -- --auto-watch --no-single-run", + "test": "karma start", + "bundle": "grunt build", + "dev": "grunt auto-build", + "zip": "zip-build build/ dist/ --template '%NAME%-%VERSION%.%EXT%'", + "all": "run-s lint test bundle zip" + }, + "keywords": [ + "domain storytelling", + "process modeling", + "modeling", + "domain-driven design", + "ddd" + ], + "author": { + "name": "WPS", + "url": "https://wps.de" + }, + "contributors": [ + { + "name": "Domain Story Modeler contributors", + "url": "https://github.com/wps/domain-story-modeler" + } + ], + "license": "GPL-3.0-or-later", + "devDependencies": { + "@babel/core": "7.7.2", + "@babel/plugin-transform-runtime": "^7.14.5", + "@babel/polyfill": "7.12.1", + "@babel/preset-env": "7.7.1", + "babelify": "^10.0.0", + "browserify": "^16.5.1", + "chai": "^4.3.4", + "eslint": "^6.8.0", + "eslint-plugin-bpmn-io": "^0.10.0", + "grunt": "^1.4.1", + "grunt-browserify": "^6.0.0", + "grunt-cli": "^1.4.3", + "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-connect": "^2.1.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-watch": "^1.1.0", + "grunt-copy-deps": "^1.4.0", + "karma": "^6.3.4", + "karma-browserify": "^8.1.0", + "karma-chai": "^0.1.0", + "karma-firefox-launcher": "^1.3.0", + "karma-mocha": "^2.0.1", + "karma-spec-reporter": "^0.0.32", + "load-grunt-tasks": "^5.1.0", + "mocha": "^6.2.3", + "mocha-test-container-support": "^0.2.0", + "npm-run-all": "^4.1.5", + "puppeteer": "^2.1.1", + "stringify": "^5.2.0", + "time-grunt": "^2.0.0", + "watchify": "^4.0.0", + "zip-build": "^1.7.0" + }, + "dependencies": { + "bpmn-js": "^8.7.0", + "diagram-js": "^7.3.0", + "diagram-js-direct-editing": "^1.6.3", + "dot": "^1.1.3", + "inherits": "2.0.4", + "jquery": "^3.6.0", + "min-dash": "^3.7.0", + "sinon": "^7.5.0", + "sortablejs": "^1.10.2", + "tiny-svg": "^2.2.2", + "vanilla-picker": "^2.11.0" + }, + "browserify": { + "transform": [ + [ + "babelify", + { + "presets": [ + "@babel/preset-env" + ] + } + ] + ] + } +}