Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/mergebot/src/_tests/fixtures/73161/_downloads.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"frappe": 0
}
5 changes: 5 additions & 0 deletions packages/mergebot/src/_tests/fixtures/73161/_files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"66a9b7b55c316ed93c73a7bee520382cd1f86426:types/frappe/.npmignore": "*\n!**/*.d.ts\n!**/*.d.cts\n!**/*.d.mts\n!**/*.d.*.ts\n",
"66a9b7b55c316ed93c73a7bee520382cd1f86426:types/frappe/package.json": "{\n \"private\": true,\n \"name\": \"@types/frappe\",\n \"version\": \"0.0.9999\",\n \"projects\": [\n \"https://github.com/frappe/frappe\"\n ],\n \"nonNpm\": \"conflict\",\n \"nonNpmDescription\": \"These are types meant to be used for the global `frappe` object within the Frappe framework. The npm package 'frappe' is not the correct package this types to.\",\n \"dependencies\": {\n \"@types/jquery\": \"*\",\n \"cypress\": \"*\"\n },\n \"devDependencies\": {\n \"@types/frappe\": \"workspace:.\"\n },\n \"minimumTypeScriptVersion\": \"5.7\",\n \"owners\": [\n {\n \"name\": \"Hakim Bawa\",\n \"githubUsername\": \"bawahakim\"\n }\n ],\n \"type\": \"module\"\n}\n",
"66a9b7b55c316ed93c73a7bee520382cd1f86426:types/frappe/tsconfig.json": "{\n \"compilerOptions\": {\n \"module\": \"node16\",\n \"lib\": [\"es6\", \"dom\"],\n \"types\": [],\n \"noImplicitAny\": true,\n \"noImplicitThis\": true,\n \"strictFunctionTypes\": true,\n \"strictNullChecks\": true,\n \"noEmit\": true,\n \"forceConsistentCasingInFileNames\": true\n },\n \"files\": [\n \"index.d.ts\",\n \"tests/common-utilities-tests.ts\",\n \"tests/control-tests.ts\",\n \"tests/db-tests.ts\",\n \"tests/dialog-tests.ts\",\n \"tests/form-handler-tests.ts\",\n \"tests/requests-tests.ts\",\n \"tests/frappe-form-tests.ts\",\n \"tests/filters-tests.ts\",\n \"tests/locals-tests.ts\"\n ]\n}\n"
}
Loading
Loading