@visulima/crud 1.0.0 → 1.0.1

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,10 @@
1
+ ## @visulima/crud [1.0.1](https://github.com/visulima/visulima/compare/@visulima/crud@1.0.0...@visulima/crud@1.0.1) (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
+
1
8
  ## @visulima/crud 1.0.0 (2022-11-15)
2
9
 
3
10
 
package/README.md CHANGED
@@ -96,6 +96,6 @@ The visulima crud is open-sourced software licensed under the [MIT][license-url]
96
96
  [typescript-url]: "typescript"
97
97
  [license-image]: https://img.shields.io/npm/l/@visulima/crud?color=blueviolet&style=for-the-badge
98
98
  [license-url]: LICENSE.md "license"
99
- [npm-image]: https://img.shields.io/npm/v/@visulima/crud/alpha.svg?style=for-the-badge&logo=npm
100
- [npm-url]: https://www.npmjs.com/package/@visulima/crud/v/alpha "npm"
99
+ [npm-image]: https://img.shields.io/npm/v/@visulima/crud/latest.svg?style=for-the-badge&logo=npm
100
+ [npm-url]: https://www.npmjs.com/package/@visulima/crud/v/latest "npm"
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/crud",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "visulima crud",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -87,7 +87,7 @@
87
87
  "@types/qs": "^6.9.7",
88
88
  "@typescript-eslint/eslint-plugin": "^5.40.0",
89
89
  "@typescript-eslint/parser": "^5.40.0",
90
- "@visulima/connect": "1.2.0",
90
+ "@visulima/connect": "1.3.0",
91
91
  "cross-env": "^7.0.3",
92
92
  "eslint": "^8.25.0",
93
93
  "eslint-plugin-compat": "^4.0.2",