@lansweeper/installer-grpc 0.0.7 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -3,46 +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.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/installer-grpc@0.0.6...@lansweeper/installer-grpc@0.0.7) (2024-07-18)
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
 
11
-
12
-
12
+ **Note:** Version bump only for package @lansweeper/installer-grpc
13
13
 
14
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)
15
15
 
16
16
  **Note:** Version bump only for package @lansweeper/installer-grpc
17
17
 
18
-
19
-
20
-
21
-
22
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)
23
19
 
24
20
  **Note:** Version bump only for package @lansweeper/installer-grpc
25
21
 
26
-
27
-
28
-
29
-
30
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)
31
23
 
32
24
  **Note:** Version bump only for package @lansweeper/installer-grpc
33
25
 
34
-
35
-
36
-
37
-
38
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)
39
27
 
40
28
  **Note:** Version bump only for package @lansweeper/installer-grpc
41
29
 
42
-
43
-
44
-
45
-
46
30
  ## 0.0.2 (2022-10-26)
47
31
 
48
32
  **Note:** Version bump only for package @lansweeper/installer-grpc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/installer-grpc",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "description": "Installer grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -15,5 +15,9 @@
15
15
  "peerDependencies": {
16
16
  "@grpc/grpc-js": "^1.6.2"
17
17
  },
18
- "gitHead": "e46abd55657b0e02e5626e21e914d7bd6cbce41f"
19
- }
18
+ "gitHead": "edd1bcaa345152ab315c0351e4f3f89914b7ac96",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/Lansweeper/lansweeperapis.git"
22
+ }
23
+ }
package/.ignorecompat DELETED
File without changes