@skillpet/circuit 0.5.1 → 0.5.2

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 -2
  2. package/package.json +10 -4
package/README.md CHANGED
@@ -120,5 +120,6 @@ const svg = renderFromJson({
120
120
 
121
121
  ## License
122
122
 
123
- Free for personal and educational use. Commercial use requires a license.
124
- See [LICENSE](./LICENSE) for details contact **license@skill.pet** for commercial licensing.
123
+ Free for personal and educational use. Commercial use requires a separate license.
124
+ See the LICENSE file included in this package for full terms.
125
+ For commercial licensing, contact **license@skill.pet** or visit [circuit.skill.pet/license](https://circuit.skill.pet/license).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillpet/circuit",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Circuit diagram library — render electrical schematics from JSON, with interactive SVG, themes, and Vue/React components",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -53,9 +53,15 @@
53
53
  "react-dom": ">=17"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
- "vue": { "optional": true },
57
- "react": { "optional": true },
58
- "react-dom": { "optional": true }
56
+ "vue": {
57
+ "optional": true
58
+ },
59
+ "react": {
60
+ "optional": true
61
+ },
62
+ "react-dom": {
63
+ "optional": true
64
+ }
59
65
  },
60
66
  "devDependencies": {
61
67
  "@resvg/resvg-js": "^2.6.2",