File tree Expand file tree Collapse file tree 5 files changed +3041
-1256
lines changed Expand file tree Collapse file tree 5 files changed +3041
-1256
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "semi": true,
3
+ "trailingComma": "es5",
4
+ "singleQuote": false,
5
+ "printWidth": 100,
6
+ "tabWidth": 2,
7
+ "useTabs": true
8
+ }
Original file line number Diff line number Diff line change 1
1
# tfjs-image-node
2
2
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add prettier and format
8
+
3
9
## 2.0.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tfjs-image-node" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A simple image classifier using tfjs and running in node.js" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
14
14
"test" : " vitest run" ,
15
15
"lint" : " tsc" ,
16
16
"ci" : " pnpm run lint && pnpm run test && pnpm run build" ,
17
- "prerelease" : " pnpm run lint && pnpm run test && pnpm run build" ,
18
- "release" : " changeset publish"
17
+ "prerelease" : " pnpm run lint && pnpm format && pnpm run test && pnpm run build" ,
18
+ "release" : " changeset publish" ,
19
+ "format" : " prettier --write ."
19
20
},
20
21
"homepage" : " https://github.com/kevinanielsen/tfjs-image-node/" ,
21
22
"repository" : {
45
46
"@changesets/changelog-github" : " ^0.5.0" ,
46
47
"@changesets/cli" : " ^2.27.1" ,
47
48
"@types/node" : " ^20.10.0" ,
49
+ "prettier" : " ^3.1.0" ,
48
50
"ts-node" : " ^10.9.1" ,
49
51
"tsup" : " ^8.0.1" ,
50
52
"typescript" : " ^5.3.2" ,
You can’t perform that action at this time.
0 commit comments