@nest-native/drizzle 0.3.0 → 0.3.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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Nest-native Drizzle ORM integration with `DrizzleModule`, `@InjectDrizzle()`,
|
|
|
4
4
|
`@DrizzleRepository()`, transaction decorator bridges, and testing helpers.
|
|
5
5
|
|
|
6
6
|
See the repository
|
|
7
|
-
[README](https://github.com/nest-native/
|
|
8
|
-
[documentation](https://nest-native.github.io/
|
|
7
|
+
[README](https://github.com/nest-native/drizzle#readme) and
|
|
8
|
+
[documentation](https://nest-native.github.io/drizzle/)
|
|
9
9
|
for quick-start examples, transactions, testing, quality gates, and support
|
|
10
10
|
policy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-native/drizzle",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Nest-native Drizzle ORM integration with DI, repositories, and transaction decorators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nestjs",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
],
|
|
16
16
|
"author": "Rodrigo Nogueira",
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"homepage": "https://github.com/nest-native/
|
|
18
|
+
"homepage": "https://github.com/nest-native/drizzle#readme",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/nest-native/
|
|
21
|
+
"url": "git+https://github.com/nest-native/drizzle.git",
|
|
22
22
|
"directory": "packages/drizzle"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/nest-native/
|
|
25
|
+
"url": "https://github.com/nest-native/drizzle/issues"
|
|
26
26
|
},
|
|
27
27
|
"main": "./dist/index.js",
|
|
28
28
|
"types": "./dist/index.d.ts",
|