File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "javascript" : {
55 "version" : true ,
66 "getPublishedVersion" : " node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }" ,
7- "publish" : [
8- " pnpm build" ,
9- " pnpm publish --access public --no-git-checks"
10- ]
7+ "publish" : [" pnpm build" , " pnpm publish --access public --no-git-checks" ]
118 },
129 "rust" : {
1310 "version" : true ,
8582 "path" : " ./plugins/deep-link/examples/app" ,
8683 "manager" : " javascript" ,
8784 "publish" : false ,
88- "dependencies" : [
89- " deep-link-js"
90- ],
85+ "dependencies" : [" deep-link-js" ],
9186 "postversion" : " pnpm install --no-frozen-lockfile"
9287 },
9388 "authenticator" : {
174169 "http" : {
175170 "path" : " ./plugins/http" ,
176171 "manager" : " rust" ,
177- "dependencies" : [
178- " fs"
179- ]
172+ "dependencies" : [" fs" ]
180173 },
181174 "http-js" : {
182175 "path" : " ./plugins/http" ,
221214 "persisted-scope" : {
222215 "path" : " ./plugins/persisted-scope" ,
223216 "manager" : " rust" ,
224- "dependencies" : [
225- " fs"
226- ]
217+ "dependencies" : [" fs" ]
227218 },
228219 "positioner" : {
229220 "path" : " ./plugins/positioner" ,
331322 "manager" : " javascript"
332323 }
333324 }
334- }
325+ }
You can’t perform that action at this time.
0 commit comments