@automateinc/fleet-types 1.0.99 → 1.0.100

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.
@@ -50,7 +50,7 @@ async function generateTypes() {
50
50
 
51
51
  const apiRoot = path.resolve(callerRoot, fleetApiPath);
52
52
  const outputPath = path.resolve(callerRoot, fleetApiTypesPath);
53
- const routerSourcePath = path.join(apiRoot, "src/services/trpc.service.ts");
53
+ const routerSourcePath = path.join(apiRoot, "src/services/trpc/index.ts");
54
54
  const prismaTypesPath = path.join(apiRoot, "prisma/types.d.ts");
55
55
  const executableExtension = process.platform === "win32" ? ".cmd" : "";
56
56
  const apiTscPath = path.join(apiRoot, `node_modules/.bin/tsc${executableExtension}`);
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "test": "echo \"Error: no test specified\" && exit 1"
58
58
  },
59
59
  "types": "dist/types/index.d.ts",
60
- "version": "1.0.99"
60
+ "version": "1.0.100"
61
61
  }