Skip to content

Commit

Permalink
Version bump for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hschwentner committed Nov 23, 2022
1 parent e72e302 commit ffd0d1d
Showing 1 changed file with 95 additions and 95 deletions.
190 changes: 95 additions & 95 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
]
}
}

0 comments on commit ffd0d1d

Please sign in to comment.