We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f332d commit 5406672Copy full SHA for 5406672
meerkat-dbm/package.json
@@ -1,10 +1,17 @@
1
{
2
"name": "@devrev/meerkat-dbm",
3
- "version": "0.0.1",
+ "version": "0.0.11",
4
"dependencies": {
5
"tslib": "^2.3.0",
6
"@duckdb/duckdb-wasm": "^1.28.0"
7
},
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/devrev/meerkat.git"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://npm.pkg.github.com"
14
15
"type": "commonjs",
16
"main": "./src/index.js",
17
"typings": "./src/index.d.ts"
0 commit comments