mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
OPS-381: Fix fe codegen missing buffer dependency (#107)
This commit is contained in:
parent
ba3a4ac05c
commit
45b0719649
50
package-lock.json
generated
50
package-lock.json
generated
@ -9,7 +9,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vality/thrift-codegen": "2.3.1"
|
"@vality/thrift-codegen": "2.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@discoveryjs/json-ext": {
|
"node_modules/@discoveryjs/json-ext": {
|
||||||
@ -118,14 +118,15 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@vality/thrift-codegen": {
|
"node_modules/@vality/thrift-codegen": {
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@vality/thrift-codegen/-/thrift-codegen-2.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@vality/thrift-codegen/-/thrift-codegen-2.3.2.tgz",
|
||||||
"integrity": "sha512-5Xydb+5Zc2ui5W0bZ9ooX/HPpMv8Yb02h2ZmzAGH4kP9LaUUVJ+1j3zg5yIaaGT5VOrNJ11LQg5jcjZCWk0cpw==",
|
"integrity": "sha512-w5s1kznUoE5+hAFtPDJ1Us8W8Uhg3c2ygDBpwqzGDMM0B+NnkDFfYjAraIRPrhoG/0LdxDm2U2quWIIC+4WzVg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
||||||
"@vality/woody": "0.1.3",
|
"@vality/woody": "0.1.3",
|
||||||
"base-x": "4.0.0",
|
"base-x": "4.0.0",
|
||||||
|
"buffer": "6.0.3",
|
||||||
"flake-idgen": "1.4.0",
|
"flake-idgen": "1.4.0",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"generate-template-files": "^3.2.1",
|
"generate-template-files": "^3.2.1",
|
||||||
@ -150,6 +151,30 @@
|
|||||||
"balanced-match": "^1.0.0"
|
"balanced-match": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@vality/thrift-codegen/node_modules/buffer": {
|
||||||
|
"version": "6.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
||||||
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
||||||
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/feross"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "patreon",
|
||||||
|
"url": "https://www.patreon.com/feross"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "consulting",
|
||||||
|
"url": "https://feross.org/support"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"base64-js": "^1.3.1",
|
||||||
|
"ieee754": "^1.2.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@vality/thrift-codegen/node_modules/glob": {
|
"node_modules/@vality/thrift-codegen/node_modules/glob": {
|
||||||
"version": "8.0.3",
|
"version": "8.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||||
@ -2953,14 +2978,15 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@vality/thrift-codegen": {
|
"@vality/thrift-codegen": {
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@vality/thrift-codegen/-/thrift-codegen-2.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@vality/thrift-codegen/-/thrift-codegen-2.3.2.tgz",
|
||||||
"integrity": "sha512-5Xydb+5Zc2ui5W0bZ9ooX/HPpMv8Yb02h2ZmzAGH4kP9LaUUVJ+1j3zg5yIaaGT5VOrNJ11LQg5jcjZCWk0cpw==",
|
"integrity": "sha512-w5s1kznUoE5+hAFtPDJ1Us8W8Uhg3c2ygDBpwqzGDMM0B+NnkDFfYjAraIRPrhoG/0LdxDm2U2quWIIC+4WzVg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
||||||
"@vality/woody": "0.1.3",
|
"@vality/woody": "0.1.3",
|
||||||
"base-x": "4.0.0",
|
"base-x": "4.0.0",
|
||||||
|
"buffer": "6.0.3",
|
||||||
"flake-idgen": "1.4.0",
|
"flake-idgen": "1.4.0",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"generate-template-files": "^3.2.1",
|
"generate-template-files": "^3.2.1",
|
||||||
@ -2982,6 +3008,16 @@
|
|||||||
"balanced-match": "^1.0.0"
|
"balanced-match": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"buffer": {
|
||||||
|
"version": "6.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
||||||
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"base64-js": "^1.3.1",
|
||||||
|
"ieee754": "^1.2.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "8.0.3",
|
"version": "8.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||||
|
@ -33,6 +33,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vality/thrift-codegen": "2.3.1"
|
"@vality/thrift-codegen": "2.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user