@blitznocode/blitz-orm 0.0.42 → 0.0.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blitznocode/blitz-orm",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -53,12 +53,6 @@
53
53
  "tsup": "^6.5.0",
54
54
  "typescript": "^4.9.5"
55
55
  },
56
- "peerDependencies": {},
57
- "peerDependenciesMeta": {
58
- "essentials": {
59
- "optional": true
60
- }
61
- },
62
56
  "description": "Blitz-orm is a public package that can be open-sourced",
63
57
  "bugs": {
64
58
  "url": "https://github.com/Blitzapps/blitz-orm/issues"
@@ -68,7 +62,9 @@
68
62
  "test": "tests"
69
63
  },
70
64
  "keywords": [
71
- "ORM"
65
+ "ORM",
66
+ "database",
67
+ "graph-database"
72
68
  ],
73
69
  "author": "blitznocode"
74
70
  }
package/changelog.md DELETED
@@ -1,17 +0,0 @@
1
- # Changelog
2
-
3
- ## 0.0.41(2023-02-03)
4
- - readme, changelog
5
-
6
- ## 0.0.40(2023-02-03)
7
-
8
- ### Features
9
- - cleaned tests
10
-
11
- ### Bug fixes
12
- - All current test working again
13
-
14
- ## 0.0.39(2023-02-03)
15
-
16
- ### Features
17
- - Created as new repo and published