@auto-engineer/server-generator-apollo-emmett 0.16.0 → 0.17.0

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 CHANGED
@@ -31,8 +31,8 @@
31
31
  "graphql-type-json": "^0.3.2",
32
32
  "uuid": "^11.0.0",
33
33
  "web-streams-polyfill": "^4.1.0",
34
- "@auto-engineer/message-bus": "0.16.0",
35
- "@auto-engineer/narrative": "0.16.0"
34
+ "@auto-engineer/narrative": "0.17.0",
35
+ "@auto-engineer/message-bus": "0.17.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
@@ -43,9 +43,9 @@
43
43
  "typescript": "^5.8.3",
44
44
  "vitest": "^3.2.4",
45
45
  "tsx": "^4.19.2",
46
- "@auto-engineer/cli": "0.16.0"
46
+ "@auto-engineer/cli": "0.17.0"
47
47
  },
48
- "version": "0.16.0",
48
+ "version": "0.17.0",
49
49
  "scripts": {
50
50
  "generate:server": "tsx src/cli/index.ts",
51
51
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/src/codegen/templates && mkdir -p dist/src/codegen && cp -r src/codegen/templates dist/src/codegen/templates && cp src/server.ts dist/src && cp -r src/utils dist/src && cp -r src/domain dist/src",
@@ -225,6 +225,7 @@ const specVariant1: SpecsSchema = {
225
225
  },
226
226
  },
227
227
  ],
228
+ modules: [],
228
229
  };
229
230
 
230
231
  export default specVariant1;