@kelvininc/node-client-sdk 6.1.0 → 7.3.0

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 +51 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,57 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.3.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.2.0...v7.3.0) (2022-04-12)
7
+
8
+ **Note:** Version bump only for package @kelvininc/node-client-sdk
9
+
10
+
11
+
12
+
13
+
14
+ # [7.2.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.1.0...v7.2.0) (2022-04-12)
15
+
16
+ **Note:** Version bump only for package @kelvininc/node-client-sdk
17
+
18
+
19
+
20
+
21
+
22
+ # [7.1.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.0.1...v7.1.0) (2022-02-15)
23
+
24
+ **Note:** Version bump only for package @kelvininc/node-client-sdk
25
+
26
+
27
+
28
+
29
+
30
+ # [7.0.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v6.2.0...v7.0.0) (2022-02-01)
31
+
32
+
33
+ * feat(angular-sdk-client)!: migrate to angular 11 with new configurations [SA-539] ([9c5af3d](https://bitbucket.org/kelvininc/kelvinjs/commits/9c5af3da34f3ef0362309dee98ffb7b6a2fe3731))
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+ * drop support to angular 10 & rxjs 6.5.x
39
+
40
+ - add support to angular 11
41
+ - add support to rxjs 6.6.7
42
+ - Update angular sample to 11
43
+ - Remove loglevel from js-client-sdk
44
+
45
+
46
+
47
+
48
+
49
+ # [6.2.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v6.1.0...v6.2.0) (2022-01-28)
50
+
51
+ **Note:** Version bump only for package @kelvininc/node-client-sdk
52
+
53
+
54
+
55
+
56
+
6
57
  # [6.1.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v6.0.0...v6.1.0) (2022-01-26)
7
58
 
8
59
  **Note:** Version bump only for package @kelvininc/node-client-sdk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kelvininc/node-client-sdk",
3
- "version": "6.1.0",
3
+ "version": "7.3.0",
4
4
  "description": "Kelvin SDK Client for Node applications",
5
5
  "homepage": "https://docs.kelvininc.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -32,18 +32,18 @@
32
32
  "test": "echo \"Error: run tests from root\" && exit 1"
33
33
  },
34
34
  "dependencies": {
35
- "@kelvininc/js-client-sdk": "^6.1.0"
35
+ "@kelvininc/js-client-sdk": "^7.3.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node-fetch": "^2.5.7",
39
- "rxjs": "~6.5.4",
39
+ "rxjs": "~6.6.7",
40
40
  "tslint": "^6.1.2",
41
41
  "tslint-defocus": "^2.0.6",
42
42
  "typescript": "^3.9.7"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "node-fetch": "^2.6.0",
46
- "rxjs": "~6.5.4"
46
+ "rxjs": "~6.6.7"
47
47
  },
48
- "gitHead": "7d84851effdce7938dbce6197a6bfc9f091046cb"
48
+ "gitHead": "2169bbf41c2dc80fa966649818fc792f77f5a19c"
49
49
  }