Commit 5beb081
committed
Update project configuration and dependencies for OmniScript
## Summary
- Added a new `.env.example` file to provide environment variable examples for development.
- Updated `package-lock.json` and `pnpm-lock.yaml` to reflect new dependencies and versions, including the addition of `omniscript-parser` and updates to ESLint and TypeScript packages.
- Refactored `cli/package.json` to rename the CLI tool from `@osf/cli` to `omniscript-cli` and updated its version to `0.5.1`.
- Changed import statements in `cli/src/osf.ts` to use the new `omniscript-parser` package instead of the previous path.
- Updated `parser/package.json` to rename the parser package from `@osf/parser` to `omniscript-parser`.
## Testing
- Run `pnpm test` to ensure all new and existing tests pass successfully.1 parent bc2a3a3 commit 5beb081
File tree
6 files changed
+4047
-133
lines changed- cli
- src
- parser
6 files changed
+4047
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments