@milkio/astra 1.0.0-alpha.35 → 1.0.0-alpha.37

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -137,7 +137,7 @@ export const createAstra = async <AstraOptions extends AstraOptionsInit, Generat
137
137
  const paths = {
138
138
  cwd: join(cwd(), "projects", projectName),
139
139
  milkio: join(cwd(), "projects", projectName, ".milkio"),
140
- generated: join(cwd(), "projects", projectName, ".milkio", "generated"),
140
+ generated: join(cwd(), "projects", projectName, ".milkio"),
141
141
  };
142
142
 
143
143
  const execute = async (path: Parameters<MirrorWorld["execute"]>[0], optionsInit?: Parameters<MirrorWorld["execute"]>[1]) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milkio/astra",
3
3
  "module": "index.ts",
4
- "version": "1.0.0-alpha.35",
4
+ "version": "1.0.0-alpha.37",
5
5
  "type": "module",
6
6
  "devDependencies": {
7
7
  "@types/bun": "latest"