taon-typeorm 21.0.4 → 21.0.7

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.
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "taon-typeorm/websql",
3
- "version": "21.0.4",
4
- "module": "fesm2022/taon-typeorm.mjs",
3
+ "version": "21.0.7",
4
+ "module": "types/taon-typeorm-websql.d.ts",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
7
+ "./package.json": {
8
+ "default": "./package.json"
9
+ },
7
10
  ".": {
8
- "types": "./index.d.ts",
9
- "default": "./fesm2022/taon-typeorm.mjs"
11
+ "types": "./types/taon-typeorm-websql.d.ts",
12
+ "default": "./fesm2022/taon-typeorm-websql.mjs"
10
13
  }
11
14
  },
12
15
  "sideEffects": false
@@ -1,5 +1,5 @@
1
1
  // @ts-nocheck
2
- import * as taon_typeorm from 'taon-typeorm';
2
+ import * as taon_typeorm_websql from 'taon-typeorm/websql';
3
3
 
4
4
  declare const OrignalClassKey = "$$originalClass$$";
5
5
 
@@ -4308,7 +4308,7 @@ declare class Repository<Entity extends ObjectLiteral> {
4308
4308
  /**
4309
4309
  * Entity metadata of the entity current repository manages.
4310
4310
  */
4311
- get metadata(): taon_typeorm.EntityMetadata;
4311
+ get metadata(): taon_typeorm_websql.EntityMetadata;
4312
4312
  constructor(target: EntityTarget<Entity>, manager: EntityManager, queryRunner?: QueryRunner);
4313
4313
  /**
4314
4314
  * Creates a new query builder that can be used to build a SQL query.