@platformatic/remix 2.32.0 → 2.33.0

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 (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
  3. package/schema.json +1 -1
package/index.js CHANGED
@@ -257,5 +257,5 @@ export default {
257
257
  buildStackable,
258
258
  schema,
259
259
  version: packageJson.version,
260
- modulesToLoad: ['rollup']
260
+ modulesToLoad: []
261
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/remix",
3
- "version": "2.32.0",
3
+ "version": "2.33.0",
4
4
  "description": "Platformatic Remix Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -20,10 +20,10 @@
20
20
  "express": "^4.19.2",
21
21
  "pino-http": "^10.2.0",
22
22
  "semver": "^7.6.3",
23
- "@platformatic/config": "2.32.0",
24
- "@platformatic/utils": "2.32.0",
25
- "@platformatic/vite": "2.32.0",
26
- "@platformatic/basic": "2.32.0"
23
+ "@platformatic/config": "2.33.0",
24
+ "@platformatic/basic": "2.33.0",
25
+ "@platformatic/utils": "2.33.0",
26
+ "@platformatic/vite": "2.33.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@remix-run/dev": "^2.11.2",
@@ -40,8 +40,8 @@
40
40
  "typescript": "^5.5.4",
41
41
  "vite": "^5.4.2",
42
42
  "ws": "^8.18.0",
43
- "@platformatic/composer": "2.32.0",
44
- "@platformatic/service": "2.32.0"
43
+ "@platformatic/service": "2.33.0",
44
+ "@platformatic/composer": "2.33.0"
45
45
  },
46
46
  "scripts": {
47
47
  "test": "npm run lint && borp --concurrency=1 --no-timeout",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/remix/2.32.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/remix/2.33.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Remix Stackable",
5
5
  "type": "object",