extract-mysql-schema 0.6.5 → 0.6.6

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
@@ -333,7 +333,7 @@ CREATE PROCEDURE ${name}(
333
333
  )
334
334
  ${definition}
335
335
  //
336
- DELIMITER;
336
+ DELIMITER ;
337
337
  `;
338
338
 
339
339
  let routine = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "extract-mysql-schema",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": "./run.js",