@teambit/objects 0.0.0-af3ad9bd626e1001b8c2ca440a8e0e6447d01eed → 0.0.0-af72d9e895b1564455b7f0f48db28d9f0d39f5ef
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/fixtures/version-model-object.json +86 -86
- 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 +3 -3
- 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 +29 -28
- /package/dist/{preview-1758816874282.js → preview-1765940252742.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-af72d9e895b1564455b7f0f48db28d9f0d39f5ef",
|
|
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": "af72d9e895b1564455b7f0f48db28d9f0d39f5ef"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -14,49 +14,50 @@
|
|
|
14
14
|
"p-map-series": "2.1.0",
|
|
15
15
|
"async-mutex": "0.3.1",
|
|
16
16
|
"fs-extra": "10.0.0",
|
|
17
|
+
"glob": "13.0.0",
|
|
17
18
|
"uid-number": "0.0.6",
|
|
18
|
-
"@pnpm/dependency-path": "1001.1.
|
|
19
|
-
"@pnpm/lockfile.types": "^1002.0.
|
|
19
|
+
"@pnpm/dependency-path": "1001.1.7",
|
|
20
|
+
"@pnpm/lockfile.types": "^1002.0.6",
|
|
20
21
|
"semver": "7.7.1",
|
|
21
22
|
"uuid": "8.3.2",
|
|
22
23
|
"@teambit/harmony": "0.4.7",
|
|
23
24
|
"@teambit/component-id": "1.2.4",
|
|
24
25
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
25
|
-
"@teambit/harmony.modules.concurrency": "0.0.19",
|
|
26
|
-
"@teambit/legacy.logger": "0.0.29",
|
|
27
|
-
"@teambit/toolbox.promise.map-pool": "0.0.8",
|
|
28
|
-
"@teambit/legacy.constants": "0.0.18",
|
|
29
|
-
"@teambit/legacy.utils": "0.0.27",
|
|
30
|
-
"@teambit/toolbox.crypto.sha1": "0.0.9",
|
|
31
26
|
"@teambit/bit-error": "0.0.404",
|
|
32
27
|
"@teambit/component-version": "1.0.4",
|
|
33
|
-
"@teambit/toolbox.fs.remove-empty-dir": "0.0.7",
|
|
34
28
|
"@teambit/lane-id": "0.0.312",
|
|
35
|
-
"@teambit/legacy.cli.error": "0.0.29",
|
|
36
29
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
37
|
-
"@teambit/legacy-component-log": "0.0.411",
|
|
38
|
-
"@teambit/pkg.modules.semver-helper": "0.0.16",
|
|
39
30
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/legacy.
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
49
|
-
"@teambit/
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
31
|
+
"@teambit/cli": "0.0.0-ed4adceca1d8f67d4f35e51f9c5188b9aee537e2",
|
|
32
|
+
"@teambit/component.snap-distance": "0.0.0-687ec93a8aa6dae7be4d8c4e152a2568689d6703",
|
|
33
|
+
"@teambit/graph": "0.0.0-0820dcee42b1be0e62a4677184315fca67f1da0c",
|
|
34
|
+
"@teambit/harmony.modules.concurrency": "0.0.0-d4b212bbb9c0407f34f84383816cf151bf5f60b4",
|
|
35
|
+
"@teambit/legacy.logger": "0.0.0-379d7457990fda6f1e528cf04427418cb8552029",
|
|
36
|
+
"@teambit/legacy.scope": "0.0.0-b5280129b651a129a046e1ee989180a71254f1c0",
|
|
37
|
+
"@teambit/toolbox.promise.map-pool": "0.0.0-501a76d46f72843f5c62ea7fab9962af738f90ac",
|
|
38
|
+
"@teambit/legacy.constants": "0.0.0-47ee4b8f987ec7d17d1ea76c025f96c6566bfdac",
|
|
39
|
+
"@teambit/legacy.utils": "0.0.0-2d3d0456dbdc2e5174cb36a2519832804d941276",
|
|
40
|
+
"@teambit/toolbox.crypto.sha1": "0.0.0-216d857ee1f1d1c8fb0d949e8c46f0c553151955",
|
|
41
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.0-c7ea71802ed1c3119bd9ed8f071e9fd396e8b2a9",
|
|
42
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.0-4d1eaeafa527a7f06062f91bc5b2e959abfd9b85",
|
|
43
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.0-598e8cddf37b255ee4c123f3fac24ac1015abe8e",
|
|
44
|
+
"@teambit/config-store": "0.0.0-fd12c9f1e9aed408d04890ad4777719977c57a27",
|
|
45
|
+
"@teambit/legacy.cli.error": "0.0.0-6a01b7c08a17751ee14b58fe79390257ddb9eb87",
|
|
46
|
+
"@teambit/component.sources": "0.0.0-43c586517cd6cf8ba37e54da049b676b82d368db",
|
|
47
|
+
"@teambit/legacy-component-log": "0.0.0-0ba3d40720594ad17b033da7eef1d8b0e1ce980a",
|
|
48
|
+
"@teambit/legacy.consumer-component": "0.0.0-10bd84889b79c1e1941af544a6aa446921dca3e3",
|
|
49
|
+
"@teambit/legacy.consumer-config": "0.0.0-59ef08976ab3a90e755ae19d8f74ec817602fd6a",
|
|
50
|
+
"@teambit/legacy.extension-data": "0.0.0-19b1f6865d0feafcacf87de1d6f50fb64d59907f",
|
|
51
|
+
"@teambit/pkg.modules.semver-helper": "0.0.0-03b8cb0391a0655ddad0a5aee65622b9cdaab7ad",
|
|
52
|
+
"@teambit/bit.get-bit-version": "0.0.0-a3321fe4bdd860c4bb75806dfa61fdf3d852aba3",
|
|
53
|
+
"@teambit/semantics.doc-parser": "0.0.0-849beeccfd7728935342482d3c92857ae9939497"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
56
|
"@types/lodash": "4.14.165",
|
|
56
57
|
"@types/fs-extra": "9.0.7",
|
|
57
58
|
"@types/semver": "7.5.8",
|
|
58
59
|
"@types/uuid": "8.3.4",
|
|
59
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0
|
|
60
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.0"
|
|
60
61
|
},
|
|
61
62
|
"peerDependencies": {
|
|
62
63
|
"chai": "5.2.1",
|
|
File without changes
|