@sergeymosyakov/questionnaire-widget 1.0.8 → 1.0.10

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/LICENSE +35 -0
  2. package/package.json +3 -2
package/LICENSE ADDED
@@ -0,0 +1,35 @@
1
+ Copyright (c) 2026 Sergey Mosyakov, Huthaifa Khan, Roko Labs Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to use,
5
+ copy, modify, merge, publish, and distribute the Software for NON-COMMERCIAL
6
+ purposes only, subject to the following conditions:
7
+
8
+ 1. Attribution required. Any copy, distribution, derivative work, or public
9
+ use of the Software — in whole or in part — must include a clearly visible
10
+ credit in the form:
11
+
12
+ Based on FHIR Questionnaire Builder by Sergey Mosyakov, Huthaifa Khan, Roko Labs Inc.
13
+ https://github.com/sergeymosyakov/fhir-questionnaire-builder
14
+
15
+ This credit must appear in the source code, documentation, README, or
16
+ user-facing "About" section of the product, as applicable.
17
+
18
+ 2. Non-commercial use only. Use of the Software for commercial purposes —
19
+ including but not limited to incorporation into a paid product or service,
20
+ SaaS offerings, or internal tooling at a for-profit organization — requires
21
+ prior written permission from Roko Labs Inc.
22
+
23
+ To request a commercial license, contact: info@rokolabs.com
24
+ https://www.rokolabs.com
25
+
26
+ 3. No sublicensing without attribution. You may not re-license or resell the
27
+ Software without preserving the above attribution.
28
+
29
+ 4. No warranty. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
34
+
35
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sergeymosyakov/questionnaire-widget",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Embeddable FHIR R4 QuestionnaireRenderer widget",
5
5
  "type": "module",
6
6
  "main": "questionnaire-widget.js",
@@ -13,7 +13,8 @@
13
13
  "files": [
14
14
  "questionnaire-widget.js",
15
15
  "questionnaire-widget.global.js",
16
- "questionnaire-widget.css"
16
+ "questionnaire-widget.css",
17
+ "LICENSE"
17
18
  ],
18
19
  "repository": "git+https://github.com/sergeymosyakov/fhir-questionnaire-builder.git",
19
20
  "license": "SEE LICENSE IN LICENSE"