@weaverse/core 0.7.1 → 0.7.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 CHANGED
@@ -135,7 +135,7 @@ var Weaverse = class {
135
135
  constructor({ appUrl, projectKey, projectData, mediaBreakPoints, isDesignMode, ssrMode } = {}) {
136
136
  this.elementInstances = /* @__PURE__ */ new Map();
137
137
  this.itemInstances = /* @__PURE__ */ new Map();
138
- this.appUrl = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://weaverse.io";
138
+ this.appUrl = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://ss.weaverse.io";
139
139
  this.projectKey = "";
140
140
  this.projectData = {
141
141
  rootId: "",
package/dist/index.mjs CHANGED
@@ -99,7 +99,7 @@ var Weaverse = class {
99
99
  constructor({ appUrl, projectKey, projectData, mediaBreakPoints, isDesignMode, ssrMode } = {}) {
100
100
  this.elementInstances = /* @__PURE__ */ new Map();
101
101
  this.itemInstances = /* @__PURE__ */ new Map();
102
- this.appUrl = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://weaverse.io";
102
+ this.appUrl = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://ss.weaverse.io";
103
103
  this.projectKey = "";
104
104
  this.projectData = {
105
105
  rootId: "",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.1",
2
+ "version": "0.7.2",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",