schematic-symbols 0.0.184 → 0.0.186

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -88,6 +88,7 @@ in the same schematic.
88
88
  right.
89
89
  - If a device is polarized, number the pins from **positive** to **negative** in
90
90
  that same direction.
91
+ - Increase the pin numbers for the symbol in counter clockwise direction.
91
92
 
92
93
  ### Development
93
94
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "schematic-symbols",
3
3
  "main": "./dist/index.js",
4
- "version": "0.0.184",
4
+ "version": "0.0.186",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -24,7 +24,7 @@
24
24
  "@types/bun": "latest",
25
25
  "@types/prompts": "^2.4.9",
26
26
  "@types/svg-path-parser": "^1.1.6",
27
- "bun-match-svg": "^0.0.6",
27
+ "bun-match-svg": "^0.0.12",
28
28
  "husky": "^9.1.7",
29
29
  "kleur": "^4.1.5",
30
30
  "make-vfs": "1.0.15",