@anthonylzq/simba.js 7.1.0 → 7.2.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <h1 align="center">
2
2
  <!-- <p align="center">Simba.js</p> -->
3
- <a href="https://simbajs.notion.site/783092dc7d444067b4c56a25d671f658?v=31060f3d17524ca58870e86c2960a6df"><img src="https://i.ibb.co/QFX0WnH/simba-pink.png" alt="Simba.js"></a>
3
+ <a href="./static/simba.png"><img src="https://i.ibb.co/QFX0WnH/simba-pink.png" alt="Simba.js"></a>
4
4
  </h1>
5
5
 
6
6
 
@@ -155,9 +155,9 @@ Also, if you are interested in the folder structure of each case, please take a
155
155
  - [Express-GraphQL-Sequelize case](./projectStructureExamples/express-GraphQL-sequelize.txt)
156
156
  - [Express-Sequelize case](./projectStructureExamples/express-sequelize.txt)
157
157
  - [Fastify case](./projectStructureExamples/fastify.txt)
158
- - [Fastify-GraphQL case](./../projectStructureExamples/fastify-graphql.txt)
159
- - [Fastify-GraphQL-Sequelize case](./../projectStructureExamples/fastify-sequelize-graphql.txt)
160
- - [Fastify-Sequelize case](./../projectStructureExamples/fastify-sequelize-graphql.txt)
158
+ - [Fastify-GraphQL case](./projectStructureExamples/fastify-graphql.txt)
159
+ - [Fastify-GraphQL-Sequelize case](./projectStructureExamples/fastify-graphql-sequelize.txt)
160
+ - [Fastify-Sequelize case](./projectStructureExamples/fastify-sequelize.txt)
161
161
 
162
162
  ### Some considerations
163
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthonylzq/simba.js",
3
- "version": "7.1.0",
3
+ "version": "7.2.1",
4
4
  "description": "set up a modern backend app by running one command",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {