@symbiotejs/symbiote 1.1.1 → 1.1.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 +1 -1
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ### 🔥 Core benefits
6
6
  * Minimalistic but reach
7
7
  * No additional dependencies
8
- * Ultralight (2.7kb br/gzip for featurefull CDN version)
8
+ * Ultralight (~3kb br/gzip for featurefull CDN version)
9
9
  * Blazing fast (faster than most of the other mainstream solutions. All of them.)
10
10
  * Memory friendly (no any redux-like immutables)
11
11
  * CSP friendly - good for enterprise usage
package/package.json CHANGED
@@ -22,6 +22,21 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
+ "version": "1.1.2",
26
+ "description": "Symbiote.js",
27
+ "author": "hello@symbiotejs.org",
28
+ "license": "MIT",
29
+ "bugs": {
30
+ "url": "https://github.com/symbiotejs/symbiote.js/issues"
31
+ },
32
+ "homepage": "https://symbiotejs.org/",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/symbiotejs/symbiote.js.git"
36
+ },
37
+ "keywords": [
38
+ "symbiote.js, web components, custom elements, shadow dom, ui framework"
39
+ ],
25
40
  "devDependencies": {
26
41
  "@babel/eslint-parser": "^7.15.8",
27
42
  "@babel/preset-env": "^7.15.8",
@@ -89,20 +104,5 @@
89
104
  "prettier --write",
90
105
  "git add"
91
106
  ]
92
- },
93
- "version": "1.1.1",
94
- "description": "Symbiote.js",
95
- "author": "hello@symbiotejs.org",
96
- "license": "MIT",
97
- "bugs": {
98
- "url": "https://github.com/symbiotejs/symbiote.js/issues"
99
- },
100
- "homepage": "https://symbiotejs.org/",
101
- "repository": {
102
- "type": "git",
103
- "url": "git+https://github.com/symbiotejs/symbiote.js.git"
104
- },
105
- "keywords": [
106
- "symbiote.js, web components, custom elements, shadow dom, ui framework"
107
- ]
107
+ }
108
108
  }