@lansweeper/integrations-limit-checker-grpc 0.1.2 → 0.1.4

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 +16 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,34 +3,39 @@
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
- ## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.1...@lansweeper/integrations-limit-checker-grpc@0.1.2) (2020-08-06)
6
+ ## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.3...@lansweeper/integrations-limit-checker-grpc@0.1.4) (2020-08-25)
7
7
 
8
+ **Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * add missing google protobuf dependency ([eba74ae](https://github.com/Lansweeper/lansweeperapis/commit/eba74aecdb257e6119d172a80129e7ea0fd258d2))
12
11
 
13
12
 
14
13
 
14
+ ## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.2...@lansweeper/integrations-limit-checker-grpc@0.1.3) (2020-08-07)
15
15
 
16
+ **Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
16
17
 
17
- ## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.0...@lansweeper/integrations-limit-checker-grpc@0.1.1) (2020-08-06)
18
18
 
19
19
 
20
- ### Bug Fixes
21
20
 
22
- * service name in protos to avoid duplication ([1b92705](https://github.com/Lansweeper/lansweeperapis/commit/1b9270542f6077daa4b10ebe2462d7fbb1a6685e))
23
21
 
22
+ ## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.1...@lansweeper/integrations-limit-checker-grpc@0.1.2) (2020-08-06)
24
23
 
24
+ ### Bug Fixes
25
25
 
26
+ - add missing google protobuf dependency ([eba74ae](https://github.com/Lansweeper/lansweeperapis/commit/eba74aecdb257e6119d172a80129e7ea0fd258d2))
26
27
 
28
+ ## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.1.0...@lansweeper/integrations-limit-checker-grpc@0.1.1) (2020-08-06)
27
29
 
28
- # 0.1.0 (2020-08-06)
30
+ ### Bug Fixes
29
31
 
32
+ - service name in protos to avoid duplication ([1b92705](https://github.com/Lansweeper/lansweeperapis/commit/1b9270542f6077daa4b10ebe2462d7fbb1a6685e))
33
+
34
+ # 0.1.0 (2020-08-06)
30
35
 
31
36
  ### Features
32
37
 
33
- * added limit checker proto ([3b51c7f](https://github.com/Lansweeper/lansweeperapis/commit/3b51c7f7bb730b136827c15e79536edb4b240f7e))
34
- * fixed grpc lint ([aaa95cf](https://github.com/Lansweeper/lansweeperapis/commit/aaa95cff5858ec7c387778345225e465e7fd7bb5))
35
- * fixed package proto name ([401babf](https://github.com/Lansweeper/lansweeperapis/commit/401babfe24b45bbb9a54e9cb55c35328be229575))
36
- * fixed protos names conventions ([79edbf2](https://github.com/Lansweeper/lansweeperapis/commit/79edbf2d072b58160e1c598f4be1bd9499b8d865))
38
+ - added limit checker proto ([3b51c7f](https://github.com/Lansweeper/lansweeperapis/commit/3b51c7f7bb730b136827c15e79536edb4b240f7e))
39
+ - fixed grpc lint ([aaa95cf](https://github.com/Lansweeper/lansweeperapis/commit/aaa95cff5858ec7c387778345225e465e7fd7bb5))
40
+ - fixed package proto name ([401babf](https://github.com/Lansweeper/lansweeperapis/commit/401babfe24b45bbb9a54e9cb55c35328be229575))
41
+ - fixed protos names conventions ([79edbf2](https://github.com/Lansweeper/lansweeperapis/commit/79edbf2d072b58160e1c598f4be1bd9499b8d865))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/integrations-limit-checker-grpc",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "main": "gen-proto/index.js",
5
5
  "types": "gen-proto/index.d.ts",
6
6
  "license": "MIT",
@@ -8,5 +8,5 @@
8
8
  "google-protobuf": "^3.12.4",
9
9
  "grpc": "^1.24.3"
10
10
  },
11
- "gitHead": "f843d476437966078ebbfde83f95fb28cc9dfa04"
11
+ "gitHead": "cc2416a65df5b19c9474cd87d33fb1e9cdb5e475"
12
12
  }