File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ bun run files-to-prompt.ts [options] [paths]
38
38
Alternatively you can download the script directly:
39
39
- from jsr.io:
40
40
``` shell
41
- curl https://jsr.io/@fry69/files-to-prompt-ts/0.4.3 /files-to-prompt.ts > ftp.ts
41
+ curl https://jsr.io/@fry69/files-to-prompt-ts/0.5.0 /files-to-prompt.ts > ftp.ts
42
42
```
43
43
- from GitHub:
44
44
``` shell
45
- curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.4.3 /files-to-prompt.ts > ftp.ts
45
+ curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.5.0 /files-to-prompt.ts > ftp.ts
46
46
```
47
47
48
48
Don't forget to make the script executable with ` chmod +x ftp.ts ` and move it to a location where it is accessible from your system's ` $PATH ` (optional).
@@ -120,7 +120,7 @@ This repository includes a comprehensive test script to ensure `files-to-prompt.
120
120
bun test --coverage
121
121
```
122
122
123
- Recent test status (v0.4.3 using nbconvert-shim):
123
+ Recent test status (v0.5.0 using nbconvert-shim):
124
124
125
125
```
126
126
bun test v1.1.4 (fbe2fe0c)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import path from 'node:path';
6
6
import { fileURLToPath } from 'node:url' ;
7
7
import { execSync } from 'node:child_process' ;
8
8
9
- const VERSION = '0.4.3 ' ;
9
+ const VERSION = '0.5.0 ' ;
10
10
11
11
/**
12
12
* Represents compatibility configuration with various engines.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fry69/files-to-prompt-ts" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"exports" : " ./files-to-prompt.ts"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fry69/files-to-prompt-ts" ,
3
3
"module" : " files-to-prompt.ts" ,
4
- "version" : " 0.4.3 " ,
4
+ "version" : " 0.5.0 " ,
5
5
"repository" : " https://github.com/fry69/files-to-prompt-ts" ,
6
6
"devDependencies" : {
7
7
"@types/bun" : " latest"
You can’t perform that action at this time.
0 commit comments