@dudousxd/nestjs-catalog 0.34.0 → 0.34.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.
|
@@ -96,7 +96,7 @@ export declare function assertSafeIdentifier(value: string): void;
|
|
|
96
96
|
* refusal and the DDL have to be running the same cleaning rather than two
|
|
97
97
|
* copies of it. `store-mikro-orm` and `store-clickhouse` each carried a
|
|
98
98
|
* byte-identical private copy, and `store-mikro-orm` carried two of its own —
|
|
99
|
-
* one in `query.ts` for the view, one in `
|
|
99
|
+
* one in `query.ts` for the view, one in `warehouse.store.ts` for
|
|
100
100
|
* everything else. Three copies of the function that decides where a column's
|
|
101
101
|
* data lives is three chances for a view to point at a column no load ever
|
|
102
102
|
* wrote.
|
|
@@ -123,7 +123,7 @@ function assertSafeIdentifier(value) {
|
|
|
123
123
|
* refusal and the DDL have to be running the same cleaning rather than two
|
|
124
124
|
* copies of it. `store-mikro-orm` and `store-clickhouse` each carried a
|
|
125
125
|
* byte-identical private copy, and `store-mikro-orm` carried two of its own —
|
|
126
|
-
* one in `query.ts` for the view, one in `
|
|
126
|
+
* one in `query.ts` for the view, one in `warehouse.store.ts` for
|
|
127
127
|
* everything else. Three copies of the function that decides where a column's
|
|
128
128
|
* data lives is three chances for a view to point at a column no load ever
|
|
129
129
|
* wrote.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dudousxd/nestjs-catalog",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "A metadata registry for NestJS: object types, properties and relations, derived from your ORM and enriched with decorators.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Davide Carvalho",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@nestjs/core": "11.1.19",
|
|
43
43
|
"@types/node": "25.6.0",
|
|
44
44
|
"typescript": "5.9.3",
|
|
45
|
-
"@dudousxd/nestjs-diagnostics": "0.7.
|
|
45
|
+
"@dudousxd/nestjs-diagnostics": "0.7.1"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@dudousxd/nestjs-diagnostics": "0.7.
|
|
48
|
+
"@dudousxd/nestjs-diagnostics": "0.7.1"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsc -p tsconfig.json",
|