@p11-core/cli 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3501,7 +3501,7 @@ import react from "@vitejs/plugin-react";
3501
3501
  import { build } from "vite";
3502
3502
  var nodeRequire = createRequire(import.meta.url);
3503
3503
  var packageJson = nodeRequire("../package.json");
3504
- var builtDefaultApiUrl = "https://p11-api.rarexlabs.com";
3504
+ var builtDefaultApiUrl = "https://p11.rarexlabs.com";
3505
3505
  var defaultApiUrl = process.env.P11_API_URL || builtDefaultApiUrl;
3506
3506
  var generate = nodeRequire("@babel/generator").default;
3507
3507
  var traverse = nodeRequire("@babel/traverse").default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p11-core/cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "bin": {