@dionlarson/playwright-orchestrator-mysql 1.3.0 → 1.3.2

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.
@@ -1,4 +1,4 @@
1
- import { TestItem, Adapter, TestRunConfig, ResultTestParams, SaveTestRunParams } from '@playwright-orchestrator/core';
1
+ import { TestItem, Adapter, TestRunConfig, ResultTestParams, SaveTestRunParams } from '@dionlarson/playwright-orchestrator-core';
2
2
  import { CreateArgs } from './create-args.js';
3
3
  import { TestRunReport } from '../../core/dist/types/reporter.js';
4
4
  export declare class MySQLAdapter extends Adapter {
@@ -1,4 +1,4 @@
1
- import { Adapter, RunStatus, TestStatus, } from '@playwright-orchestrator/core';
1
+ import { Adapter, RunStatus, TestStatus, } from '@dionlarson/playwright-orchestrator-core';
2
2
  import { createPool } from 'mysql2/promise';
3
3
  export class MySQLAdapter extends Adapter {
4
4
  configTable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dionlarson/playwright-orchestrator-mysql",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "keywords": [],
5
5
  "author": "Rostyslav Kudrevatykh",
6
6
  "license": "Apache-2.0",