@progress/kendo-cli 1.14.0-develop.5 → 1.14.1-develop.1

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/package.json +1 -1
  2. package/LICENSE.md +0 -15
  3. package/NOTICE.txt +0 -100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-cli",
3
- "version": "1.14.0-develop.5",
3
+ "version": "1.14.1-develop.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
package/LICENSE.md DELETED
@@ -1,15 +0,0 @@
1
- This project has been released under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), the text of which is included below. This license applies ONLY to the source of this repository and does not extend to any other Kendo UI distribution or variant, or any other 3rd party libraries used in a repository. For licensing information about KendoReact, see the [License Agreements page](https://www.telerik.com/purchase/license-agreement/progress-kendoreact) at [KendoReact.com](http://www.kendoreact.com).
2
-
3
- > Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates.
4
-
5
- > Licensed under the Apache License, Version 2.0 (the "License");
6
- > you may not use this file except in compliance with the License.
7
- > You may obtain a copy of the License at
8
-
9
- > [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
10
-
11
- > Unless required by applicable law or agreed to in writing, software
12
- > distributed under the License is distributed on an "AS IS" BASIS,
13
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- > See the License for the specific language governing permissions and
15
- > limitations under the License.
package/NOTICE.txt DELETED
@@ -1,100 +0,0 @@
1
- Progress Kendo CLI AutoMigrate v1
2
-
3
- Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
-
5
- Portions of the Product include certain open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Progress Software Corporation (“PSC”) to include the following notices and additional licensing terms as a condition of PSC’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of the Progress Agreement conflict, vary, or are in addition to the terms and conditions of the aforementioned third-party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party.
6
-
7
- -------------------------------------------------------------------------
8
- SUMMARY OF COMPONENTS:
9
-
10
- VendorName | ComponentName | VersionName | LicenseType
11
-
12
-
13
- Facebook | jscodeshift | 17.1.2 - Open Source | MIT-style License
14
- Isaac Z. Schlueter and Contributors | semver | 7.5.4 - Open Source | ISC-style License
15
- janl | mustache.js | 4.2.0 - Open Source | MIT-style License
16
- Michael Nilsson | vscode-diff 2.0.2 - Open Source | MIT-style License
17
- Simon Boudrias | inquirer/prompts 7.2.2 - Open Source | MIT-style License
18
- Sindre Sorhus | yocto-spinner | 0.2.0 - Open Source | MIT-style License
19
- Yargs-parser Contributors | Yargs | 17.2.2 - Open Source | MIT-style License
20
- Zoltan Kochan | preferred-pm | 4.0.0 - Open Source | MIT-style License
21
- -------------------------------------------------------------------------
22
-
23
- 1. Special Notices Regarding Open-Source Third-Party Components incorporated into the Product:
24
-
25
- (1) ISC-style Licenses:
26
-
27
- (a) Progress Kendo CLI AutoMigrate v1 incorporates semver v7.5.4. Such technology is subject to the following terms and conditions:
28
- The ISC License
29
- Copyright (c) Isaac Z. Schlueter and Contributors
30
- Permission to use, copy, modify, and/or distribute this software for any
31
- purpose with or without fee is hereby granted, provided that the above
32
- copyright notice and this permission notice appear in all copies.
33
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
38
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39
-
40
- (2) MIT-style Licenses:
41
-
42
- (a) Progress Kendo CLI AutoMigrate v1 incorporates jscodeshift v17.1.2. Such technology is subject to the following terms and conditions:
43
- MIT License
44
- Copyright (c) Facebook, Inc. and its affiliates.
45
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
46
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
47
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
48
-
49
- (b) Progress Kendo CLI AutoMigrate v1 incorporates mustache.js v4.2.0. Such technology is subject to the following terms and conditions:
50
- The MIT License
51
- Copyright (c) 2009 Chris Wanstrath (Ruby)
52
- Copyright (c) 2010-2014 Jan Lehnardt (JavaScript)
53
- Copyright (c) 2010-2015 The mustache.js community
54
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
56
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
57
-
58
- (c) Progress Kendo CLI AutoMigrate v1 incorporates vscode-diff v2.0.2. Such technology is subject to the following terms and conditions:
59
- MIT License
60
- Copyright (c) 2018 Michael Nilsson
61
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
62
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
63
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
64
-
65
- (d) Progress Kendo CLI AutoMigrate v1 incorporates inquirer/prompts v7.2.2. Such technology is subject to the following terms and conditions:
66
- Copyright (c) 2025 Simon Boudrias
67
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
68
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
69
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
70
-
71
- (e) Progress Kendo CLI AutoMigrate v1 incorporates yocto-spinner v0.2.0. Such technology is subject to the following terms and conditions:
72
- MIT License
73
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
74
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
75
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
77
-
78
- (f) Progress Kendo CLI AutoMigrate v1 incorporates Yargs v17.2.2.
79
- Such technology is subject to the following terms and conditions:
80
- MIT License
81
- Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
82
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
83
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
84
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
85
-
86
- (g) Progress Kendo CLI AutoMigrate v1 incorporates preferred-pm v4.0.0. Such technology is subject to the following terms and conditions:
87
- The MIT License (MIT)
88
- Copyright (c) 2017-2022 Zoltan Kochan <z@kochan.io>
89
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
90
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
91
- 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
92
-
93
- 2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated into the Product: NONE
94
-
95
- 3. Special Notices Regarding Progress Products incorporated into the Product: NONE
96
-
97
-
98
- NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
99
-
100
- Updated 11.Feb.2025