@mattermost/playwright-lib 10.6.0-0 → 10.6.0-1

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.
package/README.md CHANGED
@@ -207,8 +207,8 @@ test('verify notification on mention', async ({pw}) => {
207
207
 
208
208
  ## Contributing
209
209
 
210
- See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for development setup and guidelines.
210
+ See [CONTRIBUTING.md](https://github.com/mattermost/mattermost/blob/master/CONTRIBUTING.md) for development setup and guidelines.
211
211
 
212
212
  ## License
213
213
 
214
- See [LICENSE.txt](../../../LICENSE.txt) for license information.
214
+ See [LICENSE.txt](https://github.com/mattermost/mattermost/blob/master/LICENSE.txt) for license information.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export { Client4 } from '@mattermost/client';
2
1
  export { test, expect, PlaywrightExtended } from './test_fixture';
3
2
  export { testConfig } from './test_config';
4
3
  export { baseGlobalSetup } from './global_setup';
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var client = require('@mattermost/client');
4
3
  var test_fixture = require('./test_fixture.js');
5
4
  var test_config = require('./test_config.js');
6
5
  var global_setup = require('./global_setup.js');
@@ -19,10 +18,6 @@ var test = require('@playwright/test');
19
18
 
20
19
 
21
20
 
22
- Object.defineProperty(exports, "Client4", {
23
- enumerable: true,
24
- get: function () { return client.Client4; }
25
- });
26
21
  exports.PlaywrightExtended = test_fixture.PlaywrightExtended;
27
22
  exports.test = test_fixture.test;
28
23
  exports.testConfig = test_config.testConfig;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattermost/playwright-lib",
3
- "version": "10.6.0-0",
3
+ "version": "10.6.0-1",
4
4
  "description": "A comprehensive end-to-end testing library for Mattermost web, desktop and plugin applications using Playwright",
5
5
  "repository": {
6
6
  "type": "git",