@interlucent/pixel-stream-react 0.0.4 → 0.0.81

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 +5 -0
  2. package/package.json +7 -7
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @interlucent/pixel-stream-react
2
+
3
+ React bindings for the `@interlucent/pixel-stream` web component.
4
+
5
+ For documentation, visit [interlucent.ai](https://interlucent.ai).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interlucent/pixel-stream-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.81",
4
4
  "description": "React bindings for the @interlucent/pixel-stream web component",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,18 +18,15 @@
18
18
  "dist",
19
19
  "README.md"
20
20
  ],
21
- "scripts": {
22
- "build": "tsc -p tsconfig.build.json"
23
- },
24
21
  "peerDependencies": {
25
22
  "@interlucent/pixel-stream": ">=0.0.79",
26
23
  "react": ">=18.0.0"
27
24
  },
28
25
  "devDependencies": {
29
- "@interlucent/pixel-stream": "workspace:*",
30
26
  "@types/react": "^18.0.0",
31
27
  "react": "^18.0.0",
32
- "typescript": "^5.3.0"
28
+ "typescript": "^5.3.0",
29
+ "@interlucent/pixel-stream": "0.0.82"
33
30
  },
34
31
  "keywords": [
35
32
  "pixel-streaming",
@@ -42,5 +39,8 @@
42
39
  "license": "UNLICENSED",
43
40
  "publishConfig": {
44
41
  "access": "public"
42
+ },
43
+ "scripts": {
44
+ "build": "tsc -p tsconfig.build.json"
45
45
  }
46
- }
46
+ }