@loopback/example-todo 8.0.0 → 8.0.2
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,22 @@
|
|
|
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
|
+
## [8.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.0.1...@loopback/example-todo@8.0.2) (2024-05-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.0.0...@loopback/example-todo@8.0.1) (2024-04-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.1.5...@loopback/example-todo@8.0.0) (2024-03-04)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
dba42d1c41f25ae6af3a431716737c906f6afd65 {"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-vPKst7xrG4YIyBmla9dfrSn4iLtjeSqO9mjgw/3a6a3qOkpXb0dTPGDky1vr/4d0kH1ZbqzenL2QEb5B2hP4Nw==","time":1715904435026,"size":645,"metadata":{"statusCode":200,"headers":{"date":"Fri, 17 May 2024 00:07:14 GMT","content-type":"application/json","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=01283c52a450101333483832fb6f6aeb255753ae7a8104a583b31dc1cbbdaa9439830e2b01ab806a2de6c3ed23c224ffa2d0da6ee0; Path=/; Domain=.geocoding.geo.census.gov;"},"createdAt":1715904435018}}
|
|
3
|
+
b9a95e1f20e62aea67ae7b5fd65670a85491e050 {"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-vPKst7xrG4YIyBmla9dfrSn4iLtjeSqO9mjgw/3a6a3qOkpXb0dTPGDky1vr/4d0kH1ZbqzenL2QEb5B2hP4Nw==","time":1715904436175,"size":645,"metadata":{"statusCode":200,"headers":{"date":"Fri, 17 May 2024 00:07:16 GMT","content-type":"application/json","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=01283c52a40ff56b947965e3705cfacb19616ae093b98dd36892a076903a97f06c41edcd898cacf60ee5148c5c1749b1a38080deda; Path=/; Domain=.geocoding.geo.census.gov;"},"createdAt":1715904436166}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
2
|
+
469371ad685a822abf98b7281e21b95a3232b17c {"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":1715904437107,"size":237,"metadata":{"statusCode":200,"headers":{"date":"Fri, 17 May 2024 00:07:17 GMT","content-type":"application/json","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=01283c52a4816221429d9e3dbb0ea1d014defe7fc1eb8a3fa7c405ef83cfd0ebf9ea2636ff85d0925590aa8038ea6d36bacb2b027c; Path=/; Domain=.geocoding.geo.census.gov;"},"createdAt":1715904437106}}
|
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": "8.0.
|
|
4
|
+
"version": "8.0.2",
|
|
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": "18 || 20"
|
|
25
|
+
"node": "18 || 20 || 22"
|
|
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": "^7.0.
|
|
55
|
-
"@loopback/core": "^6.0.
|
|
56
|
-
"@loopback/repository": "^7.0.
|
|
57
|
-
"@loopback/rest": "^14.0.
|
|
58
|
-
"@loopback/rest-explorer": "^7.0.
|
|
59
|
-
"@loopback/service-proxy": "^7.0.
|
|
60
|
-
"loopback-connector-rest": "^5.0.
|
|
54
|
+
"@loopback/boot": "^7.0.2",
|
|
55
|
+
"@loopback/core": "^6.0.2",
|
|
56
|
+
"@loopback/repository": "^7.0.2",
|
|
57
|
+
"@loopback/rest": "^14.0.2",
|
|
58
|
+
"@loopback/rest-explorer": "^7.0.2",
|
|
59
|
+
"@loopback/service-proxy": "^7.0.2",
|
|
60
|
+
"loopback-connector-rest": "^5.0.1",
|
|
61
61
|
"morgan": "^1.10.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@loopback/build": "^11.0.
|
|
66
|
-
"@loopback/eslint-config": "^15.0.
|
|
67
|
-
"@loopback/http-caching-proxy": "^6.0.
|
|
68
|
-
"@loopback/testlab": "^7.0.
|
|
69
|
-
"@types/lodash": "^4.
|
|
65
|
+
"@loopback/build": "^11.0.2",
|
|
66
|
+
"@loopback/eslint-config": "^15.0.2",
|
|
67
|
+
"@loopback/http-caching-proxy": "^6.0.2",
|
|
68
|
+
"@loopback/testlab": "^7.0.2",
|
|
69
|
+
"@types/lodash": "^4.17.3",
|
|
70
70
|
"@types/morgan": "^1.9.9",
|
|
71
|
-
"@types/node": "^16.18.
|
|
71
|
+
"@types/node": "^16.18.96",
|
|
72
72
|
"eslint": "^8.57.0",
|
|
73
73
|
"lodash": "^4.17.21",
|
|
74
74
|
"typescript": "~5.2.2"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "06b27e1b47cea48b54280e5590bb165e11fbeb10"
|
|
77
77
|
}
|