@emseepea/react 0.0.4 → 0.0.6

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 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -13,8 +13,7 @@ import { ElicitationForm } from "@emseepea/react";
13
13
  <ElicitationForm view={view} headingLevel={2} onSubmit={submit} />;
14
14
  ```
15
15
 
16
- See the [React and Tailwind UI example](../../examples/react-tailwind-ui/README.md)
16
+ See the [React UI server example](../../examples/react-ui-server/README.md)
17
17
  for the checked renderer in a working server.
18
18
 
19
- This package is open source under MIT and is queued for the next pre-alpha npm
20
- release.
19
+ This package is open source under MIT and remains pre-alpha while its version is below 1.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/react",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "homepage": "https://emseepea.github.io/emseepea/examples/",
12
12
  "bugs": "https://github.com/emseepea/emseepea/issues",
13
- "publishConfig": { "access": "public", "provenance": true, "tag": "next" },
13
+ "publishConfig": { "access": "public", "provenance": true },
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
@@ -30,7 +30,7 @@
30
30
  "test:built": "node --test test/*.test.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@emseepea/server": "0.2.1"
33
+ "@emseepea/server": "0.3.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^19.0.0",