@galaxy-stack/orbit-graphql-federation 0.1.5 → 0.1.6

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 (3) hide show
  1. package/README.md +47 -0
  2. package/dist/index.js +493 -3101
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@galaxy-stack/orbit-graphql-federation",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "GraphQL Federation support for Orbit framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "scripts": {
9
- "build": "bun build ./src/index.ts --outdir ./dist --target bun --external reflect-metadata --external @galaxy-stack/orbit-core --external @galaxy-stack/orbit-graphql",
9
+ "build": "bun build ./src/index.ts --outdir ./dist --target bun --packages external",
10
10
  "dev": "bun --watch src/index.ts",
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
@@ -14,8 +14,8 @@
14
14
  "graphql": "^16.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@galaxy-stack/orbit-core": "^0.1.7",
18
- "@galaxy-stack/orbit-graphql": "^0.1.5"
17
+ "@galaxy-stack/orbit-core": "^0.1.9",
18
+ "@galaxy-stack/orbit-graphql": "^0.1.6"
19
19
  },
20
20
  "devDependencies": {
21
21
  "graphql": "^16.9.0",