@ttmg/cli 0.1.9-beta.2 → 0.1.9-beta.3

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/dist/index.js CHANGED
@@ -1466,7 +1466,7 @@ async function upload() {
1466
1466
  });
1467
1467
  }
1468
1468
 
1469
- var version = "0.1.9-beta.2";
1469
+ var version = "0.1.9-beta.3";
1470
1470
  var pkg = {
1471
1471
  version: version};
1472
1472
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.1.9-beta.2",
3
+ "version": "0.1.9-beta.3",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -4,6 +4,7 @@
4
4
  const { debugPkgs } = require('ttmg-pack');
5
5
  const https = require('https');
6
6
  const fs = require('fs');
7
+ const semver = require('semver');
7
8
  const { parentPort } = require('worker_threads');
8
9
  const { execSync } = require('child_process');
9
10
  const boxen = require('boxen');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.1.9-beta.2",
3
+ "version": "0.1.9-beta.3",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {