@pietrovich/wot-utils 0.2.0 → 0.2.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2914,7 +2914,7 @@ Available: ${names}`);
|
|
|
2914
2914
|
|
|
2915
2915
|
// src/index.ts
|
|
2916
2916
|
var _version = "";
|
|
2917
|
-
var version = _version || "0.1
|
|
2917
|
+
var version = _version || "0.2.1";
|
|
2918
2918
|
config({ path: resolve7(process.env.PIE_WOT_CWD ?? process.cwd(), ".env") });
|
|
2919
2919
|
var app = new WGData();
|
|
2920
2920
|
var atlasManager = new AtlasManager();
|