@cocreate/crud-server 1.17.16 → 1.17.18
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.
- package/CHANGELOG.md +14 -0
- package/docs/index.html +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.17.18](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.17...v1.17.18) (2023-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* docs sanbox overflow ([f56e32d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f56e32da96659ecbbacde32318d495f79eaa434d))
|
|
7
|
+
|
|
8
|
+
## [1.17.17](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.16...v1.17.17) (2022-12-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump dependencies ([dc76aaa](https://github.com/CoCreate-app/CoCreate-crud-server/commit/dc76aaaba4d551a211b5e94c9cb236ae1b1a9483))
|
|
14
|
+
|
|
1
15
|
## [1.17.16](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.15...v1.17.16) (2022-12-30)
|
|
2
16
|
|
|
3
17
|
|
package/docs/index.html
CHANGED
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
|
|
62
62
|
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
|
|
63
63
|
<!-- SandBox -->
|
|
64
|
-
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
64
|
+
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
65
65
|
|
|
66
66
|
<div id="demo-code" resizable class="position:relative height:50%">
|
|
67
67
|
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
|
|
68
68
|
<div resize="bottom" class="background:lightgrey"></div>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
71
|
-
<div id="demo-preview" class="position:relative
|
|
71
|
+
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
72
72
|
<div get-value="#demo" class="padding:20px"></div>
|
|
73
73
|
</div>
|
|
74
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/crud-server",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.18",
|
|
4
4
|
"description": "CoCreate-crud-server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cocreate-crud",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://cocreate.app/docs/CoCreate-crud-server",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@cocreate/docs": "^1.
|
|
44
|
-
"@cocreate/utils": "^1.17.
|
|
43
|
+
"@cocreate/docs": "^1.5.2",
|
|
44
|
+
"@cocreate/utils": "^1.17.13",
|
|
45
45
|
"csvtojson": "^2.0.10",
|
|
46
46
|
"json-2-csv": "^3.10.3"
|
|
47
47
|
}
|