@loopback/example-todo 6.0.5 → 6.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.
- package/CHANGELOG.md +12 -0
- package/dist/models/todo.model.d.ts +1 -1
- package/package.json +18 -18
- package/tsconfig.json +1 -1
- package/dist/__tests__/.http-cache/content-v2/sha512/5a/2b/e46712af3df2c25905bcae1aa4ab3e0b6ad3249ba125aaeb8b550ee22b43f4c63932fc2a6ba068a948f60c6674d529d763e7141b1f63cfed037e1e835618 +0 -1
- package/dist/__tests__/.http-cache/content-v2/sha512/8e/43/e94942945d21ca6484bc81dd45fcd80f173cdf6ad2fc41d1e257dfd2bb5e954cb3b09625a0824257f90f4bb9277e98ffd4863d80ec5dbcfdf07e3d85b1f3 +0 -1
- package/dist/__tests__/.http-cache/index-v5/aa/8c/4c46dde270664199f12b62caf43bb1312fcc7fa68d4bfa1f059926d4a7fc +0 -3
- package/dist/__tests__/.http-cache/index-v5/e0/02/a74f0e3768a83cd7c38f719da156961f4aaa49febea917c0da9f9dfd779f +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.6...@loopback/example-todo@6.0.7) (2023-01-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [6.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.5...@loopback/example-todo@6.0.6) (2022-12-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
17
|
+
|
|
6
18
|
## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.4...@loopback/example-todo@6.0.5) (2022-11-24)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @loopback/example-todo
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/example-todo",
|
|
3
3
|
"description": "Tutorial example on how to build an application with LoopBack 4",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.7",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"loopback",
|
|
7
7
|
"LoopBack",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "examples/todo"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": "14 || 16 ||
|
|
25
|
+
"node": "14 || 16 || 18 || 19"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "lb-tsc",
|
|
@@ -51,27 +51,27 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@loopback/boot": "^5.0.
|
|
55
|
-
"@loopback/core": "^4.0.
|
|
56
|
-
"@loopback/repository": "^5.1.
|
|
57
|
-
"@loopback/rest": "^12.0.
|
|
58
|
-
"@loopback/rest-explorer": "^5.0.
|
|
59
|
-
"@loopback/service-proxy": "^5.0.
|
|
54
|
+
"@loopback/boot": "^5.0.7",
|
|
55
|
+
"@loopback/core": "^4.0.7",
|
|
56
|
+
"@loopback/repository": "^5.1.2",
|
|
57
|
+
"@loopback/rest": "^12.0.7",
|
|
58
|
+
"@loopback/rest-explorer": "^5.0.7",
|
|
59
|
+
"@loopback/service-proxy": "^5.0.7",
|
|
60
60
|
"loopback-connector-rest": "^4.0.2",
|
|
61
61
|
"morgan": "^1.10.0",
|
|
62
62
|
"tslib": "^2.4.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@loopback/build": "^9.0.
|
|
66
|
-
"@loopback/eslint-config": "^13.0.
|
|
67
|
-
"@loopback/http-caching-proxy": "^4.0.
|
|
68
|
-
"@loopback/testlab": "^5.0.
|
|
69
|
-
"@types/lodash": "^4.14.
|
|
70
|
-
"@types/morgan": "^1.9.
|
|
71
|
-
"@types/node": "^14.18.
|
|
72
|
-
"eslint": "^8.
|
|
65
|
+
"@loopback/build": "^9.0.7",
|
|
66
|
+
"@loopback/eslint-config": "^13.0.7",
|
|
67
|
+
"@loopback/http-caching-proxy": "^4.0.7",
|
|
68
|
+
"@loopback/testlab": "^5.0.7",
|
|
69
|
+
"@types/lodash": "^4.14.191",
|
|
70
|
+
"@types/morgan": "^1.9.4",
|
|
71
|
+
"@types/node": "^14.18.36",
|
|
72
|
+
"eslint": "^8.30.0",
|
|
73
73
|
"lodash": "^4.17.21",
|
|
74
|
-
"typescript": "~4.
|
|
74
|
+
"typescript": "~4.9.4"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2"
|
|
77
77
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"result":{"input":{"address":{"address":"1 New Orchard Road, Armonk, 10504"},"benchmark":{"isDefault":true,"benchmarkDescription":"Public Address Ranges - Current Benchmark","id":"4","benchmarkName":"Public_AR_Current"}},"addressMatches":[{"tigerLine":{"side":"L","tigerLineId":"139823557"},"coordinates":{"x":-73.72466486205613,"y":41.10965601083235},"addressComponents":{"zip":"10504","streetName":"ORCHARD","preType":"","city":"ARMONK","preDirection":"","suffixDirection":"","fromAddress":"1","state":"NY","suffixType":"RD","toAddress":"99","suffixQualifier":"","preQualifier":"NEW"},"matchedAddress":"1 NEW ORCHARD RD, ARMONK, NY, 10504"}]}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"result":{"input":{"address":{"address":"this address does not exist"},"benchmark":{"isDefault":true,"benchmarkDescription":"Public Address Ranges - Current Benchmark","id":"4","benchmarkName":"Public_AR_Current"}},"addressMatches":[]}}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
b0133c32280be2cefd2bcdc623a655f8ebf77089 {"key":"GET https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1%20New%20Orchard%20Road%2C%20Armonk%2C%2010504","integrity":"sha512-WivkZxKvPfLCWQW8rhqkqz4LatMkm6ElquuLVQ7iK0P0xjky/CproGipSPYMZnTVKddj5xQbH2PP7QN+HoNWGA==","time":1669298359132,"size":646,"metadata":{"statusCode":200,"headers":{"date":"Thu, 24 Nov 2022 13:59:19 GMT","content-type":"application/json","content-length":"646","connection":"close","x-frame-options":"Deny","cache-control":"private, no-store","strict-transport-security":"max-age=31536000","x-content-type-options":"nosniff","x-xss-protection":"1;mode=block","vary":"Origin","set-cookie":["TS0193e6a1=01283c52a4954b62724bd7bc2f2b7bbd014c068ea1cae57b40325c21de3b611e08ef14cc7fd4487f94c27b9aaeb44a9c291ac32b25; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1669298359112}}
|
|
3
|
-
b07202f4c6fb9234e7a72d0a154c85dd2dbb0711 {"key":"GET https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1%20New%20Orchard%20Road%2C%20Armonk%2C%2010504","integrity":"sha512-WivkZxKvPfLCWQW8rhqkqz4LatMkm6ElquuLVQ7iK0P0xjky/CproGipSPYMZnTVKddj5xQbH2PP7QN+HoNWGA==","time":1669298359173,"size":646,"metadata":{"statusCode":200,"headers":{"date":"Thu, 24 Nov 2022 13:59:19 GMT","content-type":"application/json","content-length":"646","connection":"close","x-frame-options":"Deny","cache-control":"private, no-store","strict-transport-security":"max-age=31536000","x-content-type-options":"nosniff","x-xss-protection":"1;mode=block","vary":"Origin","set-cookie":["TS0193e6a1=01283c52a424fe8d139586b9c40240373bc74e1bd44def68d74b10340c67f9ed95892d90a09aba42a36901d5dad3c03b41d4d20854; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1669298359165}}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
b9ee7e9d9e4c68d2d608bee67a9c952da0ada79b {"key":"GET https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=this%20address%20does%20not%20exist","integrity":"sha512-jkPpSUKUXSHKZIS8gd1F/NgPFzzfatL8QdHiV9/Su16VTLOwliWggkJX+Q9LuSd+mP/Uhj2A7F28/fB+PYWx8w==","time":1669298359599,"size":237,"metadata":{"statusCode":200,"headers":{"date":"Thu, 24 Nov 2022 13:59:19 GMT","content-type":"application/json","content-length":"237","connection":"close","x-frame-options":"Deny","cache-control":"private, no-store","strict-transport-security":"max-age=31536000","x-content-type-options":"nosniff","x-xss-protection":"1;mode=block","vary":"Origin","set-cookie":["TS0193e6a1=01283c52a447f11e57f72e3ab06f7cdbf16321cf8019dfb97e43ff387017e985a5485eafd4e8b02d5fbba7443075f97ee8eedf0d3d; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1669298359591}}
|