@bitblit/ratchet-epsilon-common 6.1.185-alpha → 6.1.192-alpha

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.
Files changed (2) hide show
  1. package/package.json +19 -17
  2. package/CHANGELOG.md +0 -178
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-epsilon-common",
3
- "version": "6.1.185-alpha",
3
+ "version": "6.1.192-alpha",
4
4
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5
5
  "sideEffects": false,
6
6
  "bin": {
@@ -41,14 +41,6 @@
41
41
  "arrowParens": "always"
42
42
  },
43
43
  "config": {},
44
- "scripts": {
45
- "run-local-container-server": "yarn mod:build && node bin/cli.js run-local-container-server",
46
- "run-build-sample-server": "yarn mod:build && node bin/cli.js run-sample-local-server",
47
- "run-sample-server": "node bin/cli.js run-sample-local-server",
48
- "run-test-error-server": "yarn mod:build && node bin/cli.js run-test-error-server",
49
- "run-batch-sample-server": "yarn mod:build && node bin/cli.js run-sample-local-batch-server",
50
- "run-background-process-from-command-line-dry-run": "yarn mod:build && node bin/cli.js run-background-process"
51
- },
52
44
  "keywords": [
53
45
  "epsilon",
54
46
  "lambda",
@@ -66,11 +58,13 @@
66
58
  "@aws-sdk/client-s3": "3.996.0",
67
59
  "@aws-sdk/client-sns": "3.996.0",
68
60
  "@aws-sdk/client-sqs": "3.996.0",
61
+ "@aws-sdk/client-batch": "3.996.0",
69
62
  "@aws-sdk/types": "3.973.1",
70
- "@bitblit/ratchet-aws": "6.1.185-alpha",
71
- "@bitblit/ratchet-common": "6.1.185-alpha",
72
- "@bitblit/ratchet-misc": "6.1.185-alpha",
73
- "@bitblit/ratchet-node-only": "6.1.185-alpha",
63
+ "@bitblit/ratchet-aws": "6.1.192-alpha",
64
+ "@bitblit/ratchet-common": "6.1.192-alpha",
65
+ "@bitblit/ratchet-misc": "6.1.192-alpha",
66
+ "@bitblit/ratchet-node-only": "6.1.192-alpha",
67
+ "@bitblit/ratchet-aws-node-only": "6.1.192-alpha",
74
68
  "@smithy/abort-controller": "4.2.9",
75
69
  "@smithy/smithy-client": "4.11.7",
76
70
  "@smithy/util-waiter": "4.2.9",
@@ -78,6 +72,7 @@
78
72
  "commander": "14.0.3",
79
73
  "cross-fetch": "4.1.0",
80
74
  "js-yaml": "4.1.1",
75
+ "jsonwebtoken": "9.0.3",
81
76
  "jwks-rsa": "3.2.2",
82
77
  "luxon": "3.7.2",
83
78
  "route-parser": "0.0.5",
@@ -87,10 +82,11 @@
87
82
  },
88
83
  "peerDependencies": {
89
84
  "@apollo/server": "^5.4.0",
90
- "@bitblit/ratchet-aws": "6.1.185-alpha",
91
- "@bitblit/ratchet-common": "6.1.185-alpha",
92
- "@bitblit/ratchet-misc": "6.1.185-alpha",
93
- "@bitblit/ratchet-node-only": "6.1.185-alpha",
85
+ "@bitblit/ratchet-aws": "6.1.192-alpha",
86
+ "@bitblit/ratchet-common": "6.1.192-alpha",
87
+ "@bitblit/ratchet-misc": "6.1.192-alpha",
88
+ "@bitblit/ratchet-node-only": "6.1.192-alpha",
89
+ "@bitblit/ratchet-aws-node-only": "6.1.192-alpha",
94
90
  "@graphql-tools/schema": "^10.0.31",
95
91
  "@graphql-tools/utils": "^11.0.0",
96
92
  "graphql": "^16.12.0"
@@ -117,5 +113,11 @@
117
113
  "aws-sdk-client-mock": "4.1.0",
118
114
  "graphql": "16.12.0",
119
115
  "graphql-tag": "2.12.6"
116
+ },
117
+ "scripts": {
118
+ "build": "tsc",
119
+ "test": "vitest run",
120
+ "test-coverage": "vitest run --coverage",
121
+ "custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks"
120
122
  }
121
123
  }
