@makeswift/runtime 0.28.10-canary.3 → 0.28.10-canary.4

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.
@@ -27,7 +27,7 @@ class MakeswiftGraphQLApiClient {
27
27
  graphqlClient;
28
28
  constructor({ endpoint }) {
29
29
  this.graphqlClient = new import_client.GraphQLClient(endpoint, {
30
- "makeswift-runtime-version": "0.28.10-canary.3"
30
+ "makeswift-runtime-version": "0.28.10-canary.4"
31
31
  });
32
32
  }
33
33
  async getUnversionedResources({
@@ -185,7 +185,7 @@ class MakeswiftRestAPIClient {
185
185
  const requestHeaders = new Headers({
186
186
  "x-api-key": this.apiKey,
187
187
  "makeswift-site-api-key": this.apiKey,
188
- "makeswift-runtime-version": "0.28.10-canary.3"
188
+ "makeswift-runtime-version": "0.28.10-canary.4"
189
189
  });
190
190
  if (siteVersion?.token) {
191
191
  requestUrl.searchParams.set("version", siteVersion.version);
@@ -28,7 +28,7 @@ async function manifestHandler(req, { apiKey, manifest }) {
28
28
  return import_request_response.ApiResponse.json({ message: "Unauthorized" }, { status: 401 });
29
29
  }
30
30
  return import_request_response.ApiResponse.json({
31
- version: "0.28.10-canary.3",
31
+ version: "0.28.10-canary.4",
32
32
  interactionMode: true,
33
33
  clientSideNavigation: false,
34
34
  elementFromPoint: false,
@@ -4,7 +4,7 @@ class MakeswiftGraphQLApiClient {
4
4
  graphqlClient;
5
5
  constructor({ endpoint }) {
6
6
  this.graphqlClient = new GraphQLClient(endpoint, {
7
- "makeswift-runtime-version": "0.28.10-canary.3"
7
+ "makeswift-runtime-version": "0.28.10-canary.4"
8
8
  });
9
9
  }
10
10
  async getUnversionedResources({
@@ -150,7 +150,7 @@ class MakeswiftRestAPIClient {
150
150
  const requestHeaders = new Headers({
151
151
  "x-api-key": this.apiKey,
152
152
  "makeswift-site-api-key": this.apiKey,
153
- "makeswift-runtime-version": "0.28.10-canary.3"
153
+ "makeswift-runtime-version": "0.28.10-canary.4"
154
154
  });
155
155
  if (siteVersion?.token) {
156
156
  requestUrl.searchParams.set("version", siteVersion.version);
@@ -8,7 +8,7 @@ async function manifestHandler(req, { apiKey, manifest }) {
8
8
  return ApiResponse.json({ message: "Unauthorized" }, { status: 401 });
9
9
  }
10
10
  return ApiResponse.json({
11
- version: "0.28.10-canary.3",
11
+ version: "0.28.10-canary.4",
12
12
  interactionMode: true,
13
13
  clientSideNavigation: false,
14
14
  elementFromPoint: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/runtime",
3
- "version": "0.28.10-canary.3",
3
+ "version": "0.28.10-canary.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "url": "makeswift/makeswift",
@@ -244,9 +244,9 @@
244
244
  "use-sync-external-store": "^1.5.0",
245
245
  "uuid": "^9.0.0",
246
246
  "zod": "^3.21.4",
247
- "@makeswift/controls": "0.1.21",
247
+ "@makeswift/controls": "0.1.22-canary.0",
248
248
  "@makeswift/next-plugin": "0.6.1",
249
- "@makeswift/prop-controllers": "0.4.15"
249
+ "@makeswift/prop-controllers": "0.4.16-canary.0"
250
250
  },
251
251
  "devDependencies": {
252
252
  "@emotion/jest": "^11.11.0",