@bitblit/ratchet-epsilon-common 4.0.342-alpha → 4.0.343-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.
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/local-container-server.d.ts +2 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-epsilon-common",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.343-alpha",
|
|
4
4
|
"description": "Tiny adapter to simplify building API gateway Lambda APIS",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"config": {},
|
|
40
40
|
"scripts": {
|
|
41
|
-
"run-local-container-server": "yarn build && node bin/cli.js run-local-container-server",
|
|
42
|
-
"run-build-sample-server": "yarn build && node bin/cli.js run-sample-local-server",
|
|
41
|
+
"run-local-container-server": "yarn mod:build && node bin/cli.js run-local-container-server",
|
|
42
|
+
"run-build-sample-server": "yarn mod:build && node bin/cli.js run-sample-local-server",
|
|
43
43
|
"run-sample-server": "node bin/cli.js run-sample-local-server",
|
|
44
|
-
"run-test-error-server": "yarn build && node bin/cli.js run-test-error-server",
|
|
45
|
-
"run-batch-sample-server": "yarn build && node bin/cli.js run-sample-local-batch-server",
|
|
46
|
-
"run-background-process-from-command-line-dry-run": "yarn build && node bin/cli.js run-background-process"
|
|
44
|
+
"run-test-error-server": "yarn mod:build && node bin/cli.js run-test-error-server",
|
|
45
|
+
"run-batch-sample-server": "yarn mod:build && node bin/cli.js run-sample-local-batch-server",
|
|
46
|
+
"run-background-process-from-command-line-dry-run": "yarn mod:build && node bin/cli.js run-background-process"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@aws-sdk/client-sns": "3.572.0",
|
|
68
68
|
"@aws-sdk/client-sqs": "3.572.0",
|
|
69
69
|
"@aws-sdk/types": "3.567.0",
|
|
70
|
-
"@bitblit/ratchet-aws": "4.0.
|
|
71
|
-
"@bitblit/ratchet-common": "4.0.
|
|
72
|
-
"@bitblit/ratchet-misc": "4.0.
|
|
73
|
-
"@bitblit/ratchet-node-only": "4.0.
|
|
70
|
+
"@bitblit/ratchet-aws": "4.0.343-alpha",
|
|
71
|
+
"@bitblit/ratchet-common": "4.0.343-alpha",
|
|
72
|
+
"@bitblit/ratchet-misc": "4.0.343-alpha",
|
|
73
|
+
"@bitblit/ratchet-node-only": "4.0.343-alpha",
|
|
74
74
|
"@smithy/abort-controller": "2.2.0",
|
|
75
75
|
"@smithy/smithy-client": "2.5.1",
|
|
76
76
|
"@smithy/util-waiter": "2.2.0",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@apollo/server": "^4.10.4",
|
|
91
|
-
"@bitblit/ratchet-aws": "4.0.
|
|
92
|
-
"@bitblit/ratchet-common": "4.0.
|
|
93
|
-
"@bitblit/ratchet-misc": "4.0.
|
|
94
|
-
"@bitblit/ratchet-node-only": "4.0.
|
|
91
|
+
"@bitblit/ratchet-aws": "4.0.343-alpha",
|
|
92
|
+
"@bitblit/ratchet-common": "4.0.343-alpha",
|
|
93
|
+
"@bitblit/ratchet-misc": "4.0.343-alpha",
|
|
94
|
+
"@bitblit/ratchet-node-only": "4.0.343-alpha",
|
|
95
95
|
"graphql": "^16.8.1"
|
|
96
96
|
},
|
|
97
97
|
"peerDependenciesMeta": {
|