svg-path-commander 2.0.7 → 2.0.8

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  [![NPM Version](https://img.shields.io/npm/v/svg-path-commander.svg)](https://www.npmjs.com/package/svg-path-commander)
5
5
  [![NPM Downloads](https://img.shields.io/npm/dm/svg-path-commander.svg)](http://npm-stat.com/charts.html?svg-path-commander)
6
6
  [![jsDeliver](https://img.shields.io/jsdelivr/npm/hw/svg-path-commander)](https://www.jsdelivr.com/package/npm/svg-path-commander)
7
- [![typescript version](https://img.shields.io/badge/typescript-5.1.3-brightgreen)](https://www.typescriptlang.org/)
8
- [![cypress version](https://img.shields.io/badge/cypress-12.14.0-brightgreen)](https://www.cypress.io/)
9
- [![eslint version](https://img.shields.io/badge/eslint-8.42.0-brightgreen)](https://github.com/eslint)
7
+ [![typescript version](https://img.shields.io/badge/typescript-5.1.6-brightgreen)](https://www.typescriptlang.org/)
8
+ [![cypress version](https://img.shields.io/badge/cypress-12.16.0-brightgreen)](https://www.cypress.io/)
9
+ [![eslint version](https://img.shields.io/badge/eslint-8.44.0-brightgreen)](https://github.com/eslint)
10
10
  [![vite version](https://img.shields.io/badge/vite-4.3.9-brightgreen)](https://vitejs.dev/)
11
11
  [![prettier version](https://img.shields.io/badge/prettier-2.8.8-brightgreen)](https://prettier.io/)
12
12
 
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "name": "svg-path-commander",
3
3
  "author": "thednp",
4
4
  "license": "MIT",
5
- "version": "2.0.7",
5
+ "version": "2.0.8",
6
6
  "description": "Modern TypeScript tools for SVG",
7
7
  "source": "./src/index.ts",
8
8
  "main": "./dist/svg-path-commander.js",
9
9
  "module": "./dist/svg-path-commander.mjs",
10
- "types": "./dist/svg-path-commander.d.ts",
11
10
  "exports": {
12
11
  ".": {
12
+ "types": "./dist/svg-path-commander.d.ts",
13
13
  "require": "./dist/svg-path-commander.cjs",
14
14
  "import": "./dist/svg-path-commander.mjs"
15
15
  }
@@ -53,14 +53,14 @@
53
53
  "homepage": "http://thednp.github.io/svg-path-commander",
54
54
  "devDependencies": {
55
55
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
56
- "@cypress/code-coverage": "^3.10.7",
56
+ "@cypress/code-coverage": "^3.10.8",
57
57
  "@types/istanbul-lib-instrument": "^1.7.4",
58
- "@typescript-eslint/eslint-plugin": "^5.59.9",
59
- "@typescript-eslint/parser": "^5.59.9",
60
- "cypress": "^12.14.0",
58
+ "@typescript-eslint/eslint-plugin": "^5.60.1",
59
+ "@typescript-eslint/parser": "^5.60.1",
60
+ "cypress": "^12.16.0",
61
61
  "dts-bundle-generator": "^8.0.1",
62
- "eslint": "^8.42.0",
63
- "eslint-plugin-jsdoc": "^46.2.6",
62
+ "eslint": "^8.44.0",
63
+ "eslint-plugin-jsdoc": "^46.4.3",
64
64
  "eslint-plugin-prefer-arrow": "^1.2.3",
65
65
  "eslint-plugin-prettier": "^4.2.1",
66
66
  "istanbul-lib-coverage": "^3.2.0",
@@ -69,7 +69,7 @@
69
69
  "nyc": "^15.1.0",
70
70
  "prettier": "^2.8.8",
71
71
  "rimraf": "^5.0.1",
72
- "typescript": "^5.1.3",
72
+ "typescript": "^5.1.6",
73
73
  "vite": "^4.3.9"
74
74
  },
75
75
  "dependencies": {