@dtvast/shared-types 0.1.2 → 0.1.3

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/package.json +11 -11
  2. package/LICENSE +0 -30
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "@dtvast/shared-types",
3
- "main": "src/index.ts",
4
- "type": "module",
5
- "version": "0.1.2",
6
- "devDependencies": {
7
- "typescript": "^5.9.3"
8
- },
9
- "scripts": {
10
- "typecheck": "tsc --noEmit"
11
- }
12
- }
2
+ "name": "@dtvast/shared-types",
3
+ "main": "src/index.ts",
4
+ "type": "module",
5
+ "version": "0.1.3",
6
+ "scripts": {
7
+ "typecheck": "tsc --noEmit"
8
+ },
9
+ "devDependencies": {
10
+ "typescript": "catalog:"
11
+ }
12
+ }
package/LICENSE DELETED
@@ -1,30 +0,0 @@
1
- Copyright (c) 2025-2025, WuXi DT-Vast Intelligent Technology Co., Ltd.
2
- All Rights Reserved.
3
-
4
- CONFIDENTIAL AND PROPRIETARY INFORMATION.
5
- This software and its source code are the valuable assets and trade secrets
6
- of WuXi DT-Vast Intelligent Technology Co., Ltd. and are protected by
7
- intellectual property laws and international treaties.
8
-
9
- LICENSE:
10
- The software is licensed, not sold. This product is provided under the
11
- license agreement strictly for use within authorized projects and domains
12
- of WuXi DT-Vast Intelligent Technology Co., Ltd. Any use, reproduction,
13
- or distribution not expressly authorized by the license agreement is
14
- strictly prohibited.
15
-
16
- RESTRICTIONS:
17
- You may not:
18
-
19
- - Reverse engineer, decompile, disassemble, or attempt to derive
20
- the source code of the software;
21
- - Modify, adapt, translate, or create derivative works based on the software;
22
- - Rent, lease, loan, sell, sublicense, distribute, or otherwise transfer
23
- the software to any third party;
24
- - Remove, alter, or obscure any proprietary notices, labels, or marks
25
- from the software.
26
-
27
- TERMINATION:
28
- Any breach of these restrictions will result in automatic termination of
29
- your rights to use this software and may subject you to legal prosecution
30
- and damages.