@opengis/fastify-table 1.3.48 → 1.3.49

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -59,7 +59,7 @@ async function plugin(fastify, opt) {
59
59
  });
60
60
 
61
61
  // core migrations (second argument for core only)
62
- await execMigrations(path.join(cwd, 'server/migrations'), true).catch(err => console.log(err));
62
+ execMigrations(path.join(cwd, 'server/migrations'), true).catch(err => console.log(err));
63
63
 
64
64
  // core templates && cls
65
65
  config.templates?.forEach(el => addTemplateDir(el));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/fastify-table",
3
- "version": "1.3.48",
3
+ "version": "1.3.49",
4
4
  "type": "module",
5
5
  "description": "core-plugins",
6
6
  "keywords": [