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
Select Git revision
  • Sprint/2022-01
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.7.0
  • v1.8.0
  • v1.9.0
17 results

Target

Select target project
  • coscine/frontend/libraries/x-javascript-template
1 result
Select Git revision
  • Sprint/2022-01
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.7.0
  • v1.8.0
  • v1.9.0
17 results
Show changes
Commits on Source (3)
; Set URL for your scoped packages.
; For example package with name `@coscine/bar` will use this URL for download
@coscine:registry=https://git.rwth-aachen.de/api/v4/packages/npm/
; Add the OAuth token for the scoped packages URL. This will allow you to download
; `@coscine/` packages from private projects.
//git.rwth-aachen.de/api/v4/packages/npm/:_authToken=${NPM_TOKEN}
; Add OAuth token for uploading to the registry. Replace <your_project_id>
; with the project you want your package to be uploaded to.
//git.rwth-aachen.de/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN}
{
"name": "@coscine/x-jstemplate",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
......@@ -47,7 +47,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://git.rwth-aachen.de/api/v4/projects/26381/packages/npm/",
"@coscine:registry": "https://git.rwth-aachen.de/api/v4/projects/26381/packages/npm/",
"tag": "latest"
},
"dependencies": {
......