@bitblit/ratchet-epsilon-common 4.0.134-alpha → 4.0.136-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-epsilon-common",
3
- "version": "4.0.134-alpha",
3
+ "version": "4.0.136-alpha",
4
4
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5
5
  "sideEffects": false,
6
6
  "bin": {
@@ -46,7 +46,8 @@
46
46
  "build": "yarn clean && yarn generate-barrels && rollup -c rollup.config.js",
47
47
  "force-build": "tsc --build --force",
48
48
  "run-local-container-server": "yarn build && node bin/cli.js run-local-container-server",
49
- "run-sample-server": "yarn build && node bin/cli.js run-sample-local-server",
49
+ "run-build-sample-server": "yarn build && node bin/cli.js run-sample-local-server",
50
+ "run-sample-server": "node bin/cli.js run-sample-local-server",
50
51
  "run-test-error-server": "yarn build && node bin/cli.js run-test-error-server",
51
52
  "run-batch-sample-server": "yarn build && node bin/cli.js run-sample-local-batch-server",
52
53
  "run-background-process-from-command-line-dry-run": "yarn build && node bin/cli.js run-background-process"
@@ -72,10 +73,10 @@
72
73
  "@aws-sdk/client-s3": "3.341.0",
73
74
  "@aws-sdk/client-sns": "3.341.0",
74
75
  "@aws-sdk/client-sqs": "3.341.0",
75
- "@bitblit/ratchet-aws": "4.0.134-alpha",
76
- "@bitblit/ratchet-common": "4.0.134-alpha",
77
- "@bitblit/ratchet-misc": "4.0.134-alpha",
78
- "@bitblit/ratchet-node-only": "4.0.134-alpha",
76
+ "@bitblit/ratchet-aws": "4.0.136-alpha",
77
+ "@bitblit/ratchet-common": "4.0.136-alpha",
78
+ "@bitblit/ratchet-misc": "4.0.136-alpha",
79
+ "@bitblit/ratchet-node-only": "4.0.136-alpha",
79
80
  "clear": "0.1.0",
80
81
  "commander": "10.0.1",
81
82
  "cross-fetch": "3.1.6",
@@ -114,16 +115,23 @@
114
115
  "ws": "^8.12.0",
115
116
  "y18n": "^5.0.8"
116
117
  },
117
- "peerDependencies": {},
118
+ "peerDependencies": {
119
+ "@apollo/server": "^4.7.1",
120
+ "graphql": "^16.6.0"
121
+ },
118
122
  "peerDependenciesMeta": {
123
+ "@apollo/server": {
124
+ "optional": true
125
+ },
119
126
  "graphql": {
120
127
  "optional": true
121
128
  }
122
129
  },
123
130
  "devDependencies": {
124
- "@bitblit/ratchet-jest": "4.0.134-alpha",
131
+ "@bitblit/ratchet-jest": "4.0.136-alpha",
125
132
  "@types/aws-lambda": "8.10.115",
126
- "apollo-server-lambda": "3.12.0",
133
+ "@apollo/server": "4.7.1",
134
+ "graphql-tag": "2.12.6",
127
135
  "aws-sdk-client-mock": "2.1.1",
128
136
  "graphql": "16.6.0"
129
137
  }