File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " eslint-plugin-obsidian" ,
33 "description" : " ESLint rules for Obsidian" ,
44 "main" : " dist/index.js" ,
5- "version" : " 2.27.0-alpha.0 " ,
5+ "version" : " 2.27.0" ,
66 "scripts" : {
77 "build" : " npx tsc --project tsconfig.prod.json" ,
88 "test" : " npx jest --colors" ,
2525 "@typescript-eslint/utils" : " ^7.18.0" ,
2626 "lodash" : " ^4.17.21" ,
2727 "ts-morph" : " ^25.0.1" ,
28- "ts-morph-extensions" : " ^2.27.0-alpha.0 "
28+ "ts-morph-extensions" : " ^2.27.0"
2929 },
3030 "devDependencies" : {
3131 "@babel/core" : " 7.26.10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-obsidian" ,
3- "version" : " 2.27.0-alpha.0 " ,
3+ "version" : " 2.27.0" ,
44 "description" : " Dependency injection framework for React and React Native applications" ,
55 "scripts" : {
66 "prepack" : " yarn lint && tsc --project tsconfig.prod.json" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " swc_plugin_obsidian"
3- version = " 2.27.0-alpha.0 "
3+ version = " 2.27.0"
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change 11{
22 "name" : " swc-plugin-obsidian" ,
3- "version" : " 2.27.0-alpha.0 " ,
3+ "version" : " 2.27.0" ,
44 "description" : " SWC plugin for Obsidian to be used with Vite or NextJS" ,
55 "author" : " Guy Carmeli" ,
66 "main" : " src/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ts-morph-extensions" ,
3- "version" : " 2.27.0-alpha.0 " ,
3+ "version" : " 2.27.0" ,
44 "description" : " Extensions and utilities for working with ts-morph projects and TypeScript configurations" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -10229,7 +10229,7 @@ __metadata:
1022910229 lodash: ^4.17.21
1023010230 react-obsidian: "workspace:*"
1023110231 ts-morph: ^25.0.1
10232- ts-morph-extensions: ^2.27.0-alpha.0
10232+ ts-morph-extensions: ^2.27.0
1023310233 typescript: ^5.8.0
1023410234 peerDependencies:
1023510235 eslint: 8.x.x
@@ -18968,7 +18968,7 @@ __metadata:
1896818968 languageName: node
1896918969 linkType: hard
1897018970
18971- "ts-morph-extensions@^2.27.0-alpha.0 , ts-morph-extensions@workspace:packages/ts-morph-extensions":
18971+ "ts-morph-extensions@^2.27.0, ts-morph-extensions@workspace:packages/ts-morph-extensions":
1897218972 version: 0.0.0-use.local
1897318973 resolution: "ts-morph-extensions@workspace:packages/ts-morph-extensions"
1897418974 dependencies:
You can’t perform that action at this time.
0 commit comments