@shibanet0/datamitsu-config 0.0.1-alpha-17 → 0.0.1-alpha-19
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/datamitsu.js +128 -142
- package/dist/s0/index.js +8 -0
- package/package.json +2 -2
package/datamitsu.js
CHANGED
|
@@ -6,117 +6,117 @@
|
|
|
6
6
|
// src/datamitsu-config/githubApps.json
|
|
7
7
|
var binaries = {
|
|
8
8
|
actionlint: {
|
|
9
|
-
configHash: "
|
|
9
|
+
configHash: "fd8bc66e86b6772d8692921291528c4fdc7d2436c8cf9a8c904e4c2818585ad7",
|
|
10
10
|
binaries: {
|
|
11
11
|
darwin: {
|
|
12
12
|
amd64: {
|
|
13
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
14
|
-
hash: "
|
|
13
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_darwin_amd64.tar.gz",
|
|
14
|
+
hash: "16782c41f2af264db80f855ee5d09164ca98fc78edf3bcd0f46eecff279682ba",
|
|
15
15
|
contentType: "tar.gz",
|
|
16
|
-
binaryPath: "actionlint-1.7.
|
|
16
|
+
binaryPath: "actionlint-1.7.10/actionlint"
|
|
17
17
|
},
|
|
18
18
|
arm64: {
|
|
19
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
20
|
-
hash: "
|
|
19
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_darwin_arm64.tar.gz",
|
|
20
|
+
hash: "004ca87b367b37f4d75c55ab6cf80f9b8c043adbfbd440f31c604d417939c442",
|
|
21
21
|
contentType: "tar.gz",
|
|
22
|
-
binaryPath: "actionlint-1.7.
|
|
22
|
+
binaryPath: "actionlint-1.7.10/actionlint"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
freebsd: {
|
|
26
26
|
amd64: {
|
|
27
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
28
|
-
hash: "
|
|
27
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_freebsd_amd64.tar.gz",
|
|
28
|
+
hash: "418461873e1f8eb7acc7524d70d4c33e99f9aab53da8625f4a3c50273612c930",
|
|
29
29
|
contentType: "tar.gz",
|
|
30
|
-
binaryPath: "actionlint-1.7.
|
|
30
|
+
binaryPath: "actionlint-1.7.10/actionlint"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
linux: {
|
|
34
34
|
amd64: {
|
|
35
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
36
|
-
hash: "
|
|
35
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_linux_amd64.tar.gz",
|
|
36
|
+
hash: "f4c76b71db5755a713e6055cbb0857ed07e103e028bda117817660ebadb4386f",
|
|
37
37
|
contentType: "tar.gz",
|
|
38
|
-
binaryPath: "actionlint-1.7.
|
|
38
|
+
binaryPath: "actionlint-1.7.10/actionlint"
|
|
39
39
|
},
|
|
40
40
|
arm64: {
|
|
41
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
42
|
-
hash: "
|
|
41
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_linux_arm64.tar.gz",
|
|
42
|
+
hash: "cd3dfe5f66887ec6b987752d8d9614e59fd22f39415c5ad9f28374623f41773a",
|
|
43
43
|
contentType: "tar.gz",
|
|
44
|
-
binaryPath: "actionlint-1.7.
|
|
44
|
+
binaryPath: "actionlint-1.7.10/actionlint"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
windows: {
|
|
48
48
|
amd64: {
|
|
49
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
50
|
-
hash: "
|
|
49
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_amd64.zip",
|
|
50
|
+
hash: "283467f9d6202a8cb8c00ad8dd0ee4e685b71fb86a6a56c68fcbb9ae8ed91237",
|
|
51
51
|
contentType: "zip",
|
|
52
|
-
binaryPath: "actionlint-1.7.
|
|
52
|
+
binaryPath: "actionlint-1.7.10/actionlint.exe"
|
|
53
53
|
},
|
|
54
54
|
arm64: {
|
|
55
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
56
|
-
hash: "
|
|
55
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_arm64.zip",
|
|
56
|
+
hash: "0c7242bca2f0ee4672a00ce7fa3c7185311fb94cb9e1e0f6bb57d5456e421d80",
|
|
57
57
|
contentType: "zip",
|
|
58
|
-
binaryPath: "actionlint-1.7.
|
|
58
|
+
binaryPath: "actionlint-1.7.10/actionlint.exe"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
age: {
|
|
64
|
-
configHash: "
|
|
64
|
+
configHash: "cfc8446751aa1b249b9f6ef24de8a32144b3d62f7f98136c0ab87ec4429f37d9",
|
|
65
65
|
binaries: {
|
|
66
66
|
darwin: {
|
|
67
67
|
amd64: {
|
|
68
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
69
|
-
hash: "",
|
|
68
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-darwin-arm64.tar.gz",
|
|
69
|
+
hash: "01120ea2cbf0463d4c6bd767f99f3271bbed1cdc8a9aa718a76ba1fe4f01998b",
|
|
70
70
|
contentType: "tar.gz",
|
|
71
|
-
binaryPath: "age-v1.
|
|
71
|
+
binaryPath: "age-v1.3.1/age"
|
|
72
72
|
},
|
|
73
73
|
arm64: {
|
|
74
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
75
|
-
hash: "",
|
|
74
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-darwin-arm64.tar.gz",
|
|
75
|
+
hash: "01120ea2cbf0463d4c6bd767f99f3271bbed1cdc8a9aa718a76ba1fe4f01998b",
|
|
76
76
|
contentType: "tar.gz",
|
|
77
|
-
binaryPath: "age-v1.
|
|
77
|
+
binaryPath: "age-v1.3.1/age"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
freebsd: {
|
|
81
81
|
amd64: {
|
|
82
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
83
|
-
hash: "",
|
|
82
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-freebsd-amd64.tar.gz",
|
|
83
|
+
hash: "3d597b093d6b21f78b465a55cef748cdd357bddc43128527d3aacec4649caa63",
|
|
84
84
|
contentType: "tar.gz",
|
|
85
|
-
binaryPath: "age-v1.
|
|
85
|
+
binaryPath: "age-v1.3.1/age"
|
|
86
86
|
},
|
|
87
87
|
arm64: {
|
|
88
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
89
|
-
hash: "",
|
|
88
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-freebsd-amd64.tar.gz",
|
|
89
|
+
hash: "3d597b093d6b21f78b465a55cef748cdd357bddc43128527d3aacec4649caa63",
|
|
90
90
|
contentType: "tar.gz",
|
|
91
|
-
binaryPath: "age-v1.
|
|
91
|
+
binaryPath: "age-v1.3.1/age"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
linux: {
|
|
95
95
|
amd64: {
|
|
96
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
97
|
-
hash: "",
|
|
96
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-linux-amd64.tar.gz",
|
|
97
|
+
hash: "bdc69c09cbdd6cf8b1f333d372a1f58247b3a33146406333e30c0f26e8f51377",
|
|
98
98
|
contentType: "tar.gz",
|
|
99
|
-
binaryPath: "age-v1.
|
|
99
|
+
binaryPath: "age-v1.3.1/age"
|
|
100
100
|
},
|
|
101
101
|
arm64: {
|
|
102
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
103
|
-
hash: "",
|
|
102
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-linux-arm64.tar.gz",
|
|
103
|
+
hash: "c6878a324421b69e3e20b00ba17c04bc5c6dab0030cfe55bf8f68fa8d9e9093a",
|
|
104
104
|
contentType: "tar.gz",
|
|
105
|
-
binaryPath: "age-v1.
|
|
105
|
+
binaryPath: "age-v1.3.1/age"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
windows: {
|
|
109
109
|
amd64: {
|
|
110
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
111
|
-
hash: "",
|
|
110
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-windows-amd64.zip",
|
|
111
|
+
hash: "c56e8ce22f7e80cb85ad946cc82d198767b056366201d3e1a2b93d865be38154",
|
|
112
112
|
contentType: "zip",
|
|
113
|
-
binaryPath: "age-v1.
|
|
113
|
+
binaryPath: "age-v1.3.1/age.exe"
|
|
114
114
|
},
|
|
115
115
|
arm64: {
|
|
116
|
-
url: "https://github.com/FiloSottile/age/releases/download/v1.
|
|
117
|
-
hash: "",
|
|
116
|
+
url: "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-windows-amd64.zip",
|
|
117
|
+
hash: "c56e8ce22f7e80cb85ad946cc82d198767b056366201d3e1a2b93d865be38154",
|
|
118
118
|
contentType: "zip",
|
|
119
|
-
binaryPath: "age-v1.
|
|
119
|
+
binaryPath: "age-v1.3.1/age.exe"
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
}
|
|
@@ -202,46 +202,46 @@ var binaries = {
|
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
buf: {
|
|
205
|
-
configHash: "
|
|
205
|
+
configHash: "981deaf811e807291897ddc2ec25dbb2fadfd0389aab5df11b575ddc7875dd79",
|
|
206
206
|
binaries: {
|
|
207
207
|
darwin: {
|
|
208
208
|
amd64: {
|
|
209
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
210
|
-
hash: "
|
|
209
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Darwin-x86_64.tar.gz",
|
|
210
|
+
hash: "cba4161d8276509d8f805bd4c6c89476b5801086de22c3d67f51067d5c30a6f4",
|
|
211
211
|
contentType: "tar.gz",
|
|
212
212
|
binaryPath: "buf"
|
|
213
213
|
},
|
|
214
214
|
arm64: {
|
|
215
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
216
|
-
hash: "
|
|
215
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Darwin-arm64.tar.gz",
|
|
216
|
+
hash: "e976b4dc4a3447eb2196599f3a9c62db559316afdd7ea5b673ede16a67dee977",
|
|
217
217
|
contentType: "tar.gz",
|
|
218
218
|
binaryPath: "buf"
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
linux: {
|
|
222
222
|
amd64: {
|
|
223
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
224
|
-
hash: "
|
|
223
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Linux-x86_64.tar.gz",
|
|
224
|
+
hash: "14790c22d69977db053b7d78660cc347c9547d374f034c726ab319f44ef7917f",
|
|
225
225
|
contentType: "tar.gz",
|
|
226
226
|
binaryPath: "buf"
|
|
227
227
|
},
|
|
228
228
|
arm64: {
|
|
229
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
230
|
-
hash: "
|
|
229
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Linux-aarch64.tar.gz",
|
|
230
|
+
hash: "39caa9a5ace13f73378095bdb712225521bc808a704940188e0b77af76136010",
|
|
231
231
|
contentType: "tar.gz",
|
|
232
232
|
binaryPath: "buf"
|
|
233
233
|
}
|
|
234
234
|
},
|
|
235
235
|
windows: {
|
|
236
236
|
amd64: {
|
|
237
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
238
|
-
hash: "
|
|
237
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Windows-x86_64.zip",
|
|
238
|
+
hash: "69d823a686f5d2fb54186b041242a9f9030fb6e1944fa0dbc7831ca62a589939",
|
|
239
239
|
contentType: "zip",
|
|
240
240
|
binaryPath: "buf.exe"
|
|
241
241
|
},
|
|
242
242
|
arm64: {
|
|
243
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
244
|
-
hash: "
|
|
243
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.62.1/buf-Windows-arm64.zip",
|
|
244
|
+
hash: "e100ec02067919a15919bf9d77d43e92b6fc8a3390614772479c447130be6572",
|
|
245
245
|
contentType: "zip",
|
|
246
246
|
binaryPath: "buf.exe"
|
|
247
247
|
}
|
|
@@ -332,36 +332,36 @@ var binaries = {
|
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
dasel: {
|
|
335
|
-
configHash: "
|
|
335
|
+
configHash: "35e9090569738bd0c2fd7e909852d982a2be8ffebed55d103cce2d89a86de118",
|
|
336
336
|
binaries: {
|
|
337
337
|
darwin: {
|
|
338
338
|
amd64: {
|
|
339
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.
|
|
340
|
-
hash: "
|
|
339
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.0/dasel_darwin_amd64.gz",
|
|
340
|
+
hash: "e765a22e02bf8ca9419b05242a3c916d38dbace636382d559217aeb8618d1172",
|
|
341
341
|
contentType: "gz"
|
|
342
342
|
},
|
|
343
343
|
arm64: {
|
|
344
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.
|
|
345
|
-
hash: "
|
|
344
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.0/dasel_darwin_arm64.gz",
|
|
345
|
+
hash: "21b7e3dd974047370627174bc94c856a5683e183f509ee8c8c0f7c704f927410",
|
|
346
346
|
contentType: "gz"
|
|
347
347
|
}
|
|
348
348
|
},
|
|
349
349
|
linux: {
|
|
350
350
|
amd64: {
|
|
351
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.
|
|
352
|
-
hash: "
|
|
351
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.0/dasel_linux_amd64.gz",
|
|
352
|
+
hash: "93f520bff01ce3f03c62b306190a36ed6d9d28e43ce5deb6563d01b46e327fc7",
|
|
353
353
|
contentType: "gz"
|
|
354
354
|
},
|
|
355
355
|
arm64: {
|
|
356
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.
|
|
357
|
-
hash: "
|
|
356
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.0/dasel_linux_arm64.gz",
|
|
357
|
+
hash: "dd7a68db6cc1273f7094973272bb6f8411598099a5582b925e63b2b9bb08fb45",
|
|
358
358
|
contentType: "gz"
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
windows: {
|
|
362
362
|
amd64: {
|
|
363
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.
|
|
364
|
-
hash: "
|
|
363
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.0/dasel_windows_amd64.exe",
|
|
364
|
+
hash: "104688aaef9221bb48433b8a77bb71690a260862e58325f573da9fd7f749e49e",
|
|
365
365
|
contentType: "binary"
|
|
366
366
|
}
|
|
367
367
|
}
|
|
@@ -916,53 +916,53 @@ var binaries = {
|
|
|
916
916
|
}
|
|
917
917
|
},
|
|
918
918
|
lefthook: {
|
|
919
|
-
configHash: "
|
|
919
|
+
configHash: "6b67dbd65d3f34a128c978b227d577faab05919ca149099ea8beb0b06ad25068",
|
|
920
920
|
binaries: {
|
|
921
921
|
darwin: {
|
|
922
922
|
amd64: {
|
|
923
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
924
|
-
hash: "
|
|
923
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_MacOS_x86_64.gz",
|
|
924
|
+
hash: "46684ccaae3a350a115298e9a32e357ffd945956400cc15d76e18aff6546e6b6",
|
|
925
925
|
contentType: "gz"
|
|
926
926
|
},
|
|
927
927
|
arm64: {
|
|
928
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
929
|
-
hash: "
|
|
928
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_MacOS_arm64.gz",
|
|
929
|
+
hash: "a936cb6d78ae3f9d8b15f3b698a7b99312de4f1b2cc7c93baaba073ce1f76cec",
|
|
930
930
|
contentType: "gz"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
freebsd: {
|
|
934
934
|
amd64: {
|
|
935
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
936
|
-
hash: "
|
|
935
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Freebsd_x86_64.gz",
|
|
936
|
+
hash: "ee2b5e3400b5f0650d8310b0c7041a25595254432b3f521cefc83baa3dc35cb2",
|
|
937
937
|
contentType: "gz"
|
|
938
938
|
},
|
|
939
939
|
arm64: {
|
|
940
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
941
|
-
hash: "
|
|
940
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Freebsd_arm64.gz",
|
|
941
|
+
hash: "f45649ac89b9085c106b9c2a45bd54f49d3caa927cf9e6239788a071fa3dc9eb",
|
|
942
942
|
contentType: "gz"
|
|
943
943
|
}
|
|
944
944
|
},
|
|
945
945
|
linux: {
|
|
946
946
|
amd64: {
|
|
947
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
948
|
-
hash: "
|
|
947
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Linux_x86_64.gz",
|
|
948
|
+
hash: "1952da844678fcbf4f72e735e0749fad01121b5011dd6b8d83929f46390b7b9f",
|
|
949
949
|
contentType: "gz"
|
|
950
950
|
},
|
|
951
951
|
arm64: {
|
|
952
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
953
|
-
hash: "
|
|
952
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Linux_aarch64.gz",
|
|
953
|
+
hash: "f462b4631772f64a884ca87f5e29c3576157793913705f38316d2bc4f67245b8",
|
|
954
954
|
contentType: "gz"
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
957
|
windows: {
|
|
958
958
|
amd64: {
|
|
959
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
960
|
-
hash: "
|
|
959
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Windows_x86_64.exe",
|
|
960
|
+
hash: "9dd8e88a807da22d4fa7c2170157d06c218c2c8a36aa9e2e721c2e7d185e41aa",
|
|
961
961
|
contentType: "binary"
|
|
962
962
|
},
|
|
963
963
|
arm64: {
|
|
964
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.
|
|
965
|
-
hash: "
|
|
964
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.13/lefthook_2.0.13_Windows_arm64.exe",
|
|
965
|
+
hash: "4fe8891f59aded65b05012e2aed0b01f408f85d79f80ac55be40fa31fe336a55",
|
|
966
966
|
contentType: "binary"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
@@ -1520,48 +1520,48 @@ var binaries = {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
},
|
|
1522
1522
|
typos: {
|
|
1523
|
-
configHash: "
|
|
1523
|
+
configHash: "41617bc03a6086e1fcb6b41dfb0e57033b7ea1ecb1ea2fc9bb7203042935c422",
|
|
1524
1524
|
binaries: {
|
|
1525
1525
|
darwin: {
|
|
1526
1526
|
amd64: {
|
|
1527
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1528
|
-
hash: "
|
|
1527
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-x86_64-apple-darwin.tar.gz",
|
|
1528
|
+
hash: "f0cdc5d442890e73d02b0884fde6f76704220216a7462a808423930b09385842",
|
|
1529
1529
|
contentType: "tar.gz",
|
|
1530
|
-
binaryPath: "typos-v1.40.
|
|
1530
|
+
binaryPath: "typos-v1.40.1/typos"
|
|
1531
1531
|
},
|
|
1532
1532
|
arm64: {
|
|
1533
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1534
|
-
hash: "
|
|
1533
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-aarch64-apple-darwin.tar.gz",
|
|
1534
|
+
hash: "11bce39c965629d43dfb9cc855c82dcf1809db58cf7e8b8c358dcfdafe33e95a",
|
|
1535
1535
|
contentType: "tar.gz",
|
|
1536
|
-
binaryPath: "typos-v1.40.
|
|
1536
|
+
binaryPath: "typos-v1.40.1/typos"
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
1539
1539
|
linux: {
|
|
1540
1540
|
amd64: {
|
|
1541
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1542
|
-
hash: "
|
|
1541
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-x86_64-unknown-linux-musl.tar.gz",
|
|
1542
|
+
hash: "6e39ee6e6b0acd2db889cefa477519801ddb8796979f0845001da019becf43f6",
|
|
1543
1543
|
contentType: "tar.gz",
|
|
1544
|
-
binaryPath: "typos-v1.40.
|
|
1544
|
+
binaryPath: "typos-v1.40.1/typos"
|
|
1545
1545
|
},
|
|
1546
1546
|
arm64: {
|
|
1547
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1548
|
-
hash: "
|
|
1547
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-aarch64-unknown-linux-musl.tar.gz",
|
|
1548
|
+
hash: "4daad799596acbb7c1e1f694d71cc75ff0bc67f4285d752054bce233e9f6d85c",
|
|
1549
1549
|
contentType: "tar.gz",
|
|
1550
|
-
binaryPath: "typos-v1.40.
|
|
1550
|
+
binaryPath: "typos-v1.40.1/typos"
|
|
1551
1551
|
}
|
|
1552
1552
|
},
|
|
1553
1553
|
windows: {
|
|
1554
1554
|
amd64: {
|
|
1555
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1556
|
-
hash: "
|
|
1555
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-x86_64-pc-windows-msvc.zip",
|
|
1556
|
+
hash: "88b3a43b8827dec38b8b4fd0dcbd5a41aef06b25a9fc339c0b3784dcde8ba6cb",
|
|
1557
1557
|
contentType: "zip",
|
|
1558
|
-
binaryPath: "typos-v1.40.
|
|
1558
|
+
binaryPath: "typos-v1.40.1/typos.exe"
|
|
1559
1559
|
},
|
|
1560
1560
|
arm64: {
|
|
1561
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.40.
|
|
1562
|
-
hash: "
|
|
1561
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.40.1/typos-v1.40.1-x86_64-pc-windows-msvc.zip",
|
|
1562
|
+
hash: "88b3a43b8827dec38b8b4fd0dcbd5a41aef06b25a9fc339c0b3784dcde8ba6cb",
|
|
1563
1563
|
contentType: "zip",
|
|
1564
|
-
binaryPath: "typos-v1.40.
|
|
1564
|
+
binaryPath: "typos-v1.40.1/typos.exe"
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
@@ -1735,48 +1735,48 @@ var binaries = {
|
|
|
1735
1735
|
}
|
|
1736
1736
|
},
|
|
1737
1737
|
vacuum: {
|
|
1738
|
-
configHash: "
|
|
1738
|
+
configHash: "be544d53cd6f1fdd2c1c8137d77a97b8e1b03275165fe9433c0552af8696b467",
|
|
1739
1739
|
binaries: {
|
|
1740
1740
|
darwin: {
|
|
1741
1741
|
amd64: {
|
|
1742
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1743
|
-
hash: "
|
|
1742
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_darwin_x86_64.tar.gz",
|
|
1743
|
+
hash: "56be4f991fae7e50e34e6a24557a747e2a326923b73395ffa2106934f0379c58",
|
|
1744
1744
|
contentType: "tar.gz",
|
|
1745
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1745
|
+
binaryPath: "vacuum-vacuum_0.23.0_darwin_x86_64/vacuum"
|
|
1746
1746
|
},
|
|
1747
1747
|
arm64: {
|
|
1748
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1749
|
-
hash: "
|
|
1748
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_darwin_arm64.tar.gz",
|
|
1749
|
+
hash: "ba172f719268bd0f8b8c35e53eb0a275f122d230cf6adf343e5089d402ffbf42",
|
|
1750
1750
|
contentType: "tar.gz",
|
|
1751
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1751
|
+
binaryPath: "vacuum-vacuum_0.23.0_darwin_arm64/vacuum"
|
|
1752
1752
|
}
|
|
1753
1753
|
},
|
|
1754
1754
|
linux: {
|
|
1755
1755
|
amd64: {
|
|
1756
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1757
|
-
hash: "
|
|
1756
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_linux_x86_64.tar.gz",
|
|
1757
|
+
hash: "8737f4d77faaeb93d502e8b174375e2cacfc133182340a9921f896071de41ebc",
|
|
1758
1758
|
contentType: "tar.gz",
|
|
1759
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1759
|
+
binaryPath: "vacuum-vacuum_0.23.0_linux_x86_64/vacuum"
|
|
1760
1760
|
},
|
|
1761
1761
|
arm64: {
|
|
1762
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1763
|
-
hash: "
|
|
1762
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_linux_arm64.tar.gz",
|
|
1763
|
+
hash: "32ae4cafb33c0c1a9c6ff8ca2642e99057af772a7406013c28abb4724fb0de93",
|
|
1764
1764
|
contentType: "tar.gz",
|
|
1765
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1765
|
+
binaryPath: "vacuum-vacuum_0.23.0_linux_arm64/vacuum"
|
|
1766
1766
|
}
|
|
1767
1767
|
},
|
|
1768
1768
|
windows: {
|
|
1769
1769
|
amd64: {
|
|
1770
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1771
|
-
hash: "
|
|
1770
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_windows_x86_64.tar.gz",
|
|
1771
|
+
hash: "94abaf8e2b7bd7962f18b644a0ea0630d521d00cfdc4ce198014abf00973cf4c",
|
|
1772
1772
|
contentType: "tar.gz",
|
|
1773
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1773
|
+
binaryPath: "vacuum-vacuum_0.23.0_windows_x86_64/vacuum.exe"
|
|
1774
1774
|
},
|
|
1775
1775
|
arm64: {
|
|
1776
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.
|
|
1777
|
-
hash: "
|
|
1776
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.0/vacuum_0.23.0_windows_arm64.tar.gz",
|
|
1777
|
+
hash: "60751544570e19404643162248dce7944e88cb51ebd11c4aa836ea5f43775e38",
|
|
1778
1778
|
contentType: "tar.gz",
|
|
1779
|
-
binaryPath: "vacuum-vacuum_0.
|
|
1779
|
+
binaryPath: "vacuum-vacuum_0.23.0_windows_arm64/vacuum.exe"
|
|
1780
1780
|
}
|
|
1781
1781
|
}
|
|
1782
1782
|
}
|
|
@@ -1958,7 +1958,7 @@ var mapOfApps = {
|
|
|
1958
1958
|
|
|
1959
1959
|
// package.json
|
|
1960
1960
|
var name = "@shibanet0/datamitsu-config";
|
|
1961
|
-
var version = "0.0.1-alpha-
|
|
1961
|
+
var version = "0.0.1-alpha-19";
|
|
1962
1962
|
var dependencies = {
|
|
1963
1963
|
"@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
|
|
1964
1964
|
"@commander-js/extra-typings": "14.0.0",
|
|
@@ -1967,7 +1967,7 @@ var dependencies = {
|
|
|
1967
1967
|
"@commitlint/format": "20.2.0",
|
|
1968
1968
|
"@commitlint/types": "20.2.0",
|
|
1969
1969
|
"@cspell/eslint-plugin": "9.4.0",
|
|
1970
|
-
"@datamitsu/datamitsu": "0.0.1-alpha-
|
|
1970
|
+
"@datamitsu/datamitsu": "0.0.1-alpha-46",
|
|
1971
1971
|
"@eslint/config-helpers": "0.5.0",
|
|
1972
1972
|
"@eslint/js": "9.39.2",
|
|
1973
1973
|
"@prettier/plugin-xml": "3.4.2",
|
|
@@ -3041,12 +3041,6 @@ var initCommands = {
|
|
|
3041
3041
|
}
|
|
3042
3042
|
};
|
|
3043
3043
|
|
|
3044
|
-
// src/datamitsu-config/hooks.ts
|
|
3045
|
-
var gitHooks = {
|
|
3046
|
-
enabled: false,
|
|
3047
|
-
hooks: {}
|
|
3048
|
-
};
|
|
3049
|
-
|
|
3050
3044
|
// src/datamitsu-config/project.ts
|
|
3051
3045
|
var projectTypes = {
|
|
3052
3046
|
"golang-package": {
|
|
@@ -3430,14 +3424,6 @@ function getConfig() {
|
|
|
3430
3424
|
// ...config.apps,
|
|
3431
3425
|
...mapOfApps
|
|
3432
3426
|
},
|
|
3433
|
-
gitHooks: {
|
|
3434
|
-
// ...config.gitHooks,
|
|
3435
|
-
...gitHooks,
|
|
3436
|
-
hooks: {
|
|
3437
|
-
// ...config.gitHooks?.hooks,
|
|
3438
|
-
...gitHooks?.hooks
|
|
3439
|
-
}
|
|
3440
|
-
},
|
|
3441
3427
|
init: {
|
|
3442
3428
|
// ...config.init,
|
|
3443
3429
|
...init
|
package/dist/s0/index.js
CHANGED
|
@@ -385,6 +385,14 @@ var getEditorJS = async (buf) => {
|
|
|
385
385
|
state.checkpoint.latest.resources.sort((a, b) => {
|
|
386
386
|
const urnA = a?.urn || "";
|
|
387
387
|
const urnB = b?.urn || "";
|
|
388
|
+
const aIsStack = urnA.includes("::pulumi:pulumi:Stack::");
|
|
389
|
+
const bIsStack = urnB.includes("::pulumi:pulumi:Stack::");
|
|
390
|
+
if (aIsStack && !bIsStack) {
|
|
391
|
+
return -1;
|
|
392
|
+
}
|
|
393
|
+
if (!aIsStack && bIsStack) {
|
|
394
|
+
return 1;
|
|
395
|
+
}
|
|
388
396
|
const aIsProvider = urnA.includes("::pulumi:providers:");
|
|
389
397
|
const bIsProvider = urnB.includes("::pulumi:providers:");
|
|
390
398
|
if (aIsProvider && !bIsProvider) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shibanet0/datamitsu-config",
|
|
3
|
-
"version": "0.0.1-alpha-
|
|
3
|
+
"version": "0.0.1-alpha-19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@commitlint/format": "20.2.0",
|
|
72
72
|
"@commitlint/types": "20.2.0",
|
|
73
73
|
"@cspell/eslint-plugin": "9.4.0",
|
|
74
|
-
"@datamitsu/datamitsu": "0.0.1-alpha-
|
|
74
|
+
"@datamitsu/datamitsu": "0.0.1-alpha-46",
|
|
75
75
|
"@eslint/config-helpers": "0.5.0",
|
|
76
76
|
"@eslint/js": "9.39.2",
|
|
77
77
|
"@prettier/plugin-xml": "3.4.2",
|