elekram
elekramβ€’17mo ago

Deno Third Party Modules Web Hooks

Is there a way to see the webhook payload URL a package you have published is listening for?
10 Replies
ioB
ioBβ€’17mo ago
Sorry, could you clarify? a package should not be listening for a webhook? I may misunderstand the question
elekram
elekramβ€’17mo ago
I've ended up with a package I've published on deno.land/x appearing multiple times The last update I pushed has appeared as a new package
ioB
ioBβ€’17mo ago
In GitHub, your repository should have a webhook pointed at api.deno.land. It should have the following format: https://api.deno.land/webhook/gh/module_name
elekram
elekramβ€’17mo ago
That's what it has
ioB
ioBβ€’17mo ago
if you changed the module_name at the end of the webhook link, it would publish to a different module
elekram
elekramβ€’17mo ago
Okay, that's what has happened And what I figured
ioB
ioBβ€’17mo ago
πŸ‘
elekram
elekramβ€’17mo ago
How long approximately does a change take to hit Deno's site?
ioB
ioBβ€’17mo ago
should be pretty much instantaneous if it’s not, please email them there is a known caching issue atm https://discord.com/channels/684898665143206084/989436517518802945/1085256627403358299
elekram
elekramβ€’17mo ago
Interesting. It still hasn't appeared
More Posts
Does Deno package.json support use workspaces for module resolution?Talking about this field: https://docs.npmjs.com/cli/v9/using-npm/workspaces If not could I somehowDoes Deno Deploy support location based analytics?The free version does not seem to support it. Does the paid version support it?Fresh: How to make Styles global with twindv1?With the new twind-Plugin (v1), does anybody know how to do global styles? It was `preflight` beforeIPC solution for a process managerπŸ‘‹ I'm at day 7 of working on Pup (https://github.com/hexagon/pup) - a universal process manager rModule imported in app successfully, but fails to deploy`etherscan.ts` ```ts import { ethers, BigNumber } from 'npm:ethers@^5' ``` `util.ts` ```ts import { Specifying config remotely or jsx on installI'm struggling quite a lot here. I originally recommended using this command: ```bash deno install -Is it possible to know what version of a dynamically-imported module was just imported?Right now, you can run code like `import('npm:lodash')`, which will get the latest version of lodashWhy am I getting an "Uncaught DOM Exception" in the Deno CLI?To replicate: 1. `deno` in the command line to initialize a Deno REPL ``` // Get an array of random Better way to allow downloading of files besides serving entire fileI'm trying to allow users to download files that are in a private folder which cannot be accessed puShare state between islandsHi. How could I share state between island. E.g. shopping cart. I click on add product and in some o