ochre-sdk 0.22.23 → 1.0.0-beta.2
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 +2 -2
- package/dist/index.d.mts +1064 -846
- package/dist/index.mjs +3874 -2446
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OCHRE SDK
|
|
2
2
|
|
|
3
|
-
This is the OCHRE
|
|
3
|
+
This is the OCHRE Node.js SDK for interacting with OCHRE ([Online Cultural and Historical Research Environment](https://ochre.uchicago.edu/)) data.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -33,7 +33,7 @@ pnpm run dev
|
|
|
33
33
|
From the root directory of the project, run the following command:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
pnpm run
|
|
36
|
+
pnpm run build
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Release new version to NPM
|