@visulima/api-platform 1.0.1 → 1.0.2

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 CHANGED
@@ -1,3 +1,16 @@
1
+ ## @visulima/api-platform [1.0.2](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.0.1...@visulima/api-platform@1.0.2) (2022-11-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed wrong image and url for the npm version ([297c187](https://github.com/visulima/visulima/commit/297c187d07ca7fb82d25fd46defe4f320c514de9))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/crud:** upgraded to 1.0.1
13
+
1
14
  ## @visulima/api-platform [1.0.1](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.0.0...@visulima/api-platform@1.0.1) (2022-11-15)
2
15
 
3
16
 
package/README.md CHANGED
@@ -132,6 +132,6 @@ The visulima api-platform is open-sourced software licensed under the [MIT][lice
132
132
  [typescript-url]: "typescript"
133
133
  [license-image]: https://img.shields.io/npm/l/@visulima/api-platform?color=blueviolet&style=for-the-badge
134
134
  [license-url]: LICENSE.md "license"
135
- [npm-image]: https://img.shields.io/npm/v/@visulima/api-platform/alpha.svg?style=for-the-badge&logo=npm
136
- [npm-url]: https://www.npmjs.com/package/@visulima/api-platform/v/alpha "npm"
135
+ [npm-image]: https://img.shields.io/npm/v/@visulima/api-platform/latest.svg?style=for-the-badge&logo=npm
136
+ [npm-url]: https://www.npmjs.com/package/@visulima/api-platform/v/latest "npm"
137
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "visulima api platform",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -89,7 +89,7 @@
89
89
  "test": "vitest"
90
90
  },
91
91
  "dependencies": {
92
- "@visulima/connect": "1.2.0",
92
+ "@visulima/connect": "1.3.0",
93
93
  "@visulima/jsdoc-open-api": "1.2.0",
94
94
  "accepts": "^1.3.8",
95
95
  "case": "^1.6.3",
@@ -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.0",
128
+ "@visulima/crud": "1.0.1",
129
129
  "@visulima/readdir": "1.3.0",
130
130
  "chalk": "4.1.2",
131
131
  "commander": "^9.4.1",
@@ -181,7 +181,7 @@
181
181
  "zod": "^3.19.1"
182
182
  },
183
183
  "optionalDependencies": {
184
- "@visulima/crud": "1.0.0",
184
+ "@visulima/crud": "1.0.1",
185
185
  "@visulima/readdir": "1.3.0",
186
186
  "chalk": "4.1.2",
187
187
  "commander": "^9.4.1",