@xiangyang9999/my-text 1.0.0 → 1.0.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.
- package/README.md +24 -32
- package/content.txt +22 -30
- package/metadata.json +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,44 +1,36 @@
|
|
|
1
1
|
# @xiangyang9999/my-text
|
|
2
2
|
|
|
3
|
-
文本版本:`1.0.
|
|
4
|
-
更新时间:`2026-09-
|
|
3
|
+
文本版本:`1.0.1`
|
|
4
|
+
更新时间:`2026-09-21T10:57:14.337Z`
|
|
5
5
|
|
|
6
6
|
## 内容
|
|
7
7
|
|
|
8
|
-
<pre>gq "
|
|
9
|
-
.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
.hasId(16299944L)
|
|
13
|
-
.dedup()
|
|
14
|
-
.hasLabel('Component')
|
|
15
|
-
.has('name','jaxen')
|
|
16
|
-
.has('purl','pkg:maven/jaxen/jaxen@1.1.4')
|
|
17
|
-
.values('sha1sum')
|
|
18
|
-
.toList();
|
|
8
|
+
<pre>gq "[
|
|
9
|
+
artifactInfo: g.V(1793616L)
|
|
10
|
+
.valueMap(true,'storageId','repositoryId','artifactPath')
|
|
11
|
+
.toList(),
|
|
19
12
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
targetInfo: g.V(16299944L)
|
|
14
|
+
.valueMap(true,'uuid','name','version','purl','sha1sum','created','lastUpdated')
|
|
15
|
+
.toList(),
|
|
23
16
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
linkCount: g.V(1793616L)
|
|
18
|
+
.out('ArtifactHasComponents')
|
|
19
|
+
.hasId(16299944L)
|
|
20
|
+
.count().next(),
|
|
28
21
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
currentComponent: g.V(16299944L)
|
|
32
|
-
.valueMap(true,'uuid','name','purl','sha1sum','created','lastUpdated')
|
|
22
|
+
sha1Values: g.V(16299944L)
|
|
23
|
+
.values('sha1sum')
|
|
33
24
|
.toList(),
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.
|
|
37
|
-
.
|
|
38
|
-
.
|
|
39
|
-
.
|
|
40
|
-
.
|
|
41
|
-
.
|
|
25
|
+
|
|
26
|
+
currentMissingUuidTargets: g.V(1793616L)
|
|
27
|
+
.hasLabel('Artifact')
|
|
28
|
+
.has('storageId','product-uat-storage')
|
|
29
|
+
.out('ArtifactHasComponents')
|
|
30
|
+
.hasNot('uuid')
|
|
31
|
+
.dedup()
|
|
32
|
+
.limit(5)
|
|
33
|
+
.valueMap(true,'name','version','purl','sha1sum')
|
|
42
34
|
.toList()
|
|
43
35
|
]"
|
|
44
36
|
</pre>
|
package/content.txt
CHANGED
|
@@ -1,36 +1,28 @@
|
|
|
1
|
-
gq "
|
|
2
|
-
.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
.hasId(16299944L)
|
|
6
|
-
.dedup()
|
|
7
|
-
.hasLabel('Component')
|
|
8
|
-
.has('name','jaxen')
|
|
9
|
-
.has('purl','pkg:maven/jaxen/jaxen@1.1.4')
|
|
10
|
-
.values('sha1sum')
|
|
11
|
-
.toList();
|
|
1
|
+
gq "[
|
|
2
|
+
artifactInfo: g.V(1793616L)
|
|
3
|
+
.valueMap(true,'storageId','repositoryId','artifactPath')
|
|
4
|
+
.toList(),
|
|
12
5
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
targetInfo: g.V(16299944L)
|
|
7
|
+
.valueMap(true,'uuid','name','version','purl','sha1sum','created','lastUpdated')
|
|
8
|
+
.toList(),
|
|
16
9
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
10
|
+
linkCount: g.V(1793616L)
|
|
11
|
+
.out('ArtifactHasComponents')
|
|
12
|
+
.hasId(16299944L)
|
|
13
|
+
.count().next(),
|
|
21
14
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
currentComponent: g.V(16299944L)
|
|
25
|
-
.valueMap(true,'uuid','name','purl','sha1sum','created','lastUpdated')
|
|
15
|
+
sha1Values: g.V(16299944L)
|
|
16
|
+
.values('sha1sum')
|
|
26
17
|
.toList(),
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
.
|
|
31
|
-
.
|
|
32
|
-
.
|
|
33
|
-
.
|
|
34
|
-
.
|
|
18
|
+
|
|
19
|
+
currentMissingUuidTargets: g.V(1793616L)
|
|
20
|
+
.hasLabel('Artifact')
|
|
21
|
+
.has('storageId','product-uat-storage')
|
|
22
|
+
.out('ArtifactHasComponents')
|
|
23
|
+
.hasNot('uuid')
|
|
24
|
+
.dedup()
|
|
25
|
+
.limit(5)
|
|
26
|
+
.valueMap(true,'name','version','purl','sha1sum')
|
|
35
27
|
.toList()
|
|
36
28
|
]"
|
package/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@xiangyang9999/my-text",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"updatedAt": "2026-09-
|
|
5
|
-
"bytes":
|
|
6
|
-
"sha256": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"updatedAt": "2026-09-21T10:57:14.337Z",
|
|
5
|
+
"bytes": 682,
|
|
6
|
+
"sha256": "cfe1ff032a3074ab0b32ef1b416c898ddf4547946e5a93cd4042b24378f8d363"
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiangyang9999/my-text",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Text channel updated at 2026-09-
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Text channel updated at 2026-09-21T10:57:14.337Z",
|
|
5
5
|
"files": [
|
|
6
6
|
"content.txt",
|
|
7
7
|
"metadata.json",
|