physical-quantity 1.3.3 → 1.3.4

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ By leveraging these custom elements, developers can easily incorporate sophistic
30
30
  > Email [don.wen@calcslive.com](mailto:don.wen@calcslive.com) with your suggestions — your feedback directly shapes the unit library.
31
31
 
32
32
  ## Live Demo: Physical Quantity elements - 3 Components
33
- [Live Demo 0 - primary usages](https://v2-docs.donwen.com/demo/pq-samples-less.html)
33
+ [Live Demo 0 - primary usages](https://v2-docs.donwen.com/demo/pq-samples-less.html) ⭐ **NEW**
34
34
  [Live Demo 1 - technical writing](https://v2-docs.donwen.com/fun-calculations/slingshot-stress-calculation.html)
35
35
  [Live Demo 2 - typical product specs](https://v2-docs.donwen.com/demo/products/quik2.html)
36
36
  [Live Demo 3 - typical product specs](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "A web component bundle to represent physical quantities with automated unit conversion.",
5
5
  "main": "dist/pq.umd.js",
6
6
  "module": "dist/pq.es.js",