Skip to content

Commit a22b52b

Browse files
committed
Auto-generated commit
1 parent 470db14 commit a22b52b

File tree

12 files changed

+72
-28
lines changed

12 files changed

+72
-28
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-04-01T05:55:36.563Z

.github/workflows/productionize.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ jobs:
340340
341341
# Send status to Slack channel if job fails:
342342
- name: 'Send status to Slack channel in case of failure'
343-
# Pin action to full length commit SHA corresponding to v2.0.0
344-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
343+
# Pin action to full length commit SHA
344+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345345
with:
346346
status: ${{ job.status }}
347347
steps: ${{ toJson(steps) }}
@@ -514,8 +514,8 @@ jobs:
514514
515515
# Send status to Slack channel if job fails:
516516
- name: 'Send status to Slack channel in case of failure'
517-
# Pin action to full length commit SHA corresponding to v2.0.0
518-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
517+
# Pin action to full length commit SHA
518+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519519
with:
520520
status: ${{ job.status }}
521521
steps: ${{ toJson(steps) }}
@@ -694,8 +694,8 @@ jobs:
694694
695695
# Send status to Slack channel if job fails:
696696
- name: 'Send status to Slack channel in case of failure'
697-
# Pin action to full length commit SHA corresponding to v2.0.0
698-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
697+
# Pin action to full length commit SHA
698+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699699
with:
700700
status: ${{ job.status }}
701701
steps: ${{ toJson(steps) }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ jobs:
214214
215215
# Send status to Slack channel if job fails:
216216
- name: 'Send status to Slack channel in case of failure'
217-
# Pin action to full length commit SHA corresponding to v2.0.0
218-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
217+
# Pin action to full length commit SHA
218+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219219
with:
220220
status: ${{ job.status }}
221221
steps: ${{ toJson(steps) }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
9292
# Send status to Slack channel if job fails:
9393
- name: 'Send status to Slack channel in case of failure'
94-
# Pin action to full length commit SHA corresponding to v2.0.0
95-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
94+
# Pin action to full length commit SHA
95+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9696
with:
9797
status: ${{ job.status }}
9898
steps: ${{ toJson(steps) }}

.github/workflows/test_bundles.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
9191
# Send notification to Slack channel if job fails:
9292
- name: 'Send status to Slack channel in case of failure'
93-
# Pin action to full length commit SHA corresponding to v2.0.0
94-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
93+
# Pin action to full length commit SHA
94+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9595
with:
9696
status: ${{ job.status }}
9797
steps: ${{ toJson(steps) }}
@@ -135,8 +135,8 @@ jobs:
135135
136136
# Send notification to Slack channel if job fails:
137137
- name: 'Send status to Slack channel in case of failure'
138-
# Pin action to full length commit SHA corresponding to v2.0.0
139-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
138+
# Pin action to full length commit SHA
139+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
140140
with:
141141
status: ${{ job.status }}
142142
steps: ${{ toJson(steps) }}
@@ -180,8 +180,8 @@ jobs:
180180
181181
# Send notification to Slack channel if job fails:
182182
- name: 'Send status to Slack channel in case of failure'
183-
# Pin action to full length commit SHA corresponding to v2.0.0
184-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
183+
# Pin action to full length commit SHA
184+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
185185
with:
186186
status: ${{ job.status }}
187187
steps: ${{ toJson(steps) }}

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
114114
# Send Slack notification if job fails:
115115
- name: 'Send status to Slack channel in case of failure'
116-
# Pin action to full length commit SHA corresponding to v2.0.0
117-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
116+
# Pin action to full length commit SHA
117+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
118118
with:
119119
status: ${{ job.status }}
120120
steps: ${{ toJson(steps) }}

.github/workflows/test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777

7878
# Send Slack notification if job fails:
7979
- name: 'Send notification to Slack in case of failure'
80-
# Pin action to full length commit SHA corresponding to v2.0.0
81-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
80+
# Pin action to full length commit SHA
81+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
8282
with:
8383
status: ${{ job.status }}
8484
steps: ${{ toJson(steps) }}

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ shrinkwrap = false
2626

2727
# Disable automatically "saving" dependencies on install:
2828
save = false
29+
30+
# Generate provenance metadata:
31+
provenance = true

CONTRIBUTORS

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,85 @@
22
#
33
# Contributors listed in alphabetical order.
44

5-
Aditya Sapra <[email protected]>
5+
Adarsh Palaskar <[email protected]>
6+
Aditya Sapra <[email protected]>
7+
AgPriyanshu18 <[email protected]>
68
Ali Salesi <[email protected]>
9+
Aman Bhansali <[email protected]>
710
Amit Jimiwal <[email protected]>
11+
Anudeep Sanapala <[email protected]>
812
Athan Reines <[email protected]>
13+
914
Brendan Graetz <[email protected]>
1015
Bruno Fenzl <[email protected]>
16+
Bryan Elee <[email protected]>
17+
Chinmay Joshi <[email protected]>
1118
Christopher Dambamuromo <[email protected]>
1219
1320
Daniel Killenberger <[email protected]>
1421
Dominik Moritz <[email protected]>
1522
Dorrin Sotoudeh <[email protected]>
23+
EuniceSim142 <[email protected]>
1624
Frank Kovacs <[email protected]>
17-
GUNJ JOSHI <[email protected]>
25+
Golden Kumar <[email protected]>
26+
Gunj Joshi <[email protected]>
1827
Harshita Kalani <[email protected]>
28+
Jaimin Godhani <[email protected]>
1929
James Gelok <[email protected]>
2030
Jaysukh Makvana <[email protected]>
2131
Jithin KS <[email protected]>
32+
Joel Mathew Koshy <[email protected]>
2233
Joey Reed <[email protected]>
2334
Jordan Gallivan <[email protected]>
2435
Joris Labie <[email protected]>
2536
Justin Dennison <[email protected]>
2637
Karthik Prakash <[email protected]>
38+
39+
Krishnendu Das <[email protected]>
40+
41+
Manik Sharma <[email protected]>
2742
Marcus Fantham <[email protected]>
2843
Matt Cochrane <[email protected]>
44+
Mihir Pandit <[email protected]>
2945
Milan Raj <[email protected]>
3046
Momtchil Momtchev <[email protected]>
47+
Muhammad Haris <[email protected]>
3148
Naresh Jagadeesan <[email protected]>
49+
NightKnight <[email protected]>
3250
Nithin Katta <[email protected]>
3351
Ognjen Jevremović <[email protected]>
52+
Oneday12323 <[email protected]>
3453
Philipp Burckhardt <[email protected]>
3554
Prajwal Kulkarni <[email protected]>
3655
Pranav Goswami <[email protected]>
56+
57+
58+
59+
Pushpendra Chandravanshi <[email protected]>
60+
Raunak Kumar Gupta <[email protected]>
61+
Rejoan Sardar <[email protected]>
3762
Ricky Reusser <[email protected]>
3863
Robert Gislason <[email protected]>
3964
Roman Stetsyk <[email protected]>
65+
4066
Ryan Seal <[email protected]>
67+
Sai Srikar Dumpeti <[email protected]>
4168
Seyyed Parsa Neshaei <[email protected]>
69+
Shashank Shekhar Singh <[email protected]>
70+
4271
Shraddheya Shendre <[email protected]>
43-
Spandan Barve <[email protected]>
72+
Shubham Mishra <[email protected]>
73+
Snehil Shah <[email protected]>
74+
Spandan Barve <[email protected]>
4475
Stephannie Jiménez Gacha <[email protected]>
76+
Suraj kumar <[email protected]>
77+
Tirtadwipa Manunggal <[email protected]>
78+
Tudor Pagu <[email protected]>
79+
Utkarsh <http://[email protected]>
80+
Utkarsh Raj <[email protected]>
81+
Varad Gupta <[email protected]>
4582
Yernar Yergaziyev <[email protected]>
83+
84+
nishant-s7 <[email protected]>
4685
orimiles5 <[email protected]>
4786

0 commit comments

Comments
 (0)