@lansweeper/integrations-limit-checker-grpc 0.1.2 → 0.1.3
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.
- package/CHANGELOG.md +11 -14
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,34 +3,31 @@
|
|
|
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.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* add missing google protobuf dependency ([eba74ae](https://github.com/Lansweeper/lansweeperapis/commit/eba74aecdb257e6119d172a80129e7ea0fd258d2))
|
|
6
|
+
## [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)
|
|
12
7
|
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
|
|
13
9
|
|
|
14
10
|
|
|
15
11
|
|
|
16
12
|
|
|
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
13
|
|
|
14
|
+
## [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)
|
|
19
15
|
|
|
20
16
|
### Bug Fixes
|
|
21
17
|
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
- add missing google protobuf dependency ([eba74ae](https://github.com/Lansweeper/lansweeperapis/commit/eba74aecdb257e6119d172a80129e7ea0fd258d2))
|
|
24
19
|
|
|
20
|
+
## [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)
|
|
25
21
|
|
|
22
|
+
### Bug Fixes
|
|
26
23
|
|
|
24
|
+
- service name in protos to avoid duplication ([1b92705](https://github.com/Lansweeper/lansweeperapis/commit/1b9270542f6077daa4b10ebe2462d7fbb1a6685e))
|
|
27
25
|
|
|
28
26
|
# 0.1.0 (2020-08-06)
|
|
29
27
|
|
|
30
|
-
|
|
31
28
|
### Features
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
- added limit checker proto ([3b51c7f](https://github.com/Lansweeper/lansweeperapis/commit/3b51c7f7bb730b136827c15e79536edb4b240f7e))
|
|
31
|
+
- fixed grpc lint ([aaa95cf](https://github.com/Lansweeper/lansweeperapis/commit/aaa95cff5858ec7c387778345225e465e7fd7bb5))
|
|
32
|
+
- fixed package proto name ([401babf](https://github.com/Lansweeper/lansweeperapis/commit/401babfe24b45bbb9a54e9cb55c35328be229575))
|
|
33
|
+
- 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.
|
|
3
|
+
"version": "0.1.3",
|
|
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": "
|
|
11
|
+
"gitHead": "a2137fa6bf5267de48ad53305d8bf7d6f0047512"
|
|
12
12
|
}
|