Skip to content

Commit

Permalink
Bumped v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed May 9, 2024
1 parent 37e68f8 commit 3181f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AiWarpGenerator extends ServiceGenerator {
// TODO: temporary fix, when running the typescript files directly
// (in tests) this goes a directory above the actual project. Exposing
// temporarily until I come up with something better
aiWarpPackageJsonPath: join(import.meta.dirname, '..', '..', 'package.json')
aiWarpPackageJsonPath: join(dir, '..', '..', 'package.json')
}
return Object.assign({}, defaultBaseConfig, defaultConfig)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/ai-warp",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",
"type": "module",
"bin": {
Expand Down

0 comments on commit 3181f3e

Please sign in to comment.