@thednp/dommatrix
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@thednp/dommatrix", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript shim for DOMMatrix", | ||
@@ -8,7 +8,12 @@ "homepage": "https://thednp.github.io/dommatrix/", | ||
"license": "MIT", | ||
"source": "src/index.ts", | ||
"main": "dist/dommatrix.js", | ||
"module": "dist/dommatrix.cjs", | ||
"esnext": "dist/dommatrix.mjs", | ||
"types": "dist/dommatrix.d.ts", | ||
"source": "./src/index.ts", | ||
"main": "./dist/dommatrix.js", | ||
"module": "./dist/dommatrix.mjs", | ||
"types": "./dist/dommatrix.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/dommatrix.cjs", | ||
"import": "./dist/dommatrix.mjs" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -50,11 +55,11 @@ "pre-test": "npm run clean-coverage", | ||
"devDependencies": { | ||
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5", | ||
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", | ||
"@cypress/code-coverage": "^3.10.0", | ||
"@types/istanbul-lib-instrument": "^1.7.4", | ||
"@typescript-eslint/eslint-plugin": "^5.47.0", | ||
"@typescript-eslint/parser": "^5.47.0", | ||
"cypress": "^12.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"cypress": "^12.8.1", | ||
"dts-bundle-generator": "^7.2.0", | ||
"eslint": "^8.30.0", | ||
"eslint-plugin-jsdoc": "^39.6.4", | ||
"eslint": "^8.36.0", | ||
"eslint-plugin-jsdoc": "^40.0.3", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -66,7 +71,7 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.4" | ||
"prettier": "^2.8.4", | ||
"rimraf": "^4.4.0", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.2.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
234867