@ductape/sdk 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ Ductape streamlines software development with **composable** and **portable** co
20
20
 
21
21
  ### 1️ Install SDK
22
22
  ```sh
23
- npm install ductape-sdk
23
+ npm install @ductape/sdk
24
24
  ```
25
25
 
26
26
  ### 2️ Define Apps & Actions
@@ -42,7 +42,7 @@ Group apps, resources, and features into a **product** for seamless interoperabi
42
42
 
43
43
  ### 6️ Use in Code
44
44
  ```js
45
- import Ductape from "ductape-sdk";
45
+ import Ductape from "@ductape/sdk";
46
46
 
47
47
  const { processor } = new Ductape(credentials);
48
48
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ductape/sdk",
3
- "version": "0.0.1",
4
- "description": "sdk for using ductaped integrations",
3
+ "version": "0.0.2",
4
+ "description": "sdk for building ductaped products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [