@thednp/dommatrix 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.cjs CHANGED
@@ -141,7 +141,7 @@ module.exports = {
141
141
  "indent": "off",
142
142
  "jsdoc/check-alignment": "error",
143
143
  "jsdoc/check-indentation": "error",
144
- "jsdoc/newline-after-description": "error",
144
+ // "jsdoc/newline-after-description": "error",
145
145
  "linebreak-style": "off",
146
146
  "max-classes-per-file": [
147
147
  "error",
package/.lgtm.yml CHANGED
File without changes
package/.prettierrc.json CHANGED
File without changes
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/cypress/test.html CHANGED
File without changes
package/cypress.config.ts CHANGED
File without changes
File without changes
File without changes
File without changes
package/dist/dommatrix.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/dts.config.ts CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thednp/dommatrix",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "TypeScript shim for DOMMatrix",
5
5
  "homepage": "https://thednp.github.io/dommatrix/",
6
6
  "author": "thednp",
@@ -52,23 +52,23 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
55
- "@cypress/code-coverage": "^3.10.0",
55
+ "@cypress/code-coverage": "^3.10.7",
56
56
  "@types/istanbul-lib-instrument": "^1.7.4",
57
- "@typescript-eslint/eslint-plugin": "^5.55.0",
58
- "@typescript-eslint/parser": "^5.55.0",
59
- "cypress": "^12.8.1",
60
- "dts-bundle-generator": "^7.2.0",
61
- "eslint": "^8.36.0",
62
- "eslint-plugin-jsdoc": "^40.0.3",
57
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
58
+ "@typescript-eslint/parser": "^5.59.9",
59
+ "cypress": "^12.14.0",
60
+ "dts-bundle-generator": "^8.0.1",
61
+ "eslint": "^8.42.0",
62
+ "eslint-plugin-jsdoc": "^46.2.6",
63
63
  "eslint-plugin-prefer-arrow": "^1.2.3",
64
64
  "eslint-plugin-prettier": "^4.2.1",
65
65
  "istanbul-lib-coverage": "^3.2.0",
66
66
  "istanbul-lib-instrument": "^5.2.1",
67
67
  "ncp": "^2.0.0",
68
68
  "nyc": "^15.1.0",
69
- "prettier": "^2.8.4",
70
- "rimraf": "^4.4.0",
71
- "typescript": "^5.0.2",
72
- "vite": "^4.2.0"
69
+ "prettier": "^2.8.8",
70
+ "rimraf": "^5.0.1",
71
+ "typescript": "^5.1.3",
72
+ "vite": "^4.3.9"
73
73
  }
74
74
  }
package/src/index.ts CHANGED
File without changes
package/src/types.ts CHANGED
File without changes
package/tsconfig.json CHANGED
File without changes
package/vite.config.ts CHANGED
File without changes