jaypie 1.0.39 → 1.0.40
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ These packages are included in `jaypie`. They may be installed separately in the
|
|
|
59
59
|
| Package | Exports | Description |
|
|
60
60
|
| ------- | ------- | ----------- |
|
|
61
61
|
| `@jaypie/aws` | `getMessages`, `getSecret`, `sendBatchMessages`, `sendMessage` | AWS helpers |
|
|
62
|
-
| `@jaypie/datadog | `submitMetric`, `submitMetricSet` | Datadog helpers |
|
|
62
|
+
| `@jaypie/datadog` | `submitMetric`, `submitMetricSet` | Datadog helpers |
|
|
63
63
|
| `@jaypie/express` | `expressHandler` | Express entry point |
|
|
64
64
|
| `@jaypie/lambda` | `lambdaHandler` | Lambda entry point |
|
|
65
65
|
| `@jaypie/mongoose` | `connect`, `connectFromSecretEnv`, `disconnect`, `mongoose` | MongoDB management |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jaypie",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"author": "Finlayson Studio",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@jaypie/aws": "^1.0.8",
|
|
31
31
|
"@jaypie/core": "^1.0.41",
|
|
32
32
|
"@jaypie/datadog": "^1.0.3",
|
|
33
|
-
"@jaypie/express": "^1.0.
|
|
34
|
-
"@jaypie/lambda": "^1.0.
|
|
33
|
+
"@jaypie/express": "^1.0.10",
|
|
34
|
+
"@jaypie/lambda": "^1.0.12",
|
|
35
35
|
"@jaypie/mongoose": "^1.0.9"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|