@rsdk/grpc.common 4.0.0-next.8 → 4.0.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 +60 -5
- package/dist/grpc-address.parser.js.map +1 -1
- package/package.json +4 -4
- package/tsconfig.json +12 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
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
|
+
## [4.0.0](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.19...v4.0.0) (2023-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
9
|
+
|
|
10
|
+
## [4.0.0-next.19](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.18...v4.0.0-next.19) (2023-12-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
13
|
+
|
|
14
|
+
## [4.0.0-next.18](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.17...v4.0.0-next.18) (2023-12-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
17
|
+
|
|
18
|
+
## [4.0.0-next.17](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.16...v4.0.0-next.17) (2023-12-01)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
21
|
+
|
|
22
|
+
## [4.0.0-next.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
25
|
+
|
|
26
|
+
## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
31
|
+
|
|
32
|
+
## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
35
|
+
|
|
36
|
+
## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
39
|
+
|
|
40
|
+
## [4.0.0-next.12](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.11...v4.0.0-next.12) (2023-11-29)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
43
|
+
|
|
44
|
+
## [4.0.0-next.11](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.10...v4.0.0-next.11) (2023-11-29)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
47
|
+
|
|
48
|
+
## [4.0.0-next.10](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.9...v4.0.0-next.10) (2023-11-29)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
51
|
+
|
|
52
|
+
## [4.0.0-next.9](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.8...v4.0.0-next.9) (2023-11-29)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
55
|
+
|
|
6
56
|
## [4.0.0-next.8](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.7...v4.0.0-next.8) (2023-11-29)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @rsdk/grpc.common
|
|
@@ -195,7 +245,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
195
245
|
|
|
196
246
|
### Bug Fixes
|
|
197
247
|
|
|
198
|
-
* **deps:** correctly
|
|
248
|
+
* **deps:** correctly
|
|
249
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
199
250
|
|
|
200
251
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
201
252
|
|
|
@@ -249,7 +300,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
249
300
|
|
|
250
301
|
### Bug Fixes
|
|
251
302
|
|
|
252
|
-
* use unknown instead of
|
|
303
|
+
* use unknown instead of
|
|
304
|
+
RawConfigValue ([d2d6ce0](https://github.com/R-Vision/rsdk/commit/d2d6ce0b9588805f2f30113d2991d4bf5e088e06))
|
|
253
305
|
|
|
254
306
|
# [2.6.0-next.5](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.4...v2.6.0-next.5) (2023-07-22)
|
|
255
307
|
|
|
@@ -323,7 +375,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
323
375
|
|
|
324
376
|
### Bug Fixes
|
|
325
377
|
|
|
326
|
-
* remove private dependencies from `peerDependencies`
|
|
378
|
+
* remove private dependencies from `peerDependencies`
|
|
379
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
327
380
|
|
|
328
381
|
## 1.0.11 (2023-05-23)
|
|
329
382
|
|
|
@@ -333,7 +386,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
333
386
|
|
|
334
387
|
### Bug Fixes
|
|
335
388
|
|
|
336
|
-
* add "access: public" to new
|
|
389
|
+
* add "access: public" to new
|
|
390
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
337
391
|
|
|
338
392
|
## 1.0.9 (2023-05-21)
|
|
339
393
|
|
|
@@ -363,7 +417,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
363
417
|
|
|
364
418
|
### Bug Fixes
|
|
365
419
|
|
|
366
|
-
* builtin make not private in
|
|
420
|
+
* builtin make not private in
|
|
421
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
367
422
|
|
|
368
423
|
## 1.0.2 (2023-05-10)
|
|
369
424
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grpc-address.parser.js","sourceRoot":"","sources":["../src/grpc-address.parser.ts"],"names":[],"mappings":";;;AAAA,yCAA4C;AAG5C,MAAM,OAAO,GAAG,uBAAuB,CAAC;AAExC,MAAa,iBAAiB;IAC5B,IAAI;QACF,OAAO,cAAc,CAAC;IACxB,CAAC;IAED,WAAW;QACT,OAAO,yCAAyC,CAAC;IACnD,CAAC;IAED,KAAK,CAAC,KAAc;QAClB,eAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"grpc-address.parser.js","sourceRoot":"","sources":["../src/grpc-address.parser.ts"],"names":[],"mappings":";;;AAAA,yCAA4C;AAG5C,MAAM,OAAO,GAAG,uBAAuB,CAAC;AAExC,MAAa,iBAAiB;IAC5B,IAAI;QACF,OAAO,cAAc,CAAC;IACxB,CAAC;IAED,WAAW;QACT,OAAO,yCAAyC,CAAC;IACnD,CAAC;IAED,KAAK,CAAC,KAAc;QAClB,eAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YACzB,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAEtC,MAAM,IAAI,KAAK,CAAC,IAAA,aAAI,EAAA;iBACT,KAAK;UACZ,IAAI,mCAAmC,IAAI;OAC9C,CAAC,CAAC;QACL,CAAC;QAED,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AAvBD,8CAuBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/grpc.common",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Common grpc stuff",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"prepublishOnly": "npm run build"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@rsdk/common": "^4.0.0
|
|
18
|
-
"@rsdk/core": "^4.0.0
|
|
17
|
+
"@rsdk/common": "^4.0.0",
|
|
18
|
+
"@rsdk/core": "^4.0.0"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "e38e5b762d2c4aab277f0f65a5be5abcbccba8a8"
|
|
21
21
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
2
|
"extends": "@rsdk/tsconfig/base.json",
|
|
4
3
|
"compilerOptions": {
|
|
5
4
|
"declaration": true,
|
|
6
5
|
"outDir": "dist"
|
|
7
6
|
},
|
|
8
|
-
"include": [
|
|
9
|
-
|
|
7
|
+
"include": [
|
|
8
|
+
"src/**/*"
|
|
9
|
+
],
|
|
10
|
+
"exclude": [
|
|
11
|
+
"node_modules",
|
|
12
|
+
"dist",
|
|
13
|
+
"test",
|
|
14
|
+
"**/*.spec.ts",
|
|
15
|
+
"**/*.test.ts",
|
|
16
|
+
"**/*.spec.e2e.ts",
|
|
17
|
+
"**/*.test.e2e.ts"
|
|
18
|
+
]
|
|
10
19
|
}
|