@f1studio/form-spec 5.0.0-alpha.155 → 5.0.0-alpha.157

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 +7 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # FormSpec – Build & Publish
2
2
 
3
- **Version: `5.0.0-alpha.155`**
3
+ **Version: `5.0.0-alpha.157`**
4
4
 
5
5
  TypeScript package generated from F# via Fable. Runtime uses external `@fable-org/fable-library-js`.
6
6
 
@@ -63,17 +63,17 @@ Notes:
63
63
  ### From Verdaccio (local testing)
64
64
 
65
65
  ```bash
66
- npm install @f1studio/form-spec@5.0.0-alpha.155 --registry http://localhost:4873
67
- pnpm add @f1studio/form-spec@5.0.0-alpha.155 --registry http://localhost:4873
68
- bun add @f1studio/form-spec@5.0.0-alpha.155 --registry http://localhost:4873
66
+ npm install @f1studio/form-spec@5.0.0-alpha.157 --registry http://localhost:4873
67
+ pnpm add @f1studio/form-spec@5.0.0-alpha.157 --registry http://localhost:4873
68
+ bun add @f1studio/form-spec@5.0.0-alpha.157 --registry http://localhost:4873
69
69
  ```
70
70
 
71
71
  ### From npm (public registry)
72
72
 
73
73
  ```bash
74
- npm install @f1studio/form-spec@5.0.0-alpha.155
75
- pnpm add @f1studio/form-spec@5.0.0-alpha.155
76
- bun add @f1studio/form-spec@5.0.0-alpha.155
74
+ npm install @f1studio/form-spec@5.0.0-alpha.157
75
+ pnpm add @f1studio/form-spec@5.0.0-alpha.157
76
+ bun add @f1studio/form-spec@5.0.0-alpha.157
77
77
  ```
78
78
 
79
79
  Entry points:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@f1studio/form-spec",
3
- "version": "5.0.0-alpha.155",
3
+ "version": "5.0.0-alpha.157",
4
4
  "description": "F1 Core - Form specification and types",
5
5
  "main": "./FormSpec.FS/Interop/FormSpec.Api.Option.js",
6
6
  "types": "./FormSpec.FS/Interop/FormSpec.Api.Option.d.ts",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "./plugins/VitalsLogic": {
41
41
  "types": "./plugins/vitals/src/VitalsLogic.d.ts",
42
- "default": "./plugins/vitals/src/VitalsLogic.js"
42
+ "default": "./FormSpec.TS/plugins/vitals/src/VitalsLogic.js"
43
43
  },
44
44
  "./plugins/AllergyLogic": {
45
45
  "types": "./plugins/allergyfinder/src/AllergyLogic.d.ts",
46
- "default": "./plugins/allergyfinder/src/AllergyLogic.js"
46
+ "default": "./FormSpec.TS/plugins/allergyfinder/src/AllergyLogic.js"
47
47
  }
48
48
  },
49
49
  "files": [