aelf-bridge
Advanced tools
Comparing version 0.0.11-alpha.5 to 0.0.11-alpha.6
{ | ||
"name": "aelf-bridge", | ||
"version": "0.0.11-alpha.5", | ||
"version": "0.0.11-alpha.6", | ||
"description": "A library to interact with native apps", | ||
@@ -18,3 +18,5 @@ "main": "dist/aelf-bridge.js", | ||
"prepare": "husky", | ||
"lint-staged": "lint-staged" | ||
"lint-staged": "lint-staged", | ||
"test": "jest --config=jest.config.js --detectOpenHandles", | ||
"test:coverage": "jest --config=jest.config.js --coverage --detectOpenHandles" | ||
}, | ||
@@ -61,3 +63,5 @@ "author": "atom-yang", | ||
"@eslint/compat": "^1.1.0", | ||
"@types/jest": "^29.5.12", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^29.7.0", | ||
"babel-loader": "^9.1.3", | ||
@@ -81,2 +85,5 @@ "babel-plugin-transform-import-meta": "^2.2.1", | ||
"husky": "^9.0.11", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-junit": "^16.0.0", | ||
"lint-staged": "^15.2.7", | ||
@@ -83,0 +90,0 @@ "prettier": "^3.3.2", |
@@ -11,7 +11,16 @@ # aelf-bridge | ||
<a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a> | ||
<a href="https://github.com/aelf-lxy/aelf-js-bridge/actions/workflows/publish.yml"> | ||
<img alt="coverage" src="https://github.com/aelf-lxy/aelf-js-bridge/actions/workflows/publish.yml/badge.svg"> | ||
<a href="https://github.com/AElfProject/aelf-js-bridge/actions/workflows/publish.yml"> | ||
<img alt="coverage" src="https://github.com/AElfProject/aelf-js-bridge/actions/workflows/publish.yml/badge.svg"> | ||
</a> | ||
</p> | ||
| Branch | Tests | Coverage | | ||
|--------------|-----------------|----------------| | ||
| `feature/badge` | ![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-js-bridge/feature/badge-json/feature-ssr-window-test-results.json) | ![Coverage](https://AElfProject.github.io/aelf-js-bridge/badges.svg) | | ||
## Descriptions | ||
## Table of Contents | ||
@@ -18,0 +27,0 @@ - [Introduction](#introduction) |
@@ -8,3 +8,2 @@ /** | ||
export const randomId = () => uuidv4().replace(/-/g, ''); | ||
@@ -11,0 +10,0 @@ |
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
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
1489774
29
2113
203
42