@symbiotejs/symbiote 2.3.2 → 2.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.
- package/README.md +3 -2
- package/package.json +6 -5
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
|
-
* [
|
|
98
|
-
* [Docs
|
|
97
|
+
* [rnd-pro.com/symbiote/](https://rnd-pro.com/symbiote/)
|
|
98
|
+
* [Docs](https://rnd-pro.com/symbiote/2x/docs/get-started/)
|
|
99
|
+
* [Code Playground](https://rnd-pro.com/symbiote/2x/docs/live-examples/)
|
|
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,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@symbiotejs/symbiote",
|
|
4
|
-
"version": "2.3.
|
|
5
|
-
"description": "Symbiote.js - close-to-platform frontend library
|
|
6
|
-
"author": "
|
|
4
|
+
"version": "2.3.4",
|
|
5
|
+
"description": "Symbiote.js - zero-dependency close-to-platform frontend library to build super-powered web components",
|
|
6
|
+
"author": "team@rnd-pro.com",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"types": "rm -rf types && tsc -p dts.cfg.json"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"bugs": {
|
|
74
74
|
"url": "https://github.com/symbiotejs/symbiote.js/issues"
|
|
75
75
|
},
|
|
76
|
-
"homepage": "https://
|
|
76
|
+
"homepage": "https://rnd-pro.com/symbiote/",
|
|
77
77
|
"repository": {
|
|
78
78
|
"type": "git",
|
|
79
79
|
"url": "https://github.com/symbiotejs/symbiote.js.git"
|
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
"cdn imports",
|
|
101
101
|
"https imports",
|
|
102
102
|
"reactive html attributes",
|
|
103
|
-
"MIT"
|
|
103
|
+
"MIT",
|
|
104
|
+
"JSDA"
|
|
104
105
|
],
|
|
105
106
|
"devDependencies": {
|
|
106
107
|
"typescript": "^5.4.5"
|