@loopback/typeorm 0.7.8 → 0.7.9
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/.sandbox/{22314hhtEHb → 6644DD450N}/application.js +1 -1
- package/dist/.sandbox/{22314hhtEHb → 6644DD450N}/controllers/book.controller.js +1 -1
- package/dist/.sandbox/{22316qR2WXH → 6644DD450N}/typeorm-connections/sqlite.connection.js +1 -1
- package/dist/.sandbox/{22314hhtEHb → 6644DD450N}/typeorm-entities/book.entity.js +1 -1
- package/dist/.sandbox/{22316qR2WXH → 6653zAFLCj}/application.js +1 -1
- package/dist/.sandbox/{22314hhtEHb → 6653zAFLCj}/typeorm-connections/sqlite.connection.js +1 -1
- package/dist/.sandbox/{22316qR2WXH → 6653zAFLCj}/typeorm-entities/book.entity.js +1 -1
- package/package.json +13 -13
- /package/dist/.sandbox/{22314hhtEHb → 6644DD450N}/typeorm-connections/mydb.sql +0 -0
|
@@ -16,4 +16,4 @@ class TypeOrmApp extends (0, boot_1.BootMixin)((0, __1.TypeOrmMixin)(rest_1.Rest
|
|
|
16
16
|
}
|
|
17
17
|
exports.TypeOrmApp = TypeOrmApp;
|
|
18
18
|
//# sourceMappingURL=application.js.map
|
|
19
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
19
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/application.js.map
|
|
@@ -68,4 +68,4 @@ tslib_1.__decorate([
|
|
|
68
68
|
], BookController.prototype, "findById", null);
|
|
69
69
|
exports.BookController = BookController;
|
|
70
70
|
//# sourceMappingURL=book.controller.js.map
|
|
71
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
71
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/controllers/book.controller.js.map
|
|
@@ -16,4 +16,4 @@ exports.SqliteConnection = {
|
|
|
16
16
|
synchronize: true,
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=sqlite.connection.js.map
|
|
19
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
19
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/typeorm-connections/sqlite.connection.js.map
|
|
@@ -26,4 +26,4 @@ Book = tslib_1.__decorate([
|
|
|
26
26
|
], Book);
|
|
27
27
|
exports.Book = Book;
|
|
28
28
|
//# sourceMappingURL=book.entity.js.map
|
|
29
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
29
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/typeorm-entities/book.entity.js.map
|
|
@@ -16,4 +16,4 @@ class TypeOrmApp extends (0, boot_1.BootMixin)((0, __1.TypeOrmMixin)(rest_1.Rest
|
|
|
16
16
|
}
|
|
17
17
|
exports.TypeOrmApp = TypeOrmApp;
|
|
18
18
|
//# sourceMappingURL=application.js.map
|
|
19
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
19
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/application.js.map
|
|
@@ -16,4 +16,4 @@ exports.SqliteConnection = {
|
|
|
16
16
|
synchronize: true,
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=sqlite.connection.js.map
|
|
19
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
19
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/typeorm-connections/sqlite.connection.js.map
|
|
@@ -26,4 +26,4 @@ Book = tslib_1.__decorate([
|
|
|
26
26
|
], Book);
|
|
27
27
|
exports.Book = Book;
|
|
28
28
|
//# sourceMappingURL=book.entity.js.map
|
|
29
|
-
//# sourceMappingURL=/Users/dianalau/code/loopback
|
|
29
|
+
//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/extensions/typeorm/dist/__tests__/fixtures/typeorm-entities/book.entity.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/typeorm",
|
|
3
3
|
"description": "Adds support for TypeORM in LoopBack",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"!*/__tests__"
|
|
34
34
|
],
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@loopback/boot": "^5.0.
|
|
37
|
-
"@loopback/core": "^4.0.
|
|
38
|
-
"@loopback/rest": "^12.0.
|
|
36
|
+
"@loopback/boot": "^5.0.9",
|
|
37
|
+
"@loopback/core": "^4.0.9",
|
|
38
|
+
"@loopback/rest": "^12.0.9"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"debug": "^4.3.4",
|
|
42
42
|
"tslib": "^2.5.0",
|
|
43
|
-
"typeorm": "^0.3.
|
|
43
|
+
"typeorm": "^0.3.12"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@loopback/boot": "^5.0.
|
|
47
|
-
"@loopback/build": "^9.0.
|
|
48
|
-
"@loopback/core": "^4.0.
|
|
49
|
-
"@loopback/eslint-config": "^13.0.
|
|
50
|
-
"@loopback/repository": "^5.1.
|
|
51
|
-
"@loopback/rest": "^12.0.
|
|
52
|
-
"@loopback/testlab": "^5.0.
|
|
46
|
+
"@loopback/boot": "^5.0.9",
|
|
47
|
+
"@loopback/build": "^9.0.9",
|
|
48
|
+
"@loopback/core": "^4.0.9",
|
|
49
|
+
"@loopback/eslint-config": "^13.0.9",
|
|
50
|
+
"@loopback/repository": "^5.1.4",
|
|
51
|
+
"@loopback/rest": "^12.0.9",
|
|
52
|
+
"@loopback/testlab": "^5.0.9",
|
|
53
53
|
"@types/debug": "^4.1.7",
|
|
54
54
|
"@types/json-schema": "^7.0.11",
|
|
55
55
|
"@types/node": "^14.18.36",
|
|
56
56
|
"sqlite3": "^5.1.4"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9"
|
|
59
59
|
}
|
|
File without changes
|