package/CHANGELOG.md DELETED
@@ -1,178 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [Notes]
9
-
10
- The comments above about changelogs and semantic versioning start about 2022-09-05. I'm trying to be better about
11
- documenting things now, but earlier versions of Ratchet don't necessarily fully follow semantic versioning.
12
-
13
- Alpha releases are exactly what they sound like - places where I am trying out new things that aren't ready for prime
14
- time, but I need published to see how they interact with the rest of my software ecosystem. If you use an alpha
15
- package without knowing why it is alpha you'll get exactly what you deserve.
16
-
17
- ## [Unreleased]
18
-
19
- - Currently, expanding Epsilon to take advantage of CDK for my most common deployments
20
-
21
- ## [4.0.x] - In Process
22
-
23
- - Added ability to serve HTTPS from the sample local server
24
- - Switched to AWS SDK version 3
25
- - Switched to Apollo version 4
26
-
27
- ## [3.3.x] - 2023-01-02
28
-
29
- ### Added
30
-
31
- - DaemonHandler and associated classes to make it easy to expose Ratchet Daemons through your REST API
32
-
33
- ### Changed
34
-
35
- - Changed the index files to move all deployment to its own barrel, so that if you don't use CDK you don't have to have it in your build
36
-
37
- ## [3.2.x] - 2022-12-12
38
-
39
- ### Changed
40
-
41
- - Updated to newer library versions
42
-
43
- ## [3.1.x] - 2022-11-21
44
-
45
- ### Changed
46
-
47
- - Updated to newer library versions
48
- - (Backwards incompatible) Changed Local web token manipulator to be async to allow keys to be pulled from async source
49
- - Refactored local web token manipulator to delegate all actual work to JwtRatchet
50
- - New JwtRatchet correctly uses the exp field as seconds instead of MS (may log out old tokens, or push exp so far in the
51
- future that changing keys is advisable)
52
- - Updated Commander to much newer version, breaking old wiring
53
-
54
- ## [2.1.x] - 2022-10-27
55
-
56
- ### Changed
57
-
58
- - Updated to newer library versions
59
- - Official release of CDK support for "Standard" Epsilon design
60
-
61
- ## [1.0.x] - 2022-08-24
62
-
63
- ### Added
64
-
65
- - Support for trace id and level in structured logs
66
-
67
- ### Changed
68
-
69
- - Switched to default to structured logging
70
-
71
- ## [0.13.x] - 2022-01-26
72
-
73
- ### Changed
74
-
75
- - Updated AWS, switched to Github actions
76
- - Above 0.13.10 added most basic support for ApiGatewayV2 (and Lambda Function Url) handling backwards compatibility
77
-
78
- ## [0.12.x] - 2022-01-16
79
-
80
- ### Changed
81
-
82
- - Updated Apollo (GraphQL) to v3 which may be backwards incompatible
83
-
84
- ## [0.11.x] - 2021-11-01
85
-
86
- ### Changed
87
-
88
- - Adding concept of inter-api events (Only useful when combining multiple related apis and decoupling)
89
-
90
- ## [0.10.x] - 2021-09-10
91
-
92
- ### Changed
93
-
94
- - Deprecated Salt Mine library and moved all handling into Epsilon under "Background" handling
95
- - Switched HTTP handling to a filter based model
96
-
97
- ## [0.9.x] - 2021-02-28
98
-
99
- ### Changed
100
-
101
- - TBD
102
-
103
- ## [0.8.x] - 2021-02-26
104
-
105
- ### Changed
106
-
107
- - Updated core libs
108
- - Switched to Luxon from Moment to match Ratchet
109
-
110
- ## [0.7.x] - 2021-01-08
111
-
112
- ### Changed
113
-
114
- - Updated core libs
115
- - Added ContextUtil to get static access to the AWS context object
116
- - Renamed apiGateway to http in config
117
- - Add ability to log JWT parse errors at defined levels
118
- - Added new endpoints to the sample server
119
- - Added outbound model validation
120
- - Added blocking on "null" literal string on query and path params
121
- - Added request id as outbound header
122
- - Added better (no longer crashes) handling when a null object returns from a handler
123
-
124
- ## [0.6.x] - 2020-11-04
125
-
126
- ### Changed
127
-
128
- - Updated core libs
129
- - Added richer error object and builder pattern for errors
130
-
131
- ## [0.5.x] - 2020-09-19
132
-
133
- ### Changed
134
-
135
- - Updated core libs
136
- - Moved to eslint and cleaned up
137
-
138
- ## [0.4.x] - 2020-07-08
139
-
140
- ### Changed
141
-
142
- - Switched logging for GraphQL introspection calls on local-server down to silly level
143
- - Updated to new version of libraries
144
- - Switched to js-yaml instead of node-yaml
145
- - Moved api-gateway package to http package to reflect that this also handles ALB endpoints
146
-
147
- ## [0.3.x] - 2020-04-30
148
-
149
- ### Changed
150
-
151
- - Remapped CRON handler to be able to filter on more than just the incoming Event name. Given the new mapping,
152
- I'd recommend just setting up an "every minute" Cloudwatch event and using filters. Filters now allow
153
- running multiple Batch processors, eg Dev/QA/Prod
154
- - Adding logging of request ID to output errors
155
- - Added default error (to allow masking of 500 errors in prod and prevent information leakage)
156
- - Allow optional access to the request context for handlers (esp for the request id, remaining time)
157
-
158
- ## [0.2.x] - 2020-02-13
159
-
160
- ### Changed
161
-
162
- - TBD when I do some repo diving
163
-
164
- ## [0.1.x] - 2019-08-02
165
-
166
- ### Changed
167
-
168
- - TBD when I do some repo diving
169
-
170
- ## [0.0.x] - 2018-07-13
171
-
172
- ### Changed
173
-
174
- - TBD when I do some repo diving
175
-
176
- ### Added
177
-
178
- - Initial releases