quantum-flow 1.15.1 → 1.15.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -462,7 +462,7 @@ This project provides a set of decorators to define GraphQL schema and resolvers
462
462
  ```typescript
463
463
  @Server({
464
464
  controllers: [GraphQlController],
465
- graphql: { enabled: true, path:'/graphql },
465
+ graphql: { enabled: true, path: '/graphql' },
466
466
  })
467
467
  export class App {}
468
468
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-flow",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "Decorator-based API framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",