gomtm 0.0.538 → 0.0.540

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/dist/gomtm CHANGED
Binary file
package/dist/main.js CHANGED
@@ -3421,8 +3421,7 @@ function projectRoot(...paths) {
3421
3421
  }
3422
3422
  async function getWorkspacePackages() {
3423
3423
  const appsDir = projectRoot(appsDirRoot);
3424
- const packageDir = projectRoot("packages");
3425
- const result = await [packageDir, appsDir].flatMap((dir1) => {
3424
+ const result = await [appsDir].flatMap((dir1) => {
3426
3425
  const appPackages = readdirSync(dir1, { recursive: false }).filter((x) => {
3427
3426
  const packageJson = resolve(dir1, x.toString(), "package.json");
3428
3427
  return existsSync(packageJson);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.538",
3
+ "version": "0.0.540",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -67,10 +67,7 @@
67
67
  "build": "next build",
68
68
  "gomtm": "bun src/cli/main.ts",
69
69
  "dev": "bun with-env next dev",
70
- "dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
71
- "with-env": "dotenv -e ./env/gomtm.env --",
72
- "codegen": "graphql-codegen --config codegen.ts",
73
- "relay": "relay-compiler"
70
+ "with-env": "dotenv -e ./env/gomtm.env --"
74
71
  },
75
72
  "dependencies": {
76
73
  "@as-integrations/next": "^3.0.0",
@@ -125,11 +122,6 @@
125
122
  "@edge-runtime/jest-environment": "^2.3.10",
126
123
  "@edge-runtime/jest-expect": "^1.2.0",
127
124
  "@edge-runtime/ponyfill": "^2.4.2",
128
- "@graphql-codegen/add": "^5.0.0",
129
- "@graphql-codegen/cli": "^5.0.2",
130
- "@graphql-codegen/client-preset": "^4.3.0",
131
- "@graphql-codegen/typescript-operations": "^4.0.1",
132
- "@graphql-codegen/typescript-react-query": "^6.1.0",
133
125
  "@graphql-typed-document-node/core": "^3.2.0",
134
126
  "@jest/globals": "^29.7.0",
135
127
  "@netlify/plugin-nextjs": "^4.29.2",
@@ -194,9 +186,7 @@
194
186
  "eslint-plugin-testing-library": "latest",
195
187
  "eslint-plugin-unused-imports": "latest",
196
188
  "extract-files": "^13.0.0",
197
- "file-loader": "^6.2.0",
198
189
  "fork-ts-checker-webpack-plugin": "^7.2.13",
199
- "graphql-codegen-typescript-validation-schema": "^0.15.0",
200
190
  "jsdom": "^24.0.0",
201
191
  "less": "^4.1.3",
202
192
  "less-loader": "^11.1.0",