Skip to content

Commit 3b68ac0

Browse files
committed
submit action
1 parent 6b3d650 commit 3b68ac0

31 files changed

+732274
-12
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/dist
21
/node_modules
32
/out

.idea/misc.xml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'DreamyCollector'
2+
description: 'Collects depenencies via renovate'
3+
inputs:
4+
out-dir:
5+
description: 'out dir for the json'
6+
required: false
7+
default: 'out'
8+
runs:
9+
using: 'node20'
10+
main: dist/index.js

bun.lockb

3.87 KB
Binary file not shown.

dist/136.index.js

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/176.index.js

+183
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/258.index.js

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/325.index.js

+51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/406.index.js

+44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/495.index.js

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
exports.id = 495;
2+
exports.ids = [495];
3+
exports.modules = {
4+
5+
/***/ 70495:
6+
/***/ ((module) => {
7+
8+
function webpackEmptyAsyncContext(req) {
9+
// Here Promise.resolve().then() is used instead of new Promise() to prevent
10+
// uncaught exception popping up in devtools
11+
return Promise.resolve().then(() => {
12+
var e = new Error("Cannot find module '" + req + "'");
13+
e.code = 'MODULE_NOT_FOUND';
14+
throw e;
15+
});
16+
}
17+
webpackEmptyAsyncContext.keys = () => ([]);
18+
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
19+
webpackEmptyAsyncContext.id = 70495;
20+
module.exports = webpackEmptyAsyncContext;
21+
22+
/***/ })
23+
24+
};
25+
;

dist/60.index.js

+44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/615.index.js

+51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)