pull/971/head
Lucas Nogueira 1 year ago
parent dbc0c0757e
commit af6ebc8399
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -4,10 +4,7 @@
"javascript": { "javascript": {
"version": true, "version": true,
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }", "getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"publish": [ "publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
"pnpm build",
"pnpm publish --access public --no-git-checks"
]
}, },
"rust": { "rust": {
"version": true, "version": true,
@ -85,9 +82,7 @@
"path": "./plugins/deep-link/examples/app", "path": "./plugins/deep-link/examples/app",
"manager": "javascript", "manager": "javascript",
"publish": false, "publish": false,
"dependencies": [ "dependencies": ["deep-link-js"],
"deep-link-js"
],
"postversion": "pnpm install --no-frozen-lockfile" "postversion": "pnpm install --no-frozen-lockfile"
}, },
"authenticator": { "authenticator": {
@ -174,9 +169,7 @@
"http": { "http": {
"path": "./plugins/http", "path": "./plugins/http",
"manager": "rust", "manager": "rust",
"dependencies": [ "dependencies": ["fs"]
"fs"
]
}, },
"http-js": { "http-js": {
"path": "./plugins/http", "path": "./plugins/http",
@ -221,9 +214,7 @@
"persisted-scope": { "persisted-scope": {
"path": "./plugins/persisted-scope", "path": "./plugins/persisted-scope",
"manager": "rust", "manager": "rust",
"dependencies": [ "dependencies": ["fs"]
"fs"
]
}, },
"positioner": { "positioner": {
"path": "./plugins/positioner", "path": "./plugins/positioner",
@ -331,4 +322,4 @@
"manager": "javascript" "manager": "javascript"
} }
} }
} }

Loading…
Cancel
Save