@sunasteriskrnd/takumi 1.0.0-dev.2 → 1.0.0-dev.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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25361,7 +25361,7 @@ async function ensureAuthenticated(options2) {
25361
25361
  throw new NotLoggedInError;
25362
25362
  return token;
25363
25363
  }
25364
- var DEFAULT_SERVER_URL = "https://takumi.cc", NotLoggedInError, cachedClient = null, cachedConfig = null;
25364
+ var DEFAULT_SERVER_URL = "https://takumi.sun-asterisk.ai", NotLoggedInError, cachedClient = null, cachedConfig = null;
25365
25365
  var init_auth_client = __esm(() => {
25366
25366
  init_dist6();
25367
25367
  init_config_cache();
@@ -76126,7 +76126,7 @@ var import_fs_extra37 = __toESM(require_lib(), 1);
76126
76126
  // package.json
76127
76127
  var package_default = {
76128
76128
  name: "@sunasteriskrnd/takumi",
76129
- version: "1.0.0-dev.2",
76129
+ version: "1.0.0-dev.3",
76130
76130
  description: "CLI tool for bootstrapping and managing Takumi projects",
76131
76131
  type: "module",
76132
76132
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunasteriskrnd/takumi",
3
- "version": "1.0.0-dev.2",
3
+ "version": "1.0.0-dev.3",
4
4
  "description": "CLI tool for bootstrapping and managing Takumi projects",
5
5
  "type": "module",
6
6
  "repository": {