jiek 2.1.5 → 2.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +9 -1
- package/dist/cli-only-build.cjs +1 -1
- package/dist/cli-only-build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -243,7 +243,15 @@ Similar tools to `jiek` include: [tsup](https://github.com/egoist/tsup), [unbuil
|
|
243
243
|
- There are certain issues with `monorepo` support, and dependencies on other packages in the workspace must be recompiled
|
244
244
|
- The rules for writing entry files are too cumbersome and not natural enough
|
245
245
|
- Unable to handle issues related to `Project Reference` in `tsconfig.json`
|
246
|
-
-
|
246
|
+
- Unable to fully utilize `conditional` features
|
247
|
+
- Unable to choose the required builder, can only replace the entire toolchain
|
248
|
+
|
249
|
+
## Who is using Jiek?
|
250
|
+
|
251
|
+
- [nonzzz/vite-plugin-compression](https://github.com/nonzzz/vite-plugin-compression)
|
252
|
+
- [nonzzz/vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer)
|
253
|
+
- [nonzzz/squarified](https://github.com/nonzzz/squarified)
|
254
|
+
- [typp-js/typp](https://github.com/typp-js/typp)
|
247
255
|
|
248
256
|
## About this README
|
249
257
|
|
package/dist/cli-only-build.cjs
CHANGED
@@ -116,7 +116,7 @@ async function getSelectedProjectsGraph(filter = commander.program.getOptionValu
|
|
116
116
|
|
117
117
|
var name = "jiek";
|
118
118
|
var type = "module";
|
119
|
-
var version = "2.1.
|
119
|
+
var version = "2.1.5";
|
120
120
|
var description$1 = "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.";
|
121
121
|
var author = "YiJie <yijie4188@gmail.com>";
|
122
122
|
var repository = {
|
package/dist/cli-only-build.js
CHANGED
@@ -108,7 +108,7 @@ async function getSelectedProjectsGraph(filter = program.getOptionValue("filter"
|
|
108
108
|
|
109
109
|
var name = "jiek";
|
110
110
|
var type = "module";
|
111
|
-
var version = "2.1.
|
111
|
+
var version = "2.1.5";
|
112
112
|
var description$1 = "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.";
|
113
113
|
var author = "YiJie <yijie4188@gmail.com>";
|
114
114
|
var repository = {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "jiek",
|
3
3
|
"type": "module",
|
4
|
-
"version": "2.1.
|
4
|
+
"version": "2.1.6",
|
5
5
|
"description": "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.",
|
6
6
|
"author": "YiJie <yijie4188@gmail.com>",
|
7
7
|
"repository": {
|