@web5/common
Advanced tools
Comparing version 0.2.4-alpha-20240222-405c176 to 0.2.4-alpha-20240315-98fc537
{ | ||
"name": "@web5/common", | ||
"version": "0.2.4-alpha-20240222-405c176", | ||
"version": "0.2.4-alpha-20240315-98fc537", | ||
"type": "module", | ||
@@ -8,15 +8,2 @@ "main": "./dist/cjs/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf dist coverage tests/compiled", | ||
"build:esm": "rimraf dist/esm dist/types && npx tsc -p tsconfig.json", | ||
"build:cjs": "rimraf dist/cjs && node build/cjs-bundle.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", | ||
"build:browser": "rimraf dist/browser.mjs dist/browser.js && node build/bundles.js", | ||
"build:tests:node": "rimraf tests/compiled && tsc -p tests/tsconfig.json", | ||
"build:tests:browser": "rimraf tests/compiled && node build/esbuild-tests.cjs", | ||
"build": "npm run clean && npm run build:esm && npm run build:cjs && npm run build:browser", | ||
"lint": "eslint . --ext .ts --max-warnings 0", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"test:node": "npm run build:tests:node && c8 mocha", | ||
"test:browser": "npm run build:tests:browser && web-test-runner" | ||
}, | ||
"homepage": "https://github.com/TBD54566975/web5-js/tree/main/packages/common#readme", | ||
@@ -69,3 +56,3 @@ "bugs": "https://github.com/TBD54566975/web5-js/issues", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=20.9.0" | ||
}, | ||
@@ -84,2 +71,3 @@ "dependencies": { | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "20.11.19", | ||
"@types/readable-stream": "4.0.9", | ||
@@ -90,2 +78,3 @@ "@typescript-eslint/eslint-plugin": "6.4.0", | ||
"@web/test-runner-playwright": "0.11.0", | ||
"abstract-level": "1.0.4", | ||
"c8": "9.0.0", | ||
@@ -102,3 +91,16 @@ "chai": "4.3.10", | ||
"typescript": "5.1.6" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist coverage tests/compiled", | ||
"build:esm": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json", | ||
"build:cjs": "rimraf dist/cjs && node build/cjs-bundle.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", | ||
"build:browser": "rimraf dist/browser.mjs dist/browser.js && node build/bundles.js", | ||
"build:tests:node": "rimraf tests/compiled && pnpm tsc -p tests/tsconfig.json", | ||
"build:tests:browser": "rimraf tests/compiled && node build/esbuild-tests.cjs", | ||
"build": "pnpm clean && pnpm build:esm && pnpm build:cjs && pnpm build:browser", | ||
"lint": "eslint . --ext .ts --max-warnings 0", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"test:node": "pnpm build:tests:node && pnpm c8 mocha", | ||
"test:browser": "pnpm build:tests:browser && web-test-runner" | ||
} | ||
} | ||
} |
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
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
2419106
59
23