Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test publish: latest (v0.2.0) npm packages #1058

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.0.0
tag: v0.2.0

commitInclude:
parentOfMergeCommit: true
Expand Down
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@theia/terminal": "1.45.1",
"@theia/vsx-registry": "1.45.1",
"@theia/workspace": "1.45.1",
"theia-traceviewer": "0.1.0"
"theia-traceviewer": "0.2.0"
},
"devDependencies": {
"@theia/cli": "1.45.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@theia/terminal": "1.45.1",
"@theia/vsx-registry": "1.45.1",
"@theia/workspace": "1.45.1",
"theia-traceviewer": "0.1.0"
"theia-traceviewer": "0.2.0"
},
"devDependencies": {
"@theia/cli": "1.45.1",
Expand Down
18 changes: 9 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"lerna": "7.3.0",
"version": "0.1.0",
"npmClient": "yarn",
"command": {
"run": {
"stream": true
},
"verifyAccess": false
}
"lerna": "7.3.0",
"version": "0.2.0",
"npmClient": "yarn",
"command": {
"run": {
"stream": true
},
"verifyAccess": false
}
}
280 changes: 140 additions & 140 deletions package.json

Large diffs are not rendered by default.

79 changes: 39 additions & 40 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
{
"name": "traceviewer-base",
"version": "0.1.0",
"description": "Trace Viewer base package, contains trace management utilities",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src"
],
"dependencies": {
"tsp-typescript-client": "next"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"rimraf": "latest",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo 'test'",
"watch": "tsc -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"gitHead": "4f93878b0ef9d58254a1f41daf99d03b4608df13"
"name": "traceviewer-base",
"version": "0.2.0",
"description": "Trace Viewer base package, contains trace management utilities",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src"
],
"dependencies": {
"tsp-typescript-client": "next"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"rimraf": "latest",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo 'test'",
"watch": "tsc -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
}
}
148 changes: 74 additions & 74 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,76 @@
{
"name": "traceviewer-react-components",
"version": "0.1.0",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src",
"style"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17 <1.3.0",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mui/material": "^5.10.14",
"@vscode/codicons": "^0.0.29",
"ag-grid-community": "^28.2.0",
"ag-grid-react": "^28.2.0",
"chart.js": "^2.8.0",
"d3": "^7.1.1",
"lodash": "^4.17.15",
"react-chartjs-2": "^2.7.6",
"react-contexify": "^5.0.0",
"react-grid-layout": "1.2.0",
"react-modal": "^3.8.1",
"react-tooltip": "4.2.14",
"react-virtualized": "^9.21.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"timeline-chart": "next",
"traceviewer-base": "0.1.0",
"tsp-typescript-client": "next"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/chart.js": "^2.7.52",
"@types/d3": "^7.1.0",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.142",
"@types/react-grid-layout": "^1.1.1",
"@types/react-modal": "^3.8.2",
"@types/react-test-renderer": "^16.9.2",
"@types/react-virtualized": "^9.21.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.3",
"react-test-renderer": "^18.2.0",
"rimraf": "latest",
"ts-jest": "^28.0.8",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest --config jest.config.json",
"watch": "tsc -b -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
}
"name": "traceviewer-react-components",
"version": "0.2.0",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src",
"style"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17 <1.3.0",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mui/material": "^5.10.14",
"@vscode/codicons": "^0.0.29",
"ag-grid-community": "^28.2.0",
"ag-grid-react": "^28.2.0",
"chart.js": "^2.8.0",
"d3": "^7.1.1",
"lodash": "^4.17.15",
"react-chartjs-2": "^2.7.6",
"react-contexify": "^5.0.0",
"react-grid-layout": "1.2.0",
"react-modal": "^3.8.1",
"react-tooltip": "4.2.14",
"react-virtualized": "^9.21.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"timeline-chart": "next",
"traceviewer-base": "0.2.0",
"tsp-typescript-client": "next"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/chart.js": "^2.7.52",
"@types/d3": "^7.1.0",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.142",
"@types/react-grid-layout": "^1.1.1",
"@types/react-modal": "^3.8.2",
"@types/react-test-renderer": "^16.9.2",
"@types/react-virtualized": "^9.21.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.3",
"react-test-renderer": "^18.2.0",
"rimraf": "latest",
"ts-jest": "^28.0.8",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest --config jest.config.json",
"watch": "tsc -b -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
}
}
116 changes: 58 additions & 58 deletions theia-extensions/viewer-prototype/package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "theia-traceviewer",
"version": "0.1.0",
"description": "A Trace Viewer for Theia applications, in the form of a Theia extension",
"keywords": [
"theia-extension"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src",
"style"
],
"dependencies": {
"@theia/core": "1.45.1",
"@theia/editor": "1.45.1",
"@theia/filesystem": "1.45.1",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest",
"animate.css": "^4.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"rimraf": "latest",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo 'test'",
"watch": "tsc -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"theiaExtensions": [
{
"frontend": "lib/browser/trace-viewer/trace-viewer-frontend-module",
"backend": "lib/node/viewer-prototype-backend-module"
"name": "theia-traceviewer",
"version": "0.2.0",
"description": "A Trace Viewer for Theia applications, in the form of a Theia extension",
"keywords": [
"theia-extension"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
},
{
"backend": "lib/node/trace-server/trace-server-module",
"backendElectron": "lib/electron-node/trace-server/electron-trace-server-module"
}
]
"bugs": {
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues"
},
"homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension",
"files": [
"lib",
"src",
"style"
],
"dependencies": {
"@theia/core": "1.45.1",
"@theia/editor": "1.45.1",
"@theia/filesystem": "1.45.1",
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.0",
"traceviewer-react-components": "0.2.0",
"tree-kill": "latest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"rimraf": "latest",
"typescript": "latest"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo 'test'",
"watch": "tsc -w",
"format:write": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"theiaExtensions": [
{
"frontend": "lib/browser/trace-viewer/trace-viewer-frontend-module",
"backend": "lib/node/viewer-prototype-backend-module"
},
{
"backend": "lib/node/trace-server/trace-server-module",
"backendElectron": "lib/electron-node/trace-server/electron-trace-server-module"
}
]
}
Loading