namirasoft-log 1.0.3 → 1.1.0

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 +13 -13
package/README.md CHANGED
@@ -18,17 +18,17 @@ You can customize the library's behavior and integrate it with various notificat
18
18
  ## Installation
19
19
 
20
20
  ```bash
21
- npm install namirasoft-log
21
+ npm install namirasoft-nws-log
22
22
  ```
23
23
  ## Import
24
24
  First you need to import it.
25
25
  - JavaScript
26
26
  ```js
27
- let Logger = require("namirasoft-log");
27
+ let Logger = require("namirasoft-nws-log");
28
28
  ```
29
29
  - TypeScript
30
30
  ```js
31
- import { Logger } from "namirasoft-log";
31
+ import { Logger } from "namirasoft-nws-log";
32
32
  ```
33
33
 
34
34
  ## Make a Logger
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "name": "namirasoft-log",
3
- "description": "Namira Software Corporation Log NPM Package",
4
- "version": "1.0.3",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "scripts": {},
8
- "author": "Amir Abolhasani",
9
- "license": "MIT",
10
- "devDependencies": {
11
- "@types/node": "^20.9.0"
12
- }
13
- }
1
+ {
2
+ "name": "namirasoft-log",
3
+ "description": "Namira Software Corporation Log NPM Package",
4
+ "version": "1.1.0",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "scripts": {},
8
+ "author": "Amir Abolhasani",
9
+ "license": "MIT",
10
+ "devDependencies": {
11
+ "@types/node": "^20.9.2"
12
+ }
13
+ }