@barcoding/widget-piecework-in 6.53.0 → 6.54.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.
- package/package.json +5 -5
- package/LICENSE.md +0 -20
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barcoding/widget-piecework-in",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.54.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "17.3.12",
|
|
6
6
|
"@angular/core": "17.3.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@barcoding/backend-core": "^6.
|
|
10
|
-
"@barcoding/core": "^6.
|
|
11
|
-
"@barcoding/module-piecework": "^6.
|
|
12
|
-
"@barcoding/sdk": "^6.
|
|
9
|
+
"@barcoding/backend-core": "^6.54.0",
|
|
10
|
+
"@barcoding/core": "^6.54.0",
|
|
11
|
+
"@barcoding/module-piecework": "^6.54.0",
|
|
12
|
+
"@barcoding/sdk": "^6.54.0",
|
|
13
13
|
"tslib": "^2.2.0"
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "4f52009598144e40803bdd80b3cbb2b0728b380d",
|
package/LICENSE.md
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2024-2026 Syneo. All Rights Reserved.
|
|
2
|
-
|
|
3
|
-
PROPRIETARY AND CONFIDENTIAL
|
|
4
|
-
|
|
5
|
-
This software and its source code are the proprietary and confidential property
|
|
6
|
-
of Syneo. Unauthorized copying, modification, distribution, or use of this
|
|
7
|
-
software, via any medium, is strictly prohibited.
|
|
8
|
-
|
|
9
|
-
This software is provided to authorized users only under the terms of a separate
|
|
10
|
-
license agreement. No license, express or implied, by estoppel or otherwise, to
|
|
11
|
-
any intellectual property rights is granted by this document.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
15
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SYNEO BE LIABLE
|
|
16
|
-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
17
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
|
18
|
-
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
19
|
-
|
|
20
|
-
For licensing inquiries, please contact: info@syneo.io
|