npmw-sql-migrate 0.1.9 → 1.8.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 +3 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -89,4 +89,6 @@ This package utilizes **Optional Dependencies**. When you install `npmw-sql-migr
89
89
  * **Wrapper License:** [MIT](https://www.google.com/search?q=LICENSE).
90
90
  * **Binary License:** Distributed under the original MIT License of `sql-migrate`.
91
91
 
92
- This is a community-maintained fork/wrapper. If you encounter issues with the migration logic itself, please refer to the original repository. If you encounter issues with the NPM installation or binary execution, please open an issue here.
92
+ This is a community-maintained fork/wrapper.
93
+ If you encounter issues with the migration logic itself, please refer to the original repository.
94
+ If you encounter issues with the NPM installation or binary execution, please open an issue here.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npmw-sql-migrate",
3
- "version": "0.1.9",
3
+ "version": "1.8.1",
4
4
  "description": "NPM wrapper for sql-migrate",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/kamil5b/npmw-sql-migrate"
11
+ "url": "git+https://github.com/kamil5b/npmw-sql-migrate.git"
12
12
  },
13
13
  "files": [
14
14
  "index.js"
@@ -20,10 +20,10 @@
20
20
  ],
21
21
  "license": "MIT",
22
22
  "optionalDependencies": {
23
- "npmw-sql-migrate-linux-x64": "0.1.9",
24
- "npmw-sql-migrate-linux-arm64": "0.1.9",
25
- "npmw-sql-migrate-darwin-x64": "0.1.9",
26
- "npmw-sql-migrate-darwin-arm64": "0.1.9",
27
- "npmw-sql-migrate-win32-x64": "0.1.9"
23
+ "npmw-sql-migrate-linux-x64": "1.8.1",
24
+ "npmw-sql-migrate-linux-arm64": "1.8.1",
25
+ "npmw-sql-migrate-darwin-x64": "1.8.1",
26
+ "npmw-sql-migrate-darwin-arm64": "1.8.1",
27
+ "npmw-sql-migrate-win32-x64": "1.8.1"
28
28
  }
29
29
  }