Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • coscine/frontend/libraries/vuex-store
1 result
Show changes
Commits on Source (3)
MIT License
Copyright (c) 2020 RWTH Aachen University
Copyright (c) 2021 RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
This diff is collapsed.
{
"name": "@coscine/vuex-store",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
......@@ -27,6 +27,7 @@
"vuex-persist": "3.1.3"
},
"devDependencies": {
"@hutson/semantic-delivery-gitlab": "^9.1.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.5",
......@@ -44,14 +45,13 @@
"rollup": "^2.29.0",
"rollup-plugin-typescript2": "^0.27.3",
"rollup-plugin-vue": "^5.1.9",
"semantic-release": "^17.1.2",
"@hutson/semantic-delivery-gitlab": "^9.1.0",
"semantic-release": "^17.3.1",
"typescript": "^4.0.3",
"vue-template-compiler": "^2.6.12"
},
"repository": {
"type": "git",
"url": "https://git.rwth-aachen.de/coscine/vue/vuex-store.git"
"url": "https://git.rwth-aachen.de/coscine/frontend/libraries/vuex-store.git"
},
"license": "MIT"
}