@makeswift/runtime 0.25.3-canary.0 → 0.25.3

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.
@@ -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.25.3-canary.0",
31
+ version: "0.25.3",
32
32
  interactionMode: true,
33
33
  clientSideNavigation: false,
34
34
  elementFromPoint: false,
@@ -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.25.3-canary.0",
11
+ version: "0.25.3",
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.25.3-canary.0",
3
+ "version": "0.25.3",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist",
@@ -178,9 +178,9 @@
178
178
  "use-sync-external-store": "^1.5.0",
179
179
  "uuid": "^9.0.0",
180
180
  "zod": "^3.21.4",
181
- "@makeswift/controls": "0.1.13-canary.0",
181
+ "@makeswift/controls": "0.1.13",
182
182
  "@makeswift/next-plugin": "0.5.0",
183
- "@makeswift/prop-controllers": "0.4.7-canary.0"
183
+ "@makeswift/prop-controllers": "0.4.7"
184
184
  },
185
185
  "devDependencies": {
186
186
  "@emotion/jest": "^11.11.0",