@adminide-stack/form-builder-core 5.1.4-alpha.105 → 5.1.4-alpha.123

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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE +30 -21
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.4-alpha.123](https://github.com/CDEBase/forms-stack/compare/v5.1.4-alpha.122...v5.1.4-alpha.123) (2025-11-21)
7
+
8
+ **Note:** Version bump only for package @adminide-stack/form-builder-core
9
+
6
10
  ## [5.1.4-alpha.105](https://github.com/CDEBase/forms-stack/compare/v5.1.4-alpha.104...v5.1.4-alpha.105) (2025-11-10)
7
11
 
8
12
  **Note:** Version bump only for package @adminide-stack/form-builder-core
package/LICENSE CHANGED
@@ -1,21 +1,30 @@
1
- The MIT License
2
-
3
- Copyright (c) 2017 CDMBase LLC.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ PROPRIETARY SOFTWARE LICENSE
2
+
3
+ Copyright (c) 2025 CDMBase. All Rights Reserved.
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ proprietary and confidential property of CDMBase.
7
+
8
+ ALL RIGHTS RESERVED.
9
+
10
+ No part of this Software may be reproduced, distributed, transmitted,
11
+ displayed, published, or broadcast in any form or by any means, electronic,
12
+ mechanical, photocopying, recording, or otherwise, without the prior written
13
+ permission of CDMBase.
14
+
15
+ The Software is provided to authorized users only under separate written
16
+ agreement and may not be used, copied, modified, merged, published, distributed,
17
+ sublicensed, and/or sold without express written permission from CDMBase.
18
+
19
+ UNAUTHORIZED USE, REPRODUCTION, OR DISTRIBUTION OF THIS SOFTWARE, OR ANY
20
+ PORTION OF IT, MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES, AND WILL
21
+ BE PROSECUTED TO THE MAXIMUM EXTENT POSSIBLE UNDER LAW.
22
+
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
26
+ CDMBase BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
27
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
+
30
+ For licensing inquiries, please contact: legal@cdmbase.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.4-alpha.105",
3
+ "version": "5.1.4-alpha.123",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "0c3cc62850e1c40acf67b72c1b15055ad501e5fe"
27
+ "gitHead": "55a96439700ff6f6e5f75c411b27d2844269107f"
28
28
  }