@chkit/plugin-backfill 0.1.0-beta.6 → 0.1.0-beta.7
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/README.md +1 -1
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Plugin for data backfill operations in chkit.
|
|
4
4
|
|
|
5
|
-
Part of the [chkit](https://github.com/obsessiondb/chkit) monorepo.
|
|
5
|
+
Part of the [chkit](https://github.com/obsessiondb/chkit) monorepo. This plugin extends the [`chkit`](https://www.npmjs.com/package/chkit) CLI with data backfill commands.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chkit/plugin-backfill",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.7",
|
|
4
|
+
"homepage": "https://chkit.obsessiondb.com",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/obsessiondb/chkit.git",
|
|
8
|
+
"directory": "packages/plugin-backfill"
|
|
9
|
+
},
|
|
4
10
|
"type": "module",
|
|
5
11
|
"main": "./dist/index.js",
|
|
6
12
|
"types": "./dist/index.d.ts",
|
|
@@ -23,6 +29,6 @@
|
|
|
23
29
|
"clean": "rm -rf dist"
|
|
24
30
|
},
|
|
25
31
|
"dependencies": {
|
|
26
|
-
"@chkit/core": "0.1.0-beta.
|
|
32
|
+
"@chkit/core": "0.1.0-beta.7"
|
|
27
33
|
}
|
|
28
34
|
}
|