Skip to content

Commit ca811f7

Browse files
0.0.0-preview.0
1 parent a363a83 commit ca811f7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
[package]
3-
authors = ["LongYinan <[email protected]>"]
3+
authors = ["APIx DevTools team"]
44
edition = "2021"
55
name = "atlas_local"
6-
version = "0.1.0"
6+
version = "0.0.0-preview.0"
77

88
[lib]
99
crate-type = ["cdylib"]

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@mongodb-js-preview/atlas-local",
3-
"version": "1.0.0",
4-
"description": "Template project for writing node package with napi-rs",
3+
"version": "0.0.0-preview.0",
4+
"description": "A Node.js library for managing MongoDB Atlas Local deployments using Docker. This library provides a high-level JavaScript/TypeScript interface to interact with MongoDB Atlas Local deployments, making it easy to develop and test applications against a local MongoDB Atlas environment.",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+ssh://git@github.com/napi-rs/package-template.git"
8+
"url": "git+https://github.com/mongodb-js/atlas-local-lib-js.git"
99
},
1010
"license": "Apache-2.0",
1111
"browser": "browser.js",
@@ -77,9 +77,6 @@
7777
],
7878
"*.@(js|ts|tsx|yml|yaml|md|json)": [
7979
"prettier --write"
80-
],
81-
"*.toml": [
82-
"taplo format"
8380
]
8481
},
8582
"ava": {

0 commit comments

Comments
 (0)