@aemforms/af-core 0.22.22 → 0.22.23

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 +14 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,8 +35,17 @@ const valid = validateFormInstance(formJson, data)
35
35
 
36
36
  ## License
37
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.
38
+ Copyright 2022 Adobe
39
+ All Rights Reserved.
40
+
41
+ NOTICE: All information contained herein is, and remains
42
+ the property of Adobe and its suppliers, if any. The intellectual
43
+ and technical concepts contained herein are proprietary to Adobe
44
+ and its suppliers and are protected by all applicable intellectual
45
+ property laws, including trade secret and copyright laws.
46
+ Dissemination of this information or reproduction of this material
47
+ is strictly forbidden unless prior written permission is obtained
48
+ from Adobe.
49
+
50
+ Adobe permits you to use and modify this file solely in accordance with
51
+ the terms of the Adobe license agreement accompanying it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aemforms/af-core",
3
- "version": "0.22.22",
3
+ "version": "0.22.23",
4
4
  "description": "Core Module for Forms Runtime",
5
5
  "author": "Adobe Systems",
6
6
  "license": "Adobe Proprietary",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@adobe/json-formula": "0.1.50",
45
- "@aemforms/af-formatters": "^0.22.22"
45
+ "@aemforms/af-formatters": "^0.22.23"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/jest": "29.2.4",