@theia/playwright 1.57.0-next.7 → 1.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,4 +51,4 @@ It is [extensible](./docs/EXTENSIBILITY.md) so you can add dedicated page object
51
51
  ## Trademark
52
52
 
53
53
  "Theia" is a trademark of the Eclipse Foundation
54
- https://www.eclipse.org/theia
54
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/playwright",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "System tests for Theia",
5
5
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
6
6
  "repository": {
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "main": "lib/index",
49
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
49
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
50
50
  }