@uiresponse/renderer-react 0.1.0 → 0.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 (1) hide show
  1. package/package.json +12 -4
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@uiresponse/renderer-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
- "description": "OBL's first-party React renderer. Consumes OBL page JSON directly; no Lang step, nothing lossy.",
5
+ "description": "UI Response's first-party React renderer. Consumes UIR page JSON directly; no Lang step, nothing lossy.",
6
6
  "license": "MIT",
7
7
  "author": "Orthen",
8
8
  "homepage": "https://github.com/dnljl/uir/tree/main/uir/renderer/web#readme",
@@ -14,8 +14,16 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/dnljl/uir/issues"
16
16
  },
17
- "keywords": ["uir", "generative-ui", "orthen", "react", "renderer"],
18
- "sideEffects": ["*.css"],
17
+ "keywords": [
18
+ "uir",
19
+ "generative-ui",
20
+ "orthen",
21
+ "react",
22
+ "renderer"
23
+ ],
24
+ "sideEffects": [
25
+ "*.css"
26
+ ],
19
27
  "main": "./dist/uir-renderer-web.js",
20
28
  "module": "./dist/uir-renderer-web.js",
21
29
  "style": "./dist/uir-renderer-web.css",