@evanp/activitypub-bot 0.16.0 → 0.16.3

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.
@@ -1,4 +1,3 @@
1
- import AS2 from 'activitystrea.ms'
2
1
  import as2 from './activitystreams.js'
3
2
  import assert from 'node:assert'
4
3
 
@@ -276,8 +275,6 @@ export class ActorStorage {
276
275
  { replacements: [username, this.#clearNS(type), object.id] }
277
276
  )
278
277
 
279
- console.log(result.length)
280
-
281
278
  return (result.length > 0)
282
279
  ? result[0].activity_id
283
280
  : null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evanp/activitypub-bot",
3
- "version": "0.16.0",
3
+ "version": "0.16.3",
4
4
  "description": "server-side ActivityPub bot framework",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",