@otl-core/engine-next-utils 1.1.7 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @otl-core/engine-next-utils
2
+
3
+ Next.js utilities for the [OTL CMS](https://otl.studio) engine. Handles path resolution, shell context, and server-side rendering helpers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otl-core/engine-next-utils",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "type": "module",
5
5
  "description": "Next.js server-side utilities for OTL CMS engine",
6
6
  "main": "./dist/index.cjs",
@@ -36,9 +36,9 @@
36
36
  "url": "https://github.com/otl-core/engine-next-utils.git"
37
37
  },
38
38
  "dependencies": {
39
- "@otl-core/cms-api": "^1.1.7",
40
- "@otl-core/cms-types": "^1.1.7",
41
- "@otl-core/cms-utils": "^1.1.7",
39
+ "@otl-core/cms-api": "^1.1.9",
40
+ "@otl-core/cms-types": "^1.1.9",
41
+ "@otl-core/cms-utils": "^1.1.9",
42
42
  "server-only": "^0.0.1"
43
43
  },
44
44
  "peerDependencies": {