@aurispec/core-backend 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 +4 -18
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is a reusable backend core infrastructure package developed and used on Aurispec's backend services - admin & mobile.
4
4
 
5
- `@bonifaceebuka/core-backend` provides shared backend logic, database models, utilities, and integrations extracted from the mobile and admin API service to reduce code repetition and one source of truth for database models and migrations.
5
+ `@aurispec/core-backend` provides shared backend logic, database models, utilities, and integrations extracted from the mobile and admin API service to reduce code repetition and one source of truth for database models and migrations.
6
6
 
7
7
  ---
8
8
 
@@ -57,21 +57,7 @@ npm publish
57
57
  ## 📥 Installation
58
58
 
59
59
  ```bash
60
- npm install @bonifaceebuka/core-backend
60
+ npm install @aurispec/core-backend
61
61
  OR
62
- yarn add @bonifaceebuka/core-backend
63
- ```
64
- ---
65
- ## 📥 Installation
66
-
67
- src
68
-
69
- ├── common/
70
- │ ├── configs
71
- │ ├── helpers
72
- │ └── utils
73
-
74
- ├── models/
75
- ├── database/
76
-
77
- ---
62
+ yarn add @aurispec/core-backend
63
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurispec/core-backend",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Auri spectrum's backend core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",