@viamrobotics/rpc
Advanced tools
Comparing version 0.1.39 to 0.2.0
{ | ||
"name": "@viamrobotics/rpc", | ||
"version": "0.1.39", | ||
"version": "0.2.0", | ||
"license": "Apache-2.0", | ||
@@ -11,4 +11,11 @@ "dependencies": { | ||
"@types/google-protobuf": "^3.7.4", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@viamrobotics/eslint-config": "^0.2.6", | ||
"@viamrobotics/prettier-config": "^0.3.4", | ||
"@viamrobotics/typescript-config": "^0.1.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-sonarjs": "^0.21.0", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"prettier": "^3.0.3", | ||
@@ -20,13 +27,18 @@ "set-value": ">=4.0.1", | ||
"typescript": "^5.2.2", | ||
"vite": "^3.1.4", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"vite": "^4.0.0" | ||
}, | ||
"main": "dist/main.mjs", | ||
"types": "src/index.d.ts", | ||
"type": "module", | ||
"types": "./dist/main.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/main.d.ts", | ||
"import": "./dist/main.js" | ||
} | ||
}, | ||
"scripts": { | ||
"prepare": "./etc/prepare.sh", | ||
"typecheck": "tsc --noEmit", | ||
"lint": "eslint '**/*.{ts,js,cjs}' --quiet", | ||
"format": "prettier --write '**/*.{ts,js,cjs}'", | ||
"build": "npx webpack", | ||
"build": "vite build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -44,3 +56,7 @@ }, | ||
"description": "", | ||
"private": false | ||
"private": false, | ||
"files": [ | ||
"dist", | ||
"src" | ||
] | ||
} |
@@ -389,2 +389,7 @@ // package: google.api | ||
clearAutoPopulatedFieldsList(): void; | ||
getAutoPopulatedFieldsList(): Array<string>; | ||
setAutoPopulatedFieldsList(value: Array<string>): void; | ||
addAutoPopulatedFields(value: string, index?: number): string; | ||
serializeBinary(): Uint8Array; | ||
@@ -404,2 +409,3 @@ toObject(includeInstance?: boolean): MethodSettings.AsObject; | ||
longRunning?: MethodSettings.LongRunning.AsObject, | ||
autoPopulatedFieldsList: Array<string>, | ||
} | ||
@@ -406,0 +412,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53393
Yes
2123439
17
112
1
26