@viamedici-spc/configurator-framer-host 1.2.0 → 1.3.0

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.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export declare class EmbeddedConfiguratorNative extends HTMLElement {
2
- static readonly proxyBaseUrl = "https://spc.cloud.ceventis.de/framer/host-proxy";
2
+ static readonly proxyBaseUrl = "https://spc.viamedici.io/framer/host-proxy";
3
3
  static readonly attributeNames: string[];
4
4
  static get observedAttributes(): string[];
5
5
  private src;
package/dist/index.mjs CHANGED
@@ -89,7 +89,7 @@ const m = class u extends HTMLElement {
89
89
  }
90
90
  }
91
91
  };
92
- m.proxyBaseUrl = "https://spc.cloud.ceventis.de/framer/host-proxy";
92
+ m.proxyBaseUrl = "https://spc.viamedici.io/framer/host-proxy";
93
93
  m.attributeNames = ["src", "proxy-base-url"];
94
94
  let g = m;
95
95
  const C = class b extends HTMLElement {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@viamedici-spc/configurator-framer-host",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Provides a Web Component for host applications to embed a Framer based Viamedici SPC configurator.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/viamedici-spc/configurator-framer-host.git"
7
+ "url": "git+https://github.com/viamedici-spc/configurator-framer-host.git"
8
8
  },
9
9
  "publishConfig": {
10
10
  "access": "public"