Skip to content

Commit b6c2eb9

Browse files
committed
add repository link to all packages
1 parent 9bcfda3 commit b6c2eb9

File tree

12 files changed

+72
-11
lines changed

12 files changed

+72
-11
lines changed

.changeset/ready-eggs-change.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@knime/ui-extension-renderer": patch
3+
"@knime/ui-extension-service": patch
4+
"@knime/rich-text-editor": patch
5+
"@knime/hub-features": patch
6+
"@knime/virtual-tree": patch
7+
"@knime/components": patch
8+
"@knime/jsonforms": patch
9+
"@knime/licenses": patch
10+
"@knime/styles": patch
11+
"@knime/utils": patch
12+
"@knime/eslint-config": patch
13+
---
14+
15+
add repository link to package.json

packages/components/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/components",
33
"version": "1.41.5",
44
"description": "Vue components & composables, that can be used for the frontend of all KNIME web projects.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/components"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/hub-features/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/hub-features",
33
"version": "1.15.1",
44
"description": "Vue components & composables for shared hub features",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/hub-features"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/jsonforms/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/jsonforms",
33
"version": "1.15.39",
44
"description": "Internal JSON Forms integration for frontend KNIME projects",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/jsonforms"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/licenses/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/licenses",
33
"version": "1.3.2",
44
"description": "License checker and open source attribution collector",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/licenses"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/lint/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "@knime/eslint-config",
33
"version": "9.3.1",
44
"description": "ESLint/Stylelint configs designed for typical KNIME frontend projects using JavaScript/TypeScript as well as Vue, Nuxt and Vitest.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/lint"
9+
},
10+
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
11+
"author": "KNIME AG, Zurich, Switzerland",
512
"type": "module",
613
"scripts": {
714
"lint": "eslint --cache .",
@@ -11,13 +18,6 @@
1118
"knime-eslint-config-prepare-commit-msg": "./scripts/prepare-commit-msg"
1219
},
1320
"main": "index.js",
14-
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
15-
"author": "KNIME AG, Zurich, Switzerland",
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/knime/webapps-common",
19-
"directory": "packages/lint"
20-
},
2121
"dependencies": {
2222
"@eslint/js": "^9.27.0",
2323
"@nuxt/eslint-config": "^1.2.0",

packages/rich-text-editor/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/rich-text-editor",
33
"version": "1.7.34",
44
"description": "Vue components of a rich text editor that can be used for the frontend of all KNIME web projects.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/rich-text-editor"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/styles/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/styles",
33
"version": "1.14.2",
44
"description": "Internal style definitions and icons shared across @knime packages",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/styles"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/ui-extension-renderer/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@knime/ui-extension-renderer",
33
"version": "2.3.34",
44
"description": "Internal shared components and utilities to render UI-Extensions. Used in other consuming `@knime` packages.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/ui-extension-renderer"
9+
},
510
"homepage": "https://knime.github.io/webapps-common/",
611
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE LICENSE IN license.txt)",
712
"author": "KNIME AG, Zurich, Switzerland",

packages/ui-extension-service/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "@knime/ui-extension-service",
33
"version": "2.5.2",
44
"description": "KNIME UI Extension Service for KNIME Analytics Platform",
5-
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE LICENSE IN license.txt)",
6-
"author": "KNIME AG, Zurich, Switzerland",
7-
"type": "module",
85
"repository": {
96
"type": "git",
10-
"url": "https://github.com/knime/webapps-common"
7+
"url": "https://github.com/knime/webapps-common.git",
8+
"directory": "packages/ui-extension-service"
119
},
10+
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE LICENSE IN license.txt)",
11+
"author": "KNIME AG, Zurich, Switzerland",
12+
"type": "module",
1213
"scripts": {
1314
"build": "npm-run-all cleanDist --parallel build:* -l",
1415
"build:es": "vite build --mode es",

0 commit comments

Comments
 (0)