@ecoaloha/sdk 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  Official source: https://github.com/ArneFfm/ecoaloha-agents.
4
4
  API documentation: https://ecoaloha.com/developers.
5
- Registry publication is pending. Node.js 20 or later is required.
5
+ Node.js 20 or later is required.
6
6
 
7
- From a checkout, run `npm install ./packages/sdk-js` in your integration project.
7
+ Run `npm install @ecoaloha/sdk` in your integration project.
8
+ From a checkout, you can also run `npm install ./packages/sdk-js`.
8
9
 
9
10
  ```js
10
11
  import { EcoAloha } from "@ecoaloha/sdk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoaloha/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Official EcoAloha JavaScript SDK and CLI",
6
6
  "homepage": "https://ecoaloha.com",