jiek 2.0.2-alpha.10 → 2.0.2-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0.2-alpha.9";
119
+ var version = "2.0.2-alpha.10";
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/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.0.2-alpha.9";
111
+ var version = "2.0.2-alpha.10";
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/cli.cjs CHANGED
@@ -4677,6 +4677,7 @@ async function prepublish() {
4677
4677
  }
4678
4678
  const resolvedOutdirAbs = resolveByDir(resolvedOutdir);
4679
4679
  const files = oldJSON.files ?? fs__default.default.readdirSync(resolveByDir(".")).filter((file) => file !== "node_modules" && resolveByDir(file) !== resolvedOutdirAbs);
4680
+ console.log(files);
4680
4681
  for (const file of files) {
4681
4682
  const path2 = resolveByDir(file);
4682
4683
  try {
package/cli.js CHANGED
@@ -4647,6 +4647,7 @@ async function prepublish() {
4647
4647
  }
4648
4648
  const resolvedOutdirAbs = resolveByDir(resolvedOutdir);
4649
4649
  const files = oldJSON.files ?? fs.readdirSync(resolveByDir(".")).filter((file) => file !== "node_modules" && resolveByDir(file) !== resolvedOutdirAbs);
4650
+ console.log(files);
4650
4651
  for (const file of files) {
4651
4652
  const path2 = resolveByDir(file);
4652
4653
  try {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jiek",
3
3
  "type": "module",
4
- "version": "2.0.2-alpha.10",
4
+ "version": "2.0.2-alpha.11",
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": {
@@ -55,8 +55,8 @@
55
55
  "js-yaml": "^4.1.0",
56
56
  "jsonc-parser": "^3.2.1",
57
57
  "rollup": "4.13.2",
58
- "@jiek/utils": "^0.2.3",
59
- "@jiek/pkger": "^0.2.0"
58
+ "@jiek/pkger": "^0.2.0",
59
+ "@jiek/utils": "^0.2.3"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@rollup/plugin-terser": "^0.4.4",