@devprotocol/elements
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,1 @@ | ||
import { DirectiveResult } from 'lit/directive'; | ||
import { UndefinedOr } from '@devprotocol/util-ts'; | ||
@@ -6,6 +5,5 @@ import { ethers } from 'ethers'; | ||
import { UllrElement } from '@aggre/ullr'; | ||
import { DirectiveResult } from 'lit/directive'; | ||
import { TemplateResult } from 'lit'; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
/** | ||
@@ -33,2 +31,4 @@ * This Custom Element does not have a UI, so it's specifically excluded from the linting rules and declared a class. | ||
declare const getConnection: (id: string) => Connection | undefined; | ||
declare const stakeOnButton: ({ address, network, }: { | ||
@@ -39,4 +39,4 @@ readonly address?: string | undefined; | ||
declare const getConnection: (id: string) => Connection | undefined; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
export { Connection, getConnection, showAddress, showNetwork, stakeOnButton }; |
{ | ||
"name": "@devprotocol/elements", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": " Web Components for Dev Protocol", | ||
@@ -33,50 +33,49 @@ "main": "dist/index.js", | ||
"lint:format": "prettier --write '**/*.{ts,js,json,md,yml}'", | ||
"prepack": "npm run test && npm run build", | ||
"prepack": "npm run build", | ||
"prepare": "husky install" | ||
}, | ||
"author": "Dev Protocol", | ||
"license": "MPL-2.0", | ||
"dependencies": { | ||
"@aggre/ullr": "^3.1.3", | ||
"ethers": "5.6.8", | ||
"lit": "2.2.5", | ||
"ramda": "0.28.0", | ||
"rxjs": "7.5.5" | ||
}, | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@aggre/ullr": "3.1.3", | ||
"@devprotocol/util-ts": "2.2.1", | ||
"@esm-bundle/chai": "4.3.4-fix.0", | ||
"@rollup/plugin-commonjs": "22.0.0", | ||
"@rollup/plugin-commonjs": "22.0.2", | ||
"@rollup/plugin-multi-entry": "4.1.0", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@rollup/pluginutils": "^4.2.1", | ||
"@rollup/plugin-typescript": "8.3.4", | ||
"@rollup/pluginutils": "4.2.1", | ||
"@types/dotenv": "8.2.0", | ||
"@types/glob": "^7.2.0", | ||
"@types/glob": "7.2.0", | ||
"@types/node": "17.0.25", | ||
"@types/ramda": "0.28.14", | ||
"@typescript-eslint/eslint-plugin": "5.27.1", | ||
"@typescript-eslint/parser": "5.27.1", | ||
"@web/dev-server-esbuild": "^0.3.0", | ||
"@web/test-runner": "0.13.30", | ||
"@types/ramda": "0.28.15", | ||
"@typescript-eslint/eslint-plugin": "5.34.0", | ||
"@typescript-eslint/parser": "5.34.0", | ||
"@web/dev-server-esbuild": "0.3.2", | ||
"@web/test-runner": "0.14.0", | ||
"@web/test-runner-puppeteer": "0.10.5", | ||
"autoprefixer": "10.4.7", | ||
"autoprefixer": "10.4.8", | ||
"bundled-ethers": "https://github.com/dev-protocol/bundled-ethers.git", | ||
"dotenv": "16.0.1", | ||
"eslint": "8.17.0", | ||
"eslint": "8.22.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-functional": "4.2.1", | ||
"eslint-plugin-functional": "4.2.2", | ||
"ethers": "5.7.0", | ||
"glob": "8.0.3", | ||
"husky": "8.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "8.4.14", | ||
"prettier": "2.6.2", | ||
"lit": "2.3.1", | ||
"npm-run-all": "4.1.5", | ||
"postcss": "8.4.16", | ||
"prettier": "2.7.1", | ||
"ramda": "0.28.0", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.75.6", | ||
"rollup": "2.78.1", | ||
"rollup-plugin-dts": "4.2.2", | ||
"tailwindcss": "^3.0.24", | ||
"type-fest": "2.13.0", | ||
"typescript": "4.7.3", | ||
"rxjs": "7.5.6", | ||
"tailwindcss": "3.1.8", | ||
"type-fest": "2.19.0", | ||
"typescript": "4.7.4", | ||
"typescript-lit-html-plugin": "0.9.0", | ||
"vite": "2.9.10" | ||
"vite": "3.0.9" | ||
}, | ||
@@ -83,0 +82,0 @@ "repository": "git+https://github.com/dev-protocol/dev-elements.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
15
1
100
5921
266651
40
- Removed@aggre/ullr@^3.1.3
- Removedethers@5.6.8
- Removedlit@2.2.5
- Removedramda@0.28.0
- Removedrxjs@7.5.5
- Removed@aggre/ullr@3.2.0(transitive)
- Removed@ethersproject/abi@5.6.3(transitive)
- Removed@ethersproject/abstract-provider@5.6.1(transitive)
- Removed@ethersproject/abstract-signer@5.6.2(transitive)
- Removed@ethersproject/address@5.6.1(transitive)
- Removed@ethersproject/base64@5.6.1(transitive)
- Removed@ethersproject/basex@5.6.1(transitive)
- Removed@ethersproject/bignumber@5.6.2(transitive)
- Removed@ethersproject/bytes@5.6.1(transitive)
- Removed@ethersproject/constants@5.6.1(transitive)
- Removed@ethersproject/contracts@5.6.2(transitive)
- Removed@ethersproject/hash@5.6.1(transitive)
- Removed@ethersproject/hdnode@5.6.2(transitive)
- Removed@ethersproject/json-wallets@5.6.1(transitive)
- Removed@ethersproject/keccak256@5.6.1(transitive)
- Removed@ethersproject/logger@5.6.0(transitive)
- Removed@ethersproject/networks@5.6.3(transitive)
- Removed@ethersproject/pbkdf2@5.6.1(transitive)
- Removed@ethersproject/properties@5.6.0(transitive)
- Removed@ethersproject/providers@5.6.8(transitive)
- Removed@ethersproject/random@5.6.1(transitive)
- Removed@ethersproject/rlp@5.6.1(transitive)
- Removed@ethersproject/sha2@5.6.1(transitive)
- Removed@ethersproject/signing-key@5.6.2(transitive)
- Removed@ethersproject/solidity@5.6.1(transitive)
- Removed@ethersproject/strings@5.6.1(transitive)
- Removed@ethersproject/transactions@5.6.2(transitive)
- Removed@ethersproject/units@5.6.1(transitive)
- Removed@ethersproject/wallet@5.6.2(transitive)
- Removed@ethersproject/web@5.6.1(transitive)
- Removed@ethersproject/wordlists@5.6.1(transitive)
- Removed@lit-labs/ssr-dom-shim@1.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@types/trusted-types@2.0.7(transitive)
- Removedaes-js@3.0.0(transitive)
- Removedbech32@1.1.4(transitive)
- Removedbn.js@4.12.15.2.1(transitive)
- Removedbrorand@1.1.0(transitive)
- Removedelliptic@6.5.4(transitive)
- Removedethers@5.6.8(transitive)
- Removedhash.js@1.1.7(transitive)
- Removedhmac-drbg@1.0.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjs-sha3@0.8.0(transitive)
- Removedlit@2.2.5(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedminimalistic-crypto-utils@1.0.1(transitive)
- Removedramda@0.28.00.30.1(transitive)
- Removedrxjs@7.5.5(transitive)
- Removedscrypt-js@3.0.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedtype-fest@4.27.1(transitive)
- Removedws@7.4.6(transitive)