openuispec 0.1.2 → 0.1.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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ The result: each platform feels native, but every app stays consistent because i
17
17
 
18
18
  ## How it works
19
19
 
20
- ![How OpenUISpec works](docs/images/how-it-works.jpg)
20
+ ![How OpenUISpec works](https://raw.githubusercontent.com/rsktash/openuispec/main/docs/images/how-it-works.jpg)
21
21
 
22
22
  ## Workflows
23
23
 
24
- ![OpenUISpec workflows](docs/images/workflows.png)
24
+ ![OpenUISpec workflows](https://raw.githubusercontent.com/rsktash/openuispec/main/docs/images/workflows.png)
25
25
 
26
26
  ## Key concepts
27
27
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openuispec",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "A semantic UI specification format for AI-native, platform-native app development",
@@ -13,6 +13,7 @@
13
13
  "drift/",
14
14
  "schema/",
15
15
  "spec/",
16
+ "docs/",
16
17
  "examples/",
17
18
  "README.md",
18
19
  "LICENSE"