@adminide-stack/form-builder-core 5.1.4-alpha.105 → 5.1.4-alpha.137
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.
- package/CHANGELOG.md +8 -0
- package/LICENSE +30 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.137](https://github.com/CDEBase/forms-stack/compare/v5.1.4-alpha.136...v5.1.4-alpha.137) (2025-12-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @adminide-stack/form-builder-core
|
|
9
|
+
|
|
10
|
+
## [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)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @adminide-stack/form-builder-core
|
|
13
|
+
|
|
6
14
|
## [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
15
|
|
|
8
16
|
**Note:** Version bump only for package @adminide-stack/form-builder-core
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Copyright (c)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
THE
|
|
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.
|
|
3
|
+
"version": "5.1.4-alpha.137",
|
|
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": "
|
|
27
|
+
"gitHead": "50a849a7b3af772fe289da35f9cfe82ffa311b04"
|
|
28
28
|
}
|