@rsdk/tsconfig 4.0.0-next.14 → 4.0.0-next.15
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 +18 -6
- package/package.json +2 -2
- package/tsconfig.build.json +3 -1
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
11
|
+
|
|
6
12
|
## [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)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @rsdk/tsconfig
|
|
@@ -67,7 +73,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
67
73
|
|
|
68
74
|
### Bug Fixes
|
|
69
75
|
|
|
70
|
-
* **eslint-plugin:** normalize
|
|
76
|
+
* **eslint-plugin:** normalize
|
|
77
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
71
78
|
|
|
72
79
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
73
80
|
|
|
@@ -85,19 +92,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
85
92
|
|
|
86
93
|
### Features
|
|
87
94
|
|
|
88
|
-
* change publish config for eslint-plugin, prettier-config,
|
|
95
|
+
* change publish config for eslint-plugin, prettier-config,
|
|
96
|
+
tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
|
|
89
97
|
|
|
90
98
|
# [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
|
|
91
99
|
|
|
92
100
|
### Bug Fixes
|
|
93
101
|
|
|
94
|
-
* cycle deps, remove outDir from base.json in tsconfig, rework interact with AutodocMetadata and RsdkMetadata, fix
|
|
102
|
+
* cycle deps, remove outDir from base.json in tsconfig, rework interact with AutodocMetadata and RsdkMetadata, fix
|
|
103
|
+
unprovided imports ([cc6434b](https://github.com/R-Vision/rsdk/commit/cc6434b9d165e570bdbb2baad76b00acd14577b2))
|
|
95
104
|
|
|
96
105
|
## 1.0.12 (2023-05-23)
|
|
97
106
|
|
|
98
107
|
### Bug Fixes
|
|
99
108
|
|
|
100
|
-
* remove private dependencies from `peerDependencies`
|
|
109
|
+
* remove private dependencies from `peerDependencies`
|
|
110
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
101
111
|
|
|
102
112
|
## 1.0.11 (2023-05-23)
|
|
103
113
|
|
|
@@ -107,7 +117,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
107
117
|
|
|
108
118
|
### Bug Fixes
|
|
109
119
|
|
|
110
|
-
* add "access: public" to new
|
|
120
|
+
* add "access: public" to new
|
|
121
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
111
122
|
|
|
112
123
|
## 1.0.9 (2023-05-21)
|
|
113
124
|
|
|
@@ -137,7 +148,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
137
148
|
|
|
138
149
|
### Bug Fixes
|
|
139
150
|
|
|
140
|
-
* builtin make not private in
|
|
151
|
+
* builtin make not private in
|
|
152
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
141
153
|
|
|
142
154
|
## 1.0.2 (2023-05-10)
|
|
143
155
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/tsconfig",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.15",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
|
-
"gitHead": "
|
|
9
|
+
"gitHead": "8abd89d7800375749b024410dc3465ff40389277"
|
|
10
10
|
}
|
package/tsconfig.build.json
CHANGED
package/tsconfig.json
CHANGED