@worktif/runtime 0.3.0-edge.8 → 0.3.0-edge.9

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.
@@ -14,7 +14,7 @@
14
14
  "info": "purenow info"
15
15
  },
16
16
  "dependencies": {
17
- "@worktif/runtime": "^0.3.0-edge.8",
17
+ "@worktif/runtime": "^0.3.0-edge.9",
18
18
  "react": "^19.1.1",
19
19
  "react-dom": "^19.1.1",
20
20
  "react-router": "^7.7.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktif/runtime",
3
- "version": "0.3.0-edge.8",
3
+ "version": "0.3.0-edge.9",
4
4
  "description": "Serverless web framework running on AWS Lambda with support for server-side rendering, caching, and CI/CD.",
5
5
  "repository": "git@bitbucket.org:worktif/runtime-target.git",
6
6
  "author": "Raman Marozau <raman@worktif.com>",
@@ -101,7 +101,7 @@
101
101
  "migrate:seo:dry-run": "ts-node scripts/migrate-seo-metadata.ts --dry-run"
102
102
  },
103
103
  "dependencies": {
104
- "@worktif/purenow": "^0.3.0-rc.23",
104
+ "@worktif/purenow": "^0.3.0-rc.24",
105
105
  "@worktif/utils": "^0.2.32"
106
106
  },
107
107
  "devDependencies": {