@qmuse/appwrite-runtime-sdk 1.0.0 → 1.0.1

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/runtime.js +1 -1
  2. package/package.json +1 -1
package/dist/runtime.js CHANGED
@@ -667,7 +667,7 @@ export function createQmuseAppwriteRuntime(options) {
667
667
  var runtime = getMuseRuntime();
668
668
  globalThis.setTimeout(function () {
669
669
  try {
670
- void Promise.resolve(request(new URL('/runtime/appwrite/mutation-events', runtime.domain).toString(), {
670
+ void Promise.resolve(request(new URL('/api/runtime/appwrite/mutation-events', runtime.domain).toString(), {
671
671
  method: 'POST',
672
672
  credentials: 'include',
673
673
  keepalive: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qmuse/appwrite-runtime-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "QMuse Appwrite browser runtime SDK",
5
5
  "repository": {
6
6
  "type": "git",