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

Bump cookie and express in /packages/web #603

Merged
Merged
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The place where you can create and play with WoT Thing Descriptions. Try it onli
[![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=td-playground)](https://discord.gg/9yaFmkJ9GT)
[<img alt="npm" src="https://img.shields.io/npm/dw/@thing-description-playground/core">](https://npm-stat.com/charts.html?package=%2540thing-description-playground%252Fcore)
[![Netlify Status](https://api.netlify.com/api/v1/badges/51a65a70-cb51-49e1-bbb6-82e83983c6cf/deploy-status)](https://app.netlify.com/sites/thingweb-playground/deploys)
[![Static Badge](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/playground#adopters)

## Installation

Expand Down Expand Up @@ -92,3 +93,9 @@ All packages are licensed under the Eclipse Public License v. 2.0. You find a co
## Adapting Licenses

One can use the VS Code plugin at <https://marketplace.visualstudio.com/items?itemName=angelo-breuer.license-header-manager> to updating the copyright fields on top of each file.

## Adopters

If you are using Eclipse Thingweb Playground within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb).
To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing the name of your organization, its logo, and a link to your organization or team.
You should be affiliated with that organization for the issue to be implemented.
12 changes: 6 additions & 6 deletions packages/assertions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 47 additions & 8 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"url": "https://github.com/eclipse-thingweb/playground.git",
"directory": "packages/cli"
},
"main": "index.js",
Expand Down
68 changes: 55 additions & 13 deletions packages/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@thingweb/td-utils": "^1.0.0",
"d3": "^3.5.17",
"d3-tip": "^0.6.7",
"express": "^4.21.0",
"express": "^4.21.1",
"monaco-editor": "^0.40.0",
"papaparse": "^5.4.1",
"string-direction": "^0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/web/tests/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test.describe("Check all links", () => {
await page.locator(".logo").click()
const thingwebPage = await thingwebPromise
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb")
await expect(thingwebPage).toHaveURL("https://www.thingweb.io")
await expect(thingwebPage).toHaveURL("https://thingweb.io/")
})

test("Check CLI link", async ({ page }) => {
Expand All @@ -124,7 +124,7 @@ test.describe("Check all links", () => {
await page.locator("#thingweb-link").click()
const thingwebPage = await thingwebPromise
await expect(thingwebPage).toHaveTitle("Eclipse Thingweb")
await expect(thingwebPage).toHaveURL("https://www.thingweb.io")
await expect(thingwebPage).toHaveURL("https://thingweb.io/")
})

test("Check Eclipse footer link", async ({ page }) => {
Expand Down Expand Up @@ -2024,4 +2024,4 @@ test.describe("Visualization view functionality", () => {
const expectedFilename = 'Tree-visualization.png'
expect(download.suggestedFilename()).toBe(expectedFilename)
})
})
})
Loading