phenoml 0.0.2 → 0.0.3
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 +2 -2
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npm i -s phenoml
|
|
|
13
13
|
|
|
14
14
|
## Reference
|
|
15
15
|
|
|
16
|
-
A full reference for this library is available [here](https://github.com/
|
|
16
|
+
A full reference for this library is available [here](https://github.com/phenoml/phenoml-ts-sdk/blob/HEAD/./reference.md).
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phenoml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"private": false,
|
|
5
|
-
"repository": "github:
|
|
5
|
+
"repository": "github:phenoml/phenoml-ts-sdk",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "./dist/cjs/index.js",
|
|
8
8
|
"module": "./dist/esm/index.mjs",
|