We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01f48ad + ee48b1d commit 2a6a03eCopy full SHA for 2a6a03e
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# apollo
2
3
+## 0.20.2
4
+
5
+### Patch Changes
6
7
+- Update adaptor API dependency, fixing an issue in the global agent
8
9
## 0.20.1
10
11
### Patch Changes
bun.lockb
941 Bytes
package.json
@@ -1,7 +1,7 @@
{
"name": "apollo",
"module": "platform/index.ts",
- "version": "0.20.1",
+ "version": "0.20.2",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun platform/src/index.ts",
@@ -19,7 +19,7 @@
19
"dependencies": {
20
"@changesets/cli": "^2.27.3",
21
"@elysiajs/html": "^1.4.0",
22
- "@openfn/adaptor-apis": "^0.2.3",
+ "@openfn/adaptor-apis": "^0.3.0",
23
"elysia": "1.4.27",
24
"jsdoc-babel": "^0.5.0"
25
},
0 commit comments