@symbiotejs/symbiote 2.3.2 → 2.3.3

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 +1 -1
package/README.md CHANGED
@@ -94,8 +94,9 @@ The easiest way to try Symbiote.js is to create a simple `html` file in your tex
94
94
 
95
95
  ## 🧜‍♀️ Dive deeper
96
96
  Check the project documentation for details:
97
- * [symbiotejs.org](https://symbiotejs.org/)
98
- * [Docs on GitHub](https://github.com/symbiotejs/docsite/tree/main/md)
97
+ * [rnd-pro.com/symbiote/](https://rnd-pro.com/symbiote/)
98
+ * [Docs](https://symbiotejs.org/2x/docs/Get_started/)
99
+ * [Code Playground](https://symbiotejs.org/#playground)
99
100
 
100
101
  ## ✅ Browser support
101
102
  Symbiote.js is supported and tested in all major modern desktop and mobile browsers:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@symbiotejs/symbiote",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "description": "Symbiote.js - close-to-platform frontend library for building super-powered web components",
6
6
  "author": "symbiote.js@gmail.com",
7
7
  "license": "MIT",