@bitblit/ratchet-epsilon-common 6.1.182-alpha → 6.1.185-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 (1) hide show
  1. package/package.json +15 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-epsilon-common",
3
- "version": "6.1.182-alpha",
3
+ "version": "6.1.185-alpha",
4
4
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5
5
  "sideEffects": false,
6
6
  "bin": {
@@ -67,10 +67,10 @@
67
67
  "@aws-sdk/client-sns": "3.996.0",
68
68
  "@aws-sdk/client-sqs": "3.996.0",
69
69
  "@aws-sdk/types": "3.973.1",
70
- "@bitblit/ratchet-aws": "6.1.182-alpha",
71
- "@bitblit/ratchet-common": "6.1.182-alpha",
72
- "@bitblit/ratchet-misc": "6.1.182-alpha",
73
- "@bitblit/ratchet-node-only": "6.1.182-alpha",
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",
74
74
  "@smithy/abort-controller": "4.2.9",
75
75
  "@smithy/smithy-client": "4.11.7",
76
76
  "@smithy/util-waiter": "4.2.9",
@@ -87,10 +87,10 @@
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@apollo/server": "^5.4.0",
90
- "@bitblit/ratchet-aws": "6.1.182-alpha",
91
- "@bitblit/ratchet-common": "6.1.182-alpha",
92
- "@bitblit/ratchet-misc": "6.1.182-alpha",
93
- "@bitblit/ratchet-node-only": "6.1.182-alpha",
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",
94
94
  "@graphql-tools/schema": "^10.0.31",
95
95
  "@graphql-tools/utils": "^11.0.0",
96
96
  "graphql": "^16.12.0"
@@ -99,6 +99,12 @@
99
99
  "@apollo/server": {
100
100
  "optional": true
101
101
  },
102
+ "@graphql-tools/schema": {
103
+ "optional": true
104
+ },
105
+ "@graphql-tools/utils": {
106
+ "optional": true
107
+ },
102
108
  "graphql": {
103
109
  "optional": true
104
110
  }