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