@lansweeper/installer-grpc 0.0.6 → 0.0.8
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 +5 -13
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/installer_grpc.proto +1 -0
- package/.ignorecompat +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,38 +3,30 @@
|
|
|
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.0.
|
|
6
|
+
## [0.0.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.7...@lansweeper/installer-grpc@0.0.8) (2025-06-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
9
9
|
|
|
10
|
+
## [0.0.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.6...@lansweeper/installer-grpc@0.0.7) (2024-07-18)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
11
13
|
|
|
14
|
+
## [0.0.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.5...@lansweeper/installer-grpc@0.0.6) (2024-07-15)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
13
17
|
|
|
14
18
|
## [0.0.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.4...@lansweeper/installer-grpc@0.0.5) (2022-11-29)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
22
|
## [0.0.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.3...@lansweeper/installer-grpc@0.0.4) (2022-11-28)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
26
|
## [0.0.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.2...@lansweeper/installer-grpc@0.0.3) (2022-11-28)
|
|
31
27
|
|
|
32
28
|
**Note:** Version bump only for package @lansweeper/installer-grpc
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
30
|
## 0.0.2 (2022-10-26)
|
|
39
31
|
|
|
40
32
|
**Note:** Version bump only for package @lansweeper/installer-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/installer_grpc.proto","package":"lansweeper.installer.v1","messageType":[{"name":"GenerateInstallerRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GenerateInstallerResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"NullableString","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"name":"GetInstallerUrlRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.installer.v1.NullableString","jsonName":"clientId"}]},{"name":"GetInstallerUrlResponse","field":[{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"},{"name":"success","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]}],"service":[{"name":"InstallerService","method":[{"name":"GenerateInstaller","inputType":".lansweeper.installer.v1.GenerateInstallerRequest","outputType":".lansweeper.installer.v1.GenerateInstallerResponse","options":{}},{"name":"GetInstallerUrl","inputType":".lansweeper.installer.v1.GetInstallerUrlRequest","outputType":".lansweeper.installer.v1.GetInstallerUrlResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,
|
|
1
|
+
{"file":[{"name":"proto/installer_grpc.proto","package":"lansweeper.installer.v1","messageType":[{"name":"GenerateInstallerRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GenerateInstallerResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"NullableString","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"name":"GetInstallerUrlRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.installer.v1.NullableString","jsonName":"clientId"}]},{"name":"GetInstallerUrlResponse","field":[{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"},{"name":"success","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]}],"service":[{"name":"InstallerService","method":[{"name":"GenerateInstaller","inputType":".lansweeper.installer.v1.GenerateInstallerRequest","outputType":".lansweeper.installer.v1.GenerateInstallerResponse","options":{}},{"name":"GetInstallerUrl","inputType":".lansweeper.installer.v1.GetInstallerUrlRequest","outputType":".lansweeper.installer.v1.GetInstallerUrlResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,34,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,32]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[7,0,10,1]},{"path":[4,0,1],"span":[7,8,32]},{"path":[4,0,2,0],"span":[8,4,25]},{"path":[4,0,2,0,5],"span":[8,4,10]},{"path":[4,0,2,0,1],"span":[8,11,20]},{"path":[4,0,2,0,3],"span":[8,23,24]},{"path":[4,0,2,1],"span":[9,4,29]},{"path":[4,0,2,1,5],"span":[9,4,10]},{"path":[4,0,2,1,1],"span":[9,11,24]},{"path":[4,0,2,1,3],"span":[9,27,28]},{"path":[4,1],"span":[12,0,14,1]},{"path":[4,1,1],"span":[12,8,33]},{"path":[4,1,2,0],"span":[13,4,21]},{"path":[4,1,2,0,5],"span":[13,4,8]},{"path":[4,1,2,0,1],"span":[13,9,16]},{"path":[4,1,2,0,3],"span":[13,19,20]},{"path":[4,2],"span":[16,0,20,1]},{"path":[4,2,1],"span":[16,8,22]},{"path":[4,2,8,0],"span":[17,2,19,3]},{"path":[4,2,8,0,1],"span":[17,8,12]},{"path":[4,2,2,0],"span":[18,6,22]},{"path":[4,2,2,0,5],"span":[18,6,12]},{"path":[4,2,2,0,1],"span":[18,13,17]},{"path":[4,2,2,0,3],"span":[18,20,21]},{"path":[4,3],"span":[22,0,24,1]},{"path":[4,3,1],"span":[22,8,30]},{"path":[4,3,2,0],"span":[23,2,31]},{"path":[4,3,2,0,6],"span":[23,2,16]},{"path":[4,3,2,0,1],"span":[23,17,26]},{"path":[4,3,2,0,3],"span":[23,29,30]},{"path":[4,4],"span":[26,0,29,1]},{"path":[4,4,1],"span":[26,8,31]},{"path":[4,4,2,0],"span":[27,2,17]},{"path":[4,4,2,0,5],"span":[27,2,8]},{"path":[4,4,2,0,1],"span":[27,9,12]},{"path":[4,4,2,0,3],"span":[27,15,16]},{"path":[4,4,2,1],"span":[28,2,19]},{"path":[4,4,2,1,5],"span":[28,2,6]},{"path":[4,4,2,1,1],"span":[28,7,14]},{"path":[4,4,2,1,3],"span":[28,17,18]},{"path":[6,0],"span":[31,0,34,1]},{"path":[6,0,1],"span":[31,8,24]},{"path":[6,0,2,0],"span":[32,4,90]},{"path":[6,0,2,0,1],"span":[32,8,25]},{"path":[6,0,2,0,2],"span":[32,26,50]},{"path":[6,0,2,0,3],"span":[32,61,86]},{"path":[6,0,2,1],"span":[33,4,84]},{"path":[6,0,2,1,1],"span":[33,8,23]},{"path":[6,0,2,1,2],"span":[33,24,46]},{"path":[6,0,2,1,3],"span":[33,57,80]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/installer-grpc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Installer grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@grpc/grpc-js": "^1.6.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "edd1bcaa345152ab315c0351e4f3f89914b7ac96"
|
|
19
19
|
}
|
package/.ignorecompat
DELETED
|
File without changes
|