sqlite-replication
Advanced tools
Comparing version 0.0.4-b to 0.0.5-b
@@ -36,3 +36,3 @@ import { BehaviorSubject } from 'rxjs'; | ||
do { | ||
shouldIterate = await this.pushIteration(pullConfig); | ||
//shouldIterate = await this.pushIteration(pullConfig); | ||
} while (shouldIterate); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "sqlite-replication", | ||
"version": "0.0.4b", | ||
"version": "0.0.5b", | ||
"description": "A Typescript module to replicate SQLite DB with server.", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"main": "./dist/index.js", | ||
"types": "./src/replication.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -9,3 +9,4 @@ { | ||
"strict": true, | ||
"moduleResolution": "Node" | ||
"moduleResolution": "Node", | ||
"declaration": true | ||
}, | ||
@@ -12,0 +13,0 @@ "exclude": [ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
59901
27
1203