smbls 1.1.0 → 1.1.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Symbols
2
2
 
3
- UI Library in composition of [Scratch](https://github.com/symbo.ls/scratch) and [DOMQL](https://github.com/symbo.ls/domql) or [DOMQL](https://github.com/symbo-ls/smbls/tree/main/packages/all/packages/react)
3
+ UI Library in composition of [Scratch](https://github.com/symbo.ls/scratch) and [DOMQL](https://github.com/symbo.ls/domql) or [React](https://github.com/symbo-ls/smbls/tree/main/packages/all/packages/react)
4
4
 
5
5
  Check out the [documentation page](https://docs.symbols.app/).
6
6
 
@@ -27,7 +27,7 @@ import { Box } from 'smbls'
27
27
  ### DOMQL
28
28
  ```javascript
29
29
  const Header = {
30
- proto: Box,
30
+ extends: Box,
31
31
  // ...Other Properties
32
32
  }
33
33
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smbls",
3
3
  "description": "UI Library built on Scratch and DOMQL",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "symbo.ls",
6
6
  "repository": "https://github.com/symbo-ls/smbls",
7
7
  "main": "index.js",
@@ -48,6 +48,6 @@
48
48
  "@symbo.ls/user": "latest"
49
49
  },
50
50
  "browserslist": "> 0.5%, last 2 versions, not dead",
51
- "gitHead": "f70e3ed520d8f5419235b2ad355ed579e4df3435",
51
+ "gitHead": "12925f3ed5a651a53282e32d28f21c015d3875e0",
52
52
  "source": "src/index.js"
53
53
  }