jiek 2.1.13-alpha.1 → 2.1.13-alpha.2

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.
@@ -120,7 +120,7 @@ async function getSelectedProjectsGraph(filter = commander.program.getOptionValu
120
120
 
121
121
  var name = "jiek";
122
122
  var type = "module";
123
- var version = "2.1.13";
123
+ var version = "2.1.13-alpha.1";
124
124
  var description$1 = "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.";
125
125
  var author = "YiJie <yijie4188@gmail.com>";
126
126
  var homepage = "https://github.com/NWYLZW/jiek/tree/master/packages/jiek#readme";
@@ -169,7 +169,7 @@ var files = [
169
169
  "src"
170
170
  ];
171
171
  var scripts = {
172
- prepublish: "pnpm test ./tests/publish.spec.ts && jb -nm && jk",
172
+ prepublish: "pnpm test && jb -nm && jk",
173
173
  postpublish: "jk",
174
174
  test: "vitest run"
175
175
  };
@@ -110,7 +110,7 @@ async function getSelectedProjectsGraph(filter = program.getOptionValue("filter"
110
110
 
111
111
  var name = "jiek";
112
112
  var type = "module";
113
- var version = "2.1.13";
113
+ var version = "2.1.13-alpha.1";
114
114
  var description$1 = "A lightweight toolkit for compiling and managing libraries based on `package.json` metadata and suitable for `Monorepo`.";
115
115
  var author = "YiJie <yijie4188@gmail.com>";
116
116
  var homepage = "https://github.com/NWYLZW/jiek/tree/master/packages/jiek#readme";
@@ -159,7 +159,7 @@ var files = [
159
159
  "src"
160
160
  ];
161
161
  var scripts = {
162
- prepublish: "pnpm test ./tests/publish.spec.ts && jb -nm && jk",
162
+ prepublish: "pnpm test && jb -nm && jk",
163
163
  postpublish: "jk",
164
164
  test: "vitest run"
165
165
  };
package/dist/cli.cjs CHANGED
@@ -4786,7 +4786,6 @@ async function postpublish() {
4786
4786
  }
4787
4787
  });
4788
4788
  }
4789
- console.log(process__default.default.env);
4790
4789
  commander.program.action(async () => {
4791
4790
  const {
4792
4791
  npm_lifecycle_event: NPM_LIFECYCLE_EVENT
package/dist/cli.js CHANGED
@@ -4755,7 +4755,6 @@ async function postpublish() {
4755
4755
  }
4756
4756
  });
4757
4757
  }
4758
- console.log(process$1.env);
4759
4758
  program.action(async () => {
4760
4759
  const {
4761
4760
  npm_lifecycle_event: NPM_LIFECYCLE_EVENT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jiek",
3
3
  "type": "module",
4
- "version": "2.1.13-alpha.1",
4
+ "version": "2.1.13-alpha.2",
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
  "homepage": "https://github.com/NWYLZW/jiek/tree/master/packages/jiek#readme",
@@ -116,7 +116,7 @@
116
116
  }
117
117
  },
118
118
  "scripts": {
119
- "prepublish": "pnpm test ./tests/publish.spec.ts && jb -nm && jk",
119
+ "prepublish": "pnpm test && jb -nm && jk",
120
120
  "test": "vitest run"
121
121
  },
122
122
  "typesVersions": {
@@ -424,7 +424,6 @@ async function postpublish() {
424
424
  })
425
425
  }
426
426
 
427
- console.log(process.env)
428
427
  program
429
428
  .action(async () => {
430
429
  const {