@layercode/js-sdk 1.0.10 → 1.0.11

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 CHANGED
@@ -1,11 +1,11 @@
1
1
  # Layercode JavaScript SDK
2
2
 
3
- A JavaScript SDK for integrating Layercode audio pipelines into web applications.
3
+ A JavaScript SDK for integrating Layercode voice pipelines into web applications.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install layercode-js-sdk
8
+ npm install @layercode/js-sdk
9
9
  ```
10
10
 
11
11
  Or you can use a script tag in your HTML:
@@ -16,4 +16,4 @@ Or you can use a script tag in your HTML:
16
16
 
17
17
  ## Usage
18
18
 
19
- Read the docs: [https://docs.layercode.com/frontend-sdks/js](https://docs.layercode.com/frontend-sdks/js)
19
+ Read the docs: [https://docs.layercode.com/sdk-reference/vanilla_js_sdk](https://docs.layercode.com/sdk-reference/vanilla_js_sdk)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Layercode",
3
3
  "license": "MIT",
4
4
  "name": "@layercode/js-sdk",
5
- "version": "1.0.10",
5
+ "version": "1.0.11",
6
6
  "description": "Layercode JavaScript SDK for browser usage",
7
7
  "type": "module",
8
8
  "main": "dist/layercode-js-sdk.esm.js",