@bolvrk/engine-sqlite 0.1.4 → 0.2.0
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
// package.json
|
|
51
51
|
var package_default = {
|
|
52
52
|
name: "@bolvrk/engine-sqlite",
|
|
53
|
-
version: "0.
|
|
53
|
+
version: "0.2.0",
|
|
54
54
|
description: "Bolvrk SQLite migration danger rules (SL###) over a real SQLite grammar. ALPHA — static rules only, behind --engine=sqlite in the CLI.",
|
|
55
55
|
license: "(FSL-1.1-ALv2 AND Apache-2.0)",
|
|
56
56
|
homepage: "https://bolvrk.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolvrk/engine-sqlite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Bolvrk SQLite migration danger rules (SL###) over a real SQLite grammar. ALPHA — static rules only, behind --engine=sqlite in the CLI.",
|
|
5
5
|
"license": "(FSL-1.1-ALv2 AND Apache-2.0)",
|
|
6
6
|
"homepage": "https://bolvrk.com",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"sql-parser-cst": "0.42.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@bolvrk/engine": "^0.
|
|
35
|
+
"@bolvrk/engine": "^0.2.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {},
|
|
38
38
|
"keywords": [
|