@goodie-ts/kysely 0.6.0 → 0.6.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/dist/beans.json +49 -0
- package/package.json +4 -4
package/dist/beans.json
CHANGED
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
"factoryKind": "constructor",
|
|
17
17
|
"providesSource": null,
|
|
18
18
|
"baseTokenRefs": null,
|
|
19
|
+
"decorators": [
|
|
20
|
+
{
|
|
21
|
+
"name": "Singleton",
|
|
22
|
+
"importPath": "@goodie-ts/kysely"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "ConfigurationProperties",
|
|
26
|
+
"importPath": "@goodie-ts/kysely"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"methodDecorators": null,
|
|
19
30
|
"metadata": {
|
|
20
31
|
"valueFields": [
|
|
21
32
|
{
|
|
@@ -65,6 +76,24 @@
|
|
|
65
76
|
"factoryKind": "constructor",
|
|
66
77
|
"providesSource": null,
|
|
67
78
|
"baseTokenRefs": null,
|
|
79
|
+
"decorators": [
|
|
80
|
+
{
|
|
81
|
+
"name": "Singleton",
|
|
82
|
+
"importPath": "@goodie-ts/kysely"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "ConfigurationProperties",
|
|
86
|
+
"importPath": "@goodie-ts/kysely"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"methodDecorators": {
|
|
90
|
+
"validate": [
|
|
91
|
+
{
|
|
92
|
+
"name": "PostConstruct",
|
|
93
|
+
"importPath": "@goodie-ts/kysely"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
68
97
|
"metadata": {
|
|
69
98
|
"postConstructMethods": [
|
|
70
99
|
"validate"
|
|
@@ -117,6 +146,26 @@
|
|
|
117
146
|
"factoryKind": "constructor",
|
|
118
147
|
"providesSource": null,
|
|
119
148
|
"baseTokenRefs": null,
|
|
149
|
+
"decorators": [
|
|
150
|
+
{
|
|
151
|
+
"name": "Singleton",
|
|
152
|
+
"importPath": "@goodie-ts/kysely"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"methodDecorators": {
|
|
156
|
+
"init": [
|
|
157
|
+
{
|
|
158
|
+
"name": "PostConstruct",
|
|
159
|
+
"importPath": "@goodie-ts/kysely"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"destroy": [
|
|
163
|
+
{
|
|
164
|
+
"name": "PreDestroy",
|
|
165
|
+
"importPath": "@goodie-ts/kysely"
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
120
169
|
"metadata": {
|
|
121
170
|
"preDestroyMethods": [
|
|
122
171
|
"destroy"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodie-ts/kysely",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Kysely integration for goodie-ts — @Transactional decorator, TransactionManager, KyselyDatabase",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@goodie-ts/core": "^0.
|
|
28
|
+
"@goodie-ts/core": "^0.9.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"kysely": ">=0.27.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"mysql2": "^3.0.0",
|
|
54
54
|
"pg": "^8.0.0",
|
|
55
55
|
"ts-morph": "^24.0.0",
|
|
56
|
-
"@goodie-ts/cli": "0.6.
|
|
57
|
-
"@goodie-ts/transformer": "0.
|
|
56
|
+
"@goodie-ts/cli": "0.6.5",
|
|
57
|
+
"@goodie-ts/transformer": "0.11.0"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|
|
60
60
|
"dist"
|