@cocreate/crud-server
Advanced tools
Comparing version 1.28.3 to 1.28.4
@@ -0,1 +1,9 @@ | ||
## [1.28.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.28.3...v1.28.4) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([32633f7](https://github.com/CoCreate-app/CoCreate-crud-server/commit/32633f701448af59dcb6da2339a9a43d6bda9612)) | ||
* Update dCoCreate dpendencies to latest versions ([2780cdb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2780cdb314ddbc348bbe01c67bf86a5b8f00815b)) | ||
## [1.28.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.28.2...v1.28.3) (2023-09-17) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/crud-server/index.html", | ||
"path": "/docs/crud-server", | ||
"pathname": "/docs/crud-server/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,9 +19,8 @@ "host": [ | ||
], | ||
"directory": "/docs/crud-server", | ||
"directory": "crud-server", | ||
"content-type": "text/html", | ||
"public": "true", | ||
"website_id": "5ffbceb7f11d2d00103c4535" | ||
"public": "true" | ||
} | ||
} | ||
] | ||
} | ||
}; |
{ | ||
"name": "@cocreate/crud-server", | ||
"version": "1.28.3", | ||
"version": "1.28.4", | ||
"description": "CoCreate-crud-server", | ||
@@ -43,4 +43,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/config": "^1.5.0", | ||
"@cocreate/utils": "^1.24.0", | ||
"@cocreate/config": "^1.5.1", | ||
"@cocreate/utils": "^1.24.1", | ||
"csvtojson": "^2.0.10", | ||
@@ -47,0 +47,0 @@ "json-2-csv": "^3.10.3" |
116443
Updated@cocreate/config@^1.5.1
Updated@cocreate/utils@^1.24.1