@opra/testing 1.0.0-alpha.29 → 1.0.0-alpha.30

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 { HttpClientBase, kBackend } from '@opra/client';
1
+ import { HttpClientBase } from '@opra/client';
2
2
  import { TestBackend } from './test-backend.js';
3
3
  export const kContext = Symbol.for('kContext');
4
4
  export class OpraTestClient extends HttpClientBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/testing",
3
- "version": "1.0.0-alpha.29",
3
+ "version": "1.0.0-alpha.30",
4
4
  "description": "Opra testing package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -29,11 +29,12 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@browsery/type-is": "^1.6.18-r3",
32
- "@opra/client": "^1.0.0-alpha.29",
33
- "@opra/common": "^1.0.0-alpha.29",
32
+ "@opra/client": "^1.0.0-alpha.30",
33
+ "@opra/common": "^1.0.0-alpha.30",
34
34
  "ansi-colors": "^4.1.3",
35
35
  "jest-matcher-utils": "^29.7.0",
36
- "rule-judgment": "^1.1.5"
36
+ "rule-judgment": "^1.1.5",
37
+ "tslib": "^2.6.3"
37
38
  },
38
39
  "type": "module",
39
40
  "module": "./esm/index.js",