@bitblit/ratchet-epsilon-common 6.1.192-alpha → 6.1.196-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 +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-epsilon-common",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.196-alpha",
|
|
4
4
|
"description": "Tiny adapter to simplify building API gateway Lambda APIS",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"bin": {
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@aws-sdk/client-sqs": "3.996.0",
|
|
61
61
|
"@aws-sdk/client-batch": "3.996.0",
|
|
62
62
|
"@aws-sdk/types": "3.973.1",
|
|
63
|
-
"@bitblit/ratchet-aws": "6.1.
|
|
64
|
-
"@bitblit/ratchet-common": "6.1.
|
|
65
|
-
"@bitblit/ratchet-misc": "6.1.
|
|
66
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
67
|
-
"@bitblit/ratchet-aws-node-only": "6.1.
|
|
63
|
+
"@bitblit/ratchet-aws": "6.1.196-alpha",
|
|
64
|
+
"@bitblit/ratchet-common": "6.1.196-alpha",
|
|
65
|
+
"@bitblit/ratchet-misc": "6.1.196-alpha",
|
|
66
|
+
"@bitblit/ratchet-node-only": "6.1.196-alpha",
|
|
67
|
+
"@bitblit/ratchet-aws-node-only": "6.1.196-alpha",
|
|
68
68
|
"@smithy/abort-controller": "4.2.9",
|
|
69
69
|
"@smithy/smithy-client": "4.11.7",
|
|
70
70
|
"@smithy/util-waiter": "4.2.9",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
"swagger-model-validator": "3.0.21"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@apollo/server": "^5.
|
|
85
|
-
"@bitblit/ratchet-aws": "6.1.
|
|
86
|
-
"@bitblit/ratchet-common": "6.1.
|
|
87
|
-
"@bitblit/ratchet-misc": "6.1.
|
|
88
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
89
|
-
"@bitblit/ratchet-aws-node-only": "6.1.
|
|
84
|
+
"@apollo/server": "^5.5.0",
|
|
85
|
+
"@bitblit/ratchet-aws": "6.1.196-alpha",
|
|
86
|
+
"@bitblit/ratchet-common": "6.1.196-alpha",
|
|
87
|
+
"@bitblit/ratchet-misc": "6.1.196-alpha",
|
|
88
|
+
"@bitblit/ratchet-node-only": "6.1.196-alpha",
|
|
89
|
+
"@bitblit/ratchet-aws-node-only": "6.1.196-alpha",
|
|
90
90
|
"@graphql-tools/schema": "^10.0.31",
|
|
91
91
|
"@graphql-tools/utils": "^11.0.0",
|
|
92
92
|
"graphql": "^16.12.0"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@apollo/server": "5.
|
|
109
|
+
"@apollo/server": "5.5.0",
|
|
110
110
|
"@graphql-tools/schema": "10.0.31",
|
|
111
111
|
"@graphql-tools/utils": "11.0.0",
|
|
112
112
|
"@types/aws-lambda": "8.10.160",
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"build": "tsc",
|
|
119
119
|
"test": "vitest run",
|
|
120
120
|
"test-coverage": "vitest run --coverage",
|
|
121
|
-
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks"
|
|
121
|
+
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
|
|
122
|
+
"clean": "shx rm -Rf lib"
|
|
122
123
|
}
|
|
123
124
|
}
|