Skip to content

Commit 54c69e2

Browse files
v0.0.33
1 parent 20e9516 commit 54c69e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
## Install
1010

1111
```bash
12-
npm install sqlitecloud
12+
npm install sqlitecloud-js
1313
```
1414

1515
## Usage
1616

1717
```ts
18-
import { Database } from 'sqlitecloud'
18+
import { Database } from 'sqlitecloud-js'
1919

2020
let database = new Database('sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.db')
2121

@@ -44,9 +44,9 @@ How can I contribute or suggest features?
4444

4545
[build-img]: https://github.com/sqlitecloud/sqlitecloud-js/actions/workflows/build-test-deploy.yml/badge.svg
4646
[build-url]: https://github.com/sqlitecloud/sqlitecloud-js/actions/workflows/build-test-deploy.yml
47-
[downloads-img]: https://img.shields.io/npm/dt/sqlitecloud
48-
[downloads-url]: https://www.npmtrends.com/sqlitecloud
49-
[npm-img]: https://img.shields.io/npm/v/sqlitecloud
50-
[npm-url]: https://www.npmjs.com/package/sqlitecloud
47+
[downloads-img]: https://img.shields.io/npm/dt/sqlitecloud-js
48+
[downloads-url]: https://www.npmtrends.com/sqlitecloud-js
49+
[npm-img]: https://img.shields.io/npm/v/sqlitecloud-js
50+
[npm-url]: https://www.npmjs.com/package/sqlitecloud-js
5151
[issues-img]: https://img.shields.io/github/issues/sqlitecloud/sqlitecloud-js
5252
[issues-url]: https://github.com/sqlitecloud/sqlitecloud-js/issues

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "sqlitecloud",
3-
"version": "0.0.31",
2+
"name": "sqlitecloud-js",
3+
"version": "0.0.33",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)