@rsdk/grpc.common 4.0.0-next.9 → 4.0.1-next.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.1-next.0](https://github.com/R-Vision/rsdk/compare/v4.0.0...v4.0.1-next.0) (2023-12-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
9
|
+
|
|
10
|
+
## [4.0.0](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.19...v4.0.0) (2023-12-04)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
17
|
+
|
|
18
|
+
## [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)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
25
|
+
|
|
26
|
+
## [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)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
29
|
+
|
|
30
|
+
## [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)
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
35
|
+
|
|
36
|
+
## [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)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
39
|
+
|
|
40
|
+
## [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)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
47
|
+
|
|
48
|
+
## [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)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
51
|
+
|
|
52
|
+
## [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)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rsdk/grpc.common
|
|
55
|
+
|
|
6
56
|
## [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)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @rsdk/grpc.common
|
|
@@ -199,7 +249,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
199
249
|
|
|
200
250
|
### Bug Fixes
|
|
201
251
|
|
|
202
|
-
* **deps:** correctly
|
|
252
|
+
* **deps:** correctly
|
|
253
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
203
254
|
|
|
204
255
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
205
256
|
|
|
@@ -253,7 +304,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
253
304
|
|
|
254
305
|
### Bug Fixes
|
|
255
306
|
|
|
256
|
-
* use unknown instead of
|
|
307
|
+
* use unknown instead of
|
|
308
|
+
RawConfigValue ([d2d6ce0](https://github.com/R-Vision/rsdk/commit/d2d6ce0b9588805f2f30113d2991d4bf5e088e06))
|
|
257
309
|
|
|
258
310
|
# [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)
|
|
259
311
|
|
|
@@ -327,7 +379,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
327
379
|
|
|
328
380
|
### Bug Fixes
|
|
329
381
|
|
|
330
|
-
* remove private dependencies from `peerDependencies`
|
|
382
|
+
* remove private dependencies from `peerDependencies`
|
|
383
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
331
384
|
|
|
332
385
|
## 1.0.11 (2023-05-23)
|
|
333
386
|
|
|
@@ -337,7 +390,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
337
390
|
|
|
338
391
|
### Bug Fixes
|
|
339
392
|
|
|
340
|
-
* add "access: public" to new
|
|
393
|
+
* add "access: public" to new
|
|
394
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
341
395
|
|
|
342
396
|
## 1.0.9 (2023-05-21)
|
|
343
397
|
|
|
@@ -367,7 +421,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
367
421
|
|
|
368
422
|
### Bug Fixes
|
|
369
423
|
|
|
370
|
-
* builtin make not private in
|
|
424
|
+
* builtin make not private in
|
|
425
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
371
426
|
|
|
372
427
|
## 1.0.2 (2023-05-10)
|
|
373
428
|
|
|
@@ -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.
|
|
3
|
+
"version": "4.0.1-next.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.
|
|
18
|
-
"@rsdk/core": "^4.0.
|
|
17
|
+
"@rsdk/common": "^4.0.1-next.0",
|
|
18
|
+
"@rsdk/core": "^4.0.1-next.0"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "772c1ca796c9a5b279274d6a6fb1a356e64aa71f"
|
|
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
|
}
|