@surelle-ha/dead-fuse 1.0.5 → 1.0.6

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 CHANGED
@@ -29,7 +29,7 @@ module.exports = __toCommonJS(index_exports);
29
29
  var import_supabase_js = require("@supabase/supabase-js");
30
30
 
31
31
  // src/constants.ts
32
- var DEFAULT_MASTER = "https://dead-fuse-dashboard.vercel.app";
32
+ var DEFAULT_MASTER = "https://dead-fuse.surelle.xyz";
33
33
 
34
34
  // src/stateManager.ts
35
35
  var MUTATION_METHODS = /* @__PURE__ */ new Set(["POST", "PUT", "PATCH", "DELETE"]);
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createClient } from "@supabase/supabase-js";
3
3
 
4
4
  // src/constants.ts
5
- var DEFAULT_MASTER = "https://dead-fuse-dashboard.vercel.app";
5
+ var DEFAULT_MASTER = "https://dead-fuse.surelle.xyz";
6
6
 
7
7
  // src/stateManager.ts
8
8
  var MUTATION_METHODS = /* @__PURE__ */ new Set(["POST", "PUT", "PATCH", "DELETE"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surelle-ha/dead-fuse",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Lightweight license enforcement and remote control layer for deployed web applications",
5
5
  "publishConfig": {
6
6
  "access": "public"