oh-my-til 1.1.1 → 1.1.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.
- package/dist/cli.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -41344,7 +41344,7 @@ function generateProfileHtml(config2, summaryCardsHtml, heatmapHtml, recentTilsH
|
|
|
41344
41344
|
// src/cli/index.ts
|
|
41345
41345
|
var path5 = __toESM(require("path"));
|
|
41346
41346
|
var fs4 = __toESM(require("fs"));
|
|
41347
|
-
var VERSION = true ? "1.1.
|
|
41347
|
+
var VERSION = true ? "1.1.2" : "0.0.0";
|
|
41348
41348
|
function printUsage() {
|
|
41349
41349
|
console.log(`oh-my-til v${VERSION}
|
|
41350
41350
|
|
package/manifest.json
CHANGED