@aemforms/af-core 0.16.0 → 0.17.0

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 +9 -1
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -31,4 +31,12 @@ import {validateFormInstance} from '@aemforms/af-core';
31
31
  const formJson = {..}
32
32
  const data = {...}
33
33
  const valid = validateFormInstance(formJson, data)
34
- ```
34
+ ```
35
+
36
+ ## License
37
+
38
+ Copyright 2022 Adobe, Inc.
39
+
40
+ Your access and use of this software is governed by the Adobe Customer Feedback Program Terms and Conditions or other Beta License Agreement signed by your employer and Adobe, Inc.. This software is NOT open source and may not be used without one of the foregoing licenses. Even with a foregoing license, your access and use of this file is limited to the earlier of (a) 180 days, (b) general availability of the product(s) which utilize this software (i.e. AEM Forms), (c) January 1, 2023, (d) Adobe providing notice to you that you may no longer use the software or that your beta trial has otherwise ended.
41
+
42
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ADOBE NOR ITS THIRD PARTY PROVIDERS AND PARTNERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@aemforms/af-core",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Core Module for Forms Runtime",
5
5
  "author": "Adobe Systems",
6
- "homepage": "",
7
- "license": "LicenseRef-LICENSE",
6
+ "license": "Adobe Proprietary",
8
7
  "main": "lib/index.js",
9
8
  "directories": {
10
9
  "lib": "lib",
@@ -58,4 +57,4 @@
58
57
  "typedoc-plugin-markdown": "3.11.13",
59
58
  "typescript": "^4.3.5"
60
59
  }
61
- }
60
+ }