feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 8s
Some checks failed
Publish / Publish npm package action (push) Failing after 8s
This commit is contained in:
parent
2f9ed036b5
commit
e06752694a
13
package-lock.json
generated
13
package-lock.json
generated
@ -9,6 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@nestjs/microservices": "^11.1.12",
|
||||
"protoc": "33.4.0",
|
||||
"rxjs": "^7.8.2"
|
||||
}
|
||||
},
|
||||
@ -325,6 +326,18 @@
|
||||
"url": "https://opencollective.com/express"
|
||||
}
|
||||
},
|
||||
"node_modules/protoc": {
|
||||
"version": "33.4.0",
|
||||
"resolved": "https://registry.npmjs.org/protoc/-/protoc-33.4.0.tgz",
|
||||
"integrity": "sha512-dC1SJKbn4f60onsAMrfiPMygfSz4w/tPGHtPCqMSa5CLfHocJXkHjsvXeuuhjSPAJ8uUc8rfUvs0Hy9nmKIOhA==",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"protoc": "protoc.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/reflect-metadata": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/microservices": "^11.1.12",
|
||||
"rxjs": "^7.8.2"
|
||||
"rxjs": "^7.8.2",
|
||||
"protoc": "33.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user