@teambit/objects 0.0.0-98dcc682b432dd4e6c690245c57930fbba41bf6d → 0.0.0-99e1df0fa3611b9836d4746a2c32bd75f77b31f3
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/dist/models/lane.d.ts +2 -2
- package/dist/models/model-component.js +22 -2
- package/dist/models/model-component.js.map +1 -1
- package/dist/models/version.d.ts +2 -2
- package/dist/models/version.js +1 -10
- package/dist/models/version.js.map +1 -1
- package/dist/models/version.spec.js +4 -12
- package/dist/models/version.spec.js.map +1 -1
- package/dist/objects/object-list.d.ts +6 -0
- package/dist/objects/object-list.js +20 -0
- package/dist/objects/object-list.js.map +1 -1
- package/dist/objects/repository.js +9 -2
- package/dist/objects/repository.js.map +1 -1
- package/models/model-component.ts +23 -2
- package/models/version.spec.ts +4 -12
- package/models/version.ts +1 -9
- package/objects/object-list.ts +14 -0
- package/objects/repository.ts +2 -1
- package/package.json +36 -35
- /package/dist/{preview-1757427769215.js → preview-1765351448109.js} +0 -0
package/package.json
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-99e1df0fa3611b9836d4746a2c32bd75f77b31f3",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/objects",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "objects",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "99e1df0fa3611b9836d4746a2c32bd75f77b31f3"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"@pnpm/dependency-path": "1001.1.7",
|
|
13
|
+
"@pnpm/lockfile.types": "^1002.0.6",
|
|
14
|
+
"semver": "7.7.1",
|
|
12
15
|
"lodash": "4.17.21",
|
|
13
|
-
"
|
|
14
|
-
"p-map-series": "2.1.0",
|
|
16
|
+
"uuid": "8.3.2",
|
|
15
17
|
"async-mutex": "0.3.1",
|
|
18
|
+
"p-map-series": "2.1.0",
|
|
19
|
+
"tar-stream": "2.2.0",
|
|
16
20
|
"fs-extra": "10.0.0",
|
|
21
|
+
"glob": "13.0.0",
|
|
17
22
|
"uid-number": "0.0.6",
|
|
18
|
-
"@pnpm/dependency-path": "1001.1.0",
|
|
19
|
-
"@pnpm/lockfile.types": "^1002.0.0",
|
|
20
|
-
"semver": "7.7.1",
|
|
21
|
-
"uuid": "8.3.2",
|
|
22
23
|
"@teambit/harmony": "0.4.7",
|
|
23
|
-
"@teambit/cli": "0.0.1272",
|
|
24
24
|
"@teambit/component-id": "1.2.4",
|
|
25
|
-
"@teambit/component.snap-distance": "0.0.74",
|
|
26
|
-
"@teambit/graph.cleargraph": "0.0.11",
|
|
27
|
-
"@teambit/harmony.modules.concurrency": "0.0.18",
|
|
28
|
-
"@teambit/legacy.logger": "0.0.27",
|
|
29
|
-
"@teambit/legacy.scope": "0.0.73",
|
|
30
|
-
"@teambit/toolbox.promise.map-pool": "0.0.8",
|
|
31
|
-
"@teambit/legacy.constants": "0.0.17",
|
|
32
|
-
"@teambit/legacy.utils": "0.0.26",
|
|
33
|
-
"@teambit/toolbox.crypto.sha1": "0.0.9",
|
|
34
25
|
"@teambit/bit-error": "0.0.404",
|
|
35
26
|
"@teambit/component-version": "1.0.4",
|
|
36
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.20",
|
|
37
|
-
"@teambit/toolbox.fs.remove-empty-dir": "0.0.7",
|
|
38
27
|
"@teambit/lane-id": "0.0.312",
|
|
39
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.74",
|
|
40
|
-
"@teambit/config-store": "0.0.152",
|
|
41
|
-
"@teambit/legacy.cli.error": "0.0.27",
|
|
42
|
-
"@teambit/component.sources": "0.0.125",
|
|
43
28
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
44
|
-
"@teambit/legacy-component-log": "0.0.410",
|
|
45
|
-
"@teambit/legacy.consumer-component": "0.0.74",
|
|
46
|
-
"@teambit/legacy.consumer-config": "0.0.73",
|
|
47
|
-
"@teambit/legacy.extension-data": "0.0.75",
|
|
48
|
-
"@teambit/pkg.modules.semver-helper": "0.0.15",
|
|
49
29
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
30
|
+
"@teambit/graph.cleargraph": "0.0.11",
|
|
31
|
+
"@teambit/cli": "0.0.0-ef84fc6783cd678eac7805128212da95e863271f",
|
|
32
|
+
"@teambit/legacy.utils": "0.0.0-29e5f8c28204fd0a028f2b320c523b739851df48",
|
|
33
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.0-418553d8f19dd39d7d1f0cd58ecdae2d6d88c625",
|
|
34
|
+
"@teambit/component.snap-distance": "0.0.0-8d7e57b45d7a5d942eb79fa9327c1e1951396c34",
|
|
35
|
+
"@teambit/config-store": "0.0.0-54b6c4854f962c34c91fd40b454534fd48c16951",
|
|
36
|
+
"@teambit/legacy.cli.error": "0.0.0-ad75c9ba0729dd27c415c833d8f0aba273c3d217",
|
|
37
|
+
"@teambit/legacy.constants": "0.0.0-f43d4552843ee7d40fd1874cb59e170d3040008f",
|
|
38
|
+
"@teambit/legacy.logger": "0.0.0-05afb21915b99c04ed0d67d35dfccb7599019382",
|
|
39
|
+
"@teambit/legacy.scope": "0.0.0-35a2745cd62e209435dc6a16c0758527acfe6394",
|
|
40
|
+
"@teambit/toolbox.crypto.sha1": "0.0.0-3cef12c604469136a8b12810a9c8a8f190b5cfc4",
|
|
41
|
+
"@teambit/component.sources": "0.0.0-0adb067cac4c3350ddf26201a2a9357ac9ae29f6",
|
|
42
|
+
"@teambit/legacy-component-log": "0.0.0-57bfe2abee0dbef9cccaeffdadb2f1341601676f",
|
|
43
|
+
"@teambit/legacy.consumer-component": "0.0.0-5b0b1b7e8e6147c624e19270843832c967ebd547",
|
|
44
|
+
"@teambit/legacy.consumer-config": "0.0.0-a80c7f3257ff258f326f99c18230c00bbef7206d",
|
|
45
|
+
"@teambit/legacy.extension-data": "0.0.0-d131f5912c7b38863f4a66db8decb33a20b97b4b",
|
|
46
|
+
"@teambit/pkg.modules.semver-helper": "0.0.0-dab75842ac27428c11ef0d069ba849c56c65b704",
|
|
47
|
+
"@teambit/bit.get-bit-version": "0.0.0-6089896dd196124d6dd490e9f6722e794b1cbc51",
|
|
48
|
+
"@teambit/semantics.doc-parser": "0.0.0-76e8cd166532dbc13c9a3c086d1f459c9cc37cbd",
|
|
49
|
+
"@teambit/graph": "0.0.0-e456ee18376be08dab220be1211e848c1eb092e5",
|
|
50
|
+
"@teambit/harmony.modules.concurrency": "0.0.0-78cb1584803950c5e335be56a652fde4113eabf8",
|
|
51
|
+
"@teambit/toolbox.promise.map-pool": "0.0.0-74976845336c2fbeb7739602e4dc6c534b42688e",
|
|
52
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.0-80b02b3c08e26d70c600b3cb6e51da54dc7fad25",
|
|
53
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.0-33de8b4199f7bce549e014b1e78cd7cfee8d1837"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@types/lodash": "4.14.165",
|
|
56
|
-
"@types/fs-extra": "9.0.7",
|
|
57
56
|
"@types/semver": "7.5.8",
|
|
57
|
+
"@types/lodash": "4.14.165",
|
|
58
58
|
"@types/uuid": "8.3.4",
|
|
59
|
-
"@
|
|
59
|
+
"@types/fs-extra": "9.0.7",
|
|
60
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.0"
|
|
60
61
|
},
|
|
61
62
|
"peerDependencies": {
|
|
62
63
|
"chai": "5.2.1",
|
|
File without changes
|