@applitools/nml-client 1.3.56 → 1.3.58

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/CHANGELOG.md +20 -0
  2. package/package.json +7 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.58](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.57...js/nml-client@1.3.58) (2023-06-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped from 2.0.3 to 2.0.4
9
+ #### Bug Fixes
10
+
11
+ * fixed issue when extended logger didn't preserve base's handler ([7c5e029](https://github.com/applitools/eyes.sdk.javascript1/commit/7c5e0299522f792aad72b7b3827df31a1ab2d68f))
12
+
13
+ ## [1.3.57](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.56...js/nml-client@1.3.57) (2023-06-15)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * update some dependencies
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @applitools/req bumped from 1.3.1 to 1.3.2
22
+
3
23
  ## [1.3.56](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client-v1.3.55...js/nml-client@1.3.56) (2023-06-13)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.3.56",
3
+ "version": "1.3.58",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,12 +36,12 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.0.3",
40
- "@applitools/req": "1.3.1",
39
+ "@applitools/logger": "2.0.4",
40
+ "@applitools/req": "1.3.2",
41
41
  "@applitools/utils": "1.4.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriverio": "^1.5.3",
44
+ "@applitools/spec-driver-webdriverio": "^1.5.4",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",
@@ -51,5 +51,8 @@
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=12.13.0"
54
+ },
55
+ "publishConfig": {
56
+ "access": "public"
54
57
  }
55
58
  }