@wdio/jasmine-framework 7.16.3 → 7.16.11

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 +2 -12
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,19 +5,9 @@ WDIO Jasmine Framework Adapter
5
5
 
6
6
  ## Installation
7
7
 
8
- The easiest way is to keep `@wdio/jasmine-framework` as a devDependency in your `package.json`.
8
+ The easiest way is to keep `@wdio/jasmine-framework` as a devDependency in your `package.json`, via:
9
9
 
10
- ```json
11
- {
12
- "devDependencies": {
13
- "@wdio/jasmine-framework": "^6.3.6"
14
- }
15
- }
16
- ```
17
-
18
- You can simple do it by:
19
-
20
- ```bash
10
+ ```sh
21
11
  npm install @wdio/jasmine-framework --save-dev
22
12
  ```
23
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/jasmine-framework",
3
- "version": "7.16.3",
3
+ "version": "7.16.11",
4
4
  "description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
5
5
  "author": "Christian Bromann <christian@saucelabs.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
@@ -25,11 +25,11 @@
25
25
  "url": "https://github.com/webdriverio/webdriverio/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@types/jasmine": "3.10.1",
28
+ "@types/jasmine": "3.10.2",
29
29
  "@types/node": "^16.11.1",
30
30
  "@wdio/logger": "7.16.0",
31
- "@wdio/types": "7.16.3",
32
- "@wdio/utils": "7.16.3",
31
+ "@wdio/types": "7.16.11",
32
+ "@wdio/utils": "7.16.11",
33
33
  "expect-webdriverio": "^3.0.0",
34
34
  "jasmine": "3.10.0"
35
35
  },
@@ -40,5 +40,5 @@
40
40
  "access": "public"
41
41
  },
42
42
  "types": "./build/index.d.ts",
43
- "gitHead": "23e2af933060e829f03d7518089c377571c654e3"
43
+ "gitHead": "7aa1d82a1590b47db444734dc86fae7bca1c777c"
44
44
  }