@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.12";
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();
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "private": false,
7
7
  "repository": "github:pietrovich/wot-utils",
8
- "version": "0.2.0",
8
+ "version": "0.2.2",
9
9
  "description": "CLI utilities for World of Tanks data and assets",
10
10
  "type": "module",
11
11
  "bin": {