primate 0.33.3 → 0.33.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.
@@ -199,7 +199,6 @@ ${frontendImports}
199
199
  ${backendImports}
200
200
 
201
201
  export default config({
202
- runtime: "${c.runtime}",
203
202
  modules: [
204
203
  ${modules.join(",\n ")}
205
204
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primate",
3
- "version": "0.33.3",
3
+ "version": "0.33.4",
4
4
  "description": "The universal web framework",
5
5
  "homepage": "https://primate.run",
6
6
  "bugs": "https://github.com/primate-run/primate/issues",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rcompat/record": "^0.9.1",
22
- "pema": "^0.2.0"
22
+ "pema": "^0.2.1"
23
23
  },
24
24
  "dependencies": {
25
25
  "@rcompat/args": "^0.8.0",