@jagota/interfaces 1.0.2 → 1.0.4

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 +3 -2
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # jagota/interfaces
1
+ # @jagota/interfaces
2
2
 
3
3
  ## Overview
4
4
 
5
- **jagota/interfaces** is a Node.js/TypeScript package that provides a set of predefined interfaces to standardize data structures across the application. These interfaces help ensure consistent and type-safe code, making development process more efficient and reliable.
5
+ **@jagota/interfaces** is a Node.js/TypeScript package that provides a set of predefined interfaces to standardize data structures across the application. These interfaces help ensure consistent and type-safe code, making development process more efficient and reliable.
6
6
 
7
7
  ## Installation
8
8
 
9
9
  To install the package, use npm:
10
10
 
11
11
  ```bash
12
- npm i jagota-interfaces
12
+ npm i @jagota/interfaces
13
13
  ```
14
14
 
15
15
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Interfaces for the Jagota Brothers project",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -12,7 +12,8 @@
12
12
  "typescript",
13
13
  "interfaces",
14
14
  "nodejs",
15
- "npm-package"
15
+ "npm-package",
16
+ "jagota"
16
17
  ],
17
18
  "repository": {
18
19
  "type": "git",