@loopback/example-todo 6.0.4 → 6.0.6

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 CHANGED
@@ -3,6 +3,14 @@
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.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.5...@loopback/example-todo@6.0.6) (2022-12-14)
7
+
8
+ **Note:** Version bump only for package @loopback/example-todo
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @loopback/example-todo
13
+
6
14
  ## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.3...@loopback/example-todo@6.0.4) (2022-10-13)
7
15
 
8
16
  **Note:** Version bump only for package @loopback/example-todo
@@ -0,0 +1 @@
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"}]}}
@@ -0,0 +1 @@
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":[]}}
@@ -0,0 +1,3 @@
1
+
2
+ 338e137d2a9ff56c41edf0d9223e1e049792d120 {"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":1671031425691,"size":646,"metadata":{"statusCode":200,"headers":{"date":"Wed, 14 Dec 2022 15:23:45 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=01283c52a4c9b6ce4f2c8da7fe978682b8932595b08ed4793b3d16bb5d52fc9c92e93bc8dfb958da9a61efd937ae47320c9e8abcdb; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1671031425679}}
3
+ d4dc9a65c6de6e1cd200b185c4545878106f834e {"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":1671031425691,"size":646,"metadata":{"statusCode":200,"headers":{"date":"Wed, 14 Dec 2022 15:23:45 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=01283c52a48bf511c48795534aad1dffd30ade583d092f4fc557228fc95d439dfd7dba12a3fa49713c94cfdfa54f85bba73fdab96a; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1671031425679}}
@@ -0,0 +1,2 @@
1
+
2
+ 804a23cc62870a198662b19b7f6ab277f63c659f {"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":1671031426004,"size":237,"metadata":{"statusCode":200,"headers":{"date":"Wed, 14 Dec 2022 15:23:46 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=01283c52a4799600db94f3b016e44cde94fde497bcfa43a42b5474cb5969a2c2d6092254f710e861896c3b86f4f240836b20951bc9; Path=/; Domain=.geocoding.geo.census.gov"]},"createdAt":1671031426001}}
@@ -11,4 +11,4 @@ export declare class Todo extends Entity {
11
11
  }
12
12
  export interface TodoRelations {
13
13
  }
14
- export declare type TodoWithRelations = Todo & TodoRelations;
14
+ export type TodoWithRelations = Todo & TodoRelations;
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",
4
+ "version": "6.0.6",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "LoopBack",
@@ -51,27 +51,27 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@loopback/boot": "^5.0.4",
55
- "@loopback/core": "^4.0.4",
56
- "@loopback/repository": "^5.0.4",
57
- "@loopback/rest": "^12.0.4",
58
- "@loopback/rest-explorer": "^5.0.4",
59
- "@loopback/service-proxy": "^5.0.4",
60
- "loopback-connector-rest": "^4.0.1",
54
+ "@loopback/boot": "^5.0.6",
55
+ "@loopback/core": "^4.0.6",
56
+ "@loopback/repository": "^5.1.1",
57
+ "@loopback/rest": "^12.0.6",
58
+ "@loopback/rest-explorer": "^5.0.6",
59
+ "@loopback/service-proxy": "^5.0.6",
60
+ "loopback-connector-rest": "^4.0.2",
61
61
  "morgan": "^1.10.0",
62
- "tslib": "^2.4.0"
62
+ "tslib": "^2.4.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@loopback/build": "^9.0.4",
66
- "@loopback/eslint-config": "^13.0.4",
67
- "@loopback/http-caching-proxy": "^4.0.4",
68
- "@loopback/testlab": "^5.0.4",
69
- "@types/lodash": "^4.14.186",
65
+ "@loopback/build": "^9.0.6",
66
+ "@loopback/eslint-config": "^13.0.6",
67
+ "@loopback/http-caching-proxy": "^4.0.6",
68
+ "@loopback/testlab": "^5.0.6",
69
+ "@types/lodash": "^4.14.191",
70
70
  "@types/morgan": "^1.9.3",
71
- "@types/node": "^14.18.32",
72
- "eslint": "^8.25.0",
71
+ "@types/node": "^14.18.34",
72
+ "eslint": "^8.28.0",
73
73
  "lodash": "^4.17.21",
74
- "typescript": "~4.8.4"
74
+ "typescript": "~4.9.4"
75
75
  },
76
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
76
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
77
77
  }