@heyputer/puter.js 1.0.0 → 1.0.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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ The official JavaScript SDK for [Puter.com](https://puter.com) — access cloud
7
7
  ## Installation (npm)
8
8
 
9
9
  ```sh
10
- npm install @heyputer/puterjs
10
+ npm install @heyputer/puter.js
11
11
  ```
12
12
 
13
13
  ### Importing
@@ -15,13 +15,13 @@ npm install @heyputer/puterjs
15
15
  #### ES Modules
16
16
 
17
17
  ```js
18
- import '@heyputer/puterjs';
18
+ import '@heyputer/puter.js';
19
19
  ```
20
20
 
21
21
  #### CommonJS
22
22
 
23
23
  ```js
24
- require('@heyputer/puterjs');
24
+ require('@heyputer/puter.js');
25
25
  ```
26
26
 
27
27
  ## Usage Example
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@heyputer/puter.js",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Puter.js - A JavaScript library for interacting with Puter services.",
5
- "main": "index.js",
5
+ "main": "./src/index.js",
6
6
  "type": "module",
7
7
  "publishConfig": {
8
8
  "registry": "https://registry.npmjs.org/"