@wundergraph/cosmo-shared 0.5.0 → 0.5.1

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # Shared
2
2
 
3
+ [![npm version](https://badge.fury.io/js/%40wundergraph%2Fcosmo-shared.svg)](https://badge.fury.io/js/%40wundergraph%2Fcosmo-shared)
4
+
5
+
3
6
  This directory contains files that are shared between the different projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wundergraph/cosmo-shared",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Shared code between WunderGraph Cosmo packages",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@graphql-tools/schema": "^8.5.1",
32
32
  "@graphql-tools/utils": "^9.2.1",
33
- "@wundergraph/composition": "0.5.0",
34
- "@wundergraph/cosmo-connect": "0.5.0",
33
+ "@wundergraph/composition": "0.5.1",
34
+ "@wundergraph/cosmo-connect": "0.6.0",
35
35
  "graphql": "^16.7.1",
36
36
  "openai": "^3.3.0",
37
37
  "pino": "^8.14.1",
@@ -44,5 +44,5 @@
44
44
  "typescript": "^5.1.3",
45
45
  "vitest": "^0.34.1"
46
46
  },
47
- "gitHead": "1a00f5d7d487414e449d07c0db957abcff46dc2c"
47
+ "gitHead": "3d8d681aad9c26c6c4912cd14ae3b60fd0b66b9e"
48
48
  }