@axelar-network/axelarjs-types
Advanced tools
Comparing version 0.32.2 to 0.32.3
{ | ||
"name": "@axelar-network/axelarjs-types", | ||
"version": "0.32.2", | ||
"version": "0.32.3", | ||
"description": "Axelarcore supporting protobuf types", | ||
@@ -27,5 +27,6 @@ "files": [ | ||
"sync": "rimraf proto && degit axelarnetwork/axelar-core/proto/axelar#${TAG:-'main'} proto/axelar && degit axelarnetwork/axelar-core/third_party/proto#${TAG:-'main'} proto/third_party", | ||
"codegen": "rimraf src/generated/proto/* && protoc -I=proto -I=proto/third_party proto/axelar/**/**/*.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=src --ts_proto_opt='esModuleInterop=true,forceLong=long,useOptionals=messages'", | ||
"codegen": "rimraf src/generated/proto/* && protoc -I=proto -I=proto/third_party proto/axelar/**/**/*.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=src --ts_proto_opt='esModuleInterop=true,forceLong=long,useOptionals=messages' && rimraf src/google/protobuf/descriptor.ts", | ||
"build": "rimraf build && pnpm tsc -m commonjs --outDir build/commonjs && pnpm tsc -m esnext --outDir build/module && cp -Rf build/commonjs/* .", | ||
"compile": "pnpm tsc --noEmit" | ||
"compile": "pnpm tsc --noEmit", | ||
"prepublish": "pnpm run build" | ||
}, | ||
@@ -41,5 +42,5 @@ "license": "Apache-2.0", | ||
"rimraf": "^4.1.3", | ||
"ts-proto": "^1.121.5", | ||
"typescript": "4.8.4" | ||
"ts-proto": "^1.140.0", | ||
"typescript": "4.9.5" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# @sifchain/proto-types | ||
# @axelarnetwork/axelarjs-types | ||
JS and TS types relating to Protocol Buffers used by [SifNode](https://github.com/Sifchain/sifnode) and other related projects | ||
JS and TS types relating to Protocol Buffers used by [axelar-core](https://github.com/axelarnetwork/axelar-core) and other related projects | ||
@@ -20,4 +20,4 @@ ## Dependencies | ||
```sh | ||
pnpm syncProto # sync protobuf definition files from sifnode | ||
pnpm sync # sync protobuf definition files from axelar-core, by default it will use the main branch. For a specific tag, use TAG=vX.X.X pnpm sync | ||
pnpm codegen # generate .js/.d.ts files | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11676387
355
238239
1