@cocreate/crud-server
Advanced tools
Comparing version 1.13.3 to 1.13.4
@@ -0,1 +1,8 @@ | ||
## [1.13.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.3...v1.13.4) (2022-11-22) | ||
### Bug Fixes | ||
* apply src: {{source}} to CoCreate.config ([237b097](https://github.com/CoCreate-app/CoCreate-crud-server/commit/237b0978e754341174cfcdc46bf78f25b11af068)) | ||
## [1.13.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.2...v1.13.3) (2022-11-21) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
config: { | ||
"config": { | ||
"apiKey": "2061acef-0451-4545-f754-60cf8160", | ||
@@ -11,7 +11,7 @@ "organization_id": "5ff747727005da1c272740ab", | ||
"collection": "files", | ||
"document_id": "6204253480b409001727b73e", | ||
"key": "src", | ||
"document": { | ||
"_id": "6204253480b409001727b73e", | ||
"name": "index.html", | ||
"path": "/docs/crud-server/index.html", | ||
"src": "{{source}}", | ||
"domains": [ | ||
@@ -28,2 +28,2 @@ "*", | ||
] | ||
} | ||
} |
{ | ||
"name": "@cocreate/crud-server", | ||
"version": "1.13.3", | ||
"version": "1.13.4", | ||
"description": "CoCreate-crud-server", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
97930
993