@visulima/api-platform 1.1.3 → 1.1.5
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 +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/api-platform [1.1.5](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.1.4...@visulima/api-platform@1.1.5) (2022-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/crud:** upgraded to 1.0.6
|
|
8
|
+
|
|
9
|
+
## @visulima/api-platform [1.1.4](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.1.3...@visulima/api-platform@1.1.4) (2022-12-15)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/crud:** upgraded to 1.0.5
|
|
16
|
+
|
|
1
17
|
## @visulima/api-platform [1.1.3](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.1.2...@visulima/api-platform@1.1.3) (2022-12-15)
|
|
2
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "visulima api platform",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@types/webpack": "^5.28.0",
|
|
126
126
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
127
127
|
"@typescript-eslint/parser": "^5.40.0",
|
|
128
|
-
"@visulima/crud": "1.0.
|
|
128
|
+
"@visulima/crud": "1.0.6",
|
|
129
129
|
"@visulima/readdir": "1.3.2",
|
|
130
130
|
"chalk": "5.2.0",
|
|
131
131
|
"commander": "^9.4.1",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"zod": "^3.19.1"
|
|
181
181
|
},
|
|
182
182
|
"optionalDependencies": {
|
|
183
|
-
"@visulima/crud": "1.0.
|
|
183
|
+
"@visulima/crud": "1.0.6",
|
|
184
184
|
"@visulima/readdir": "1.3.2",
|
|
185
185
|
"chalk": "4.1.2",
|
|
186
186
|
"commander": "^9.4.1",
|