2 Commits

Author SHA1 Message Date
0517f95d25 1.0.6 2023-07-28 09:55:42 +02:00
e0aa3b9b55 fix(core): update 2023-07-28 09:55:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@apiclient.xyz/abuse.ch", "name": "@apiclient.xyz/abuse.ch",
"version": "1.0.5", "version": "1.0.6",
"private": false, "private": false,
"description": "an unofficial client to retrieve abuse.ch data", "description": "an unofficial client to retrieve abuse.ch data",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@apiclient.xyz/abuse.ch', name: '@apiclient.xyz/abuse.ch',
version: '1.0.5', version: '1.0.6',
description: 'an unofficial client to retrieve abuse.ch data' description: 'an unofficial client to retrieve abuse.ch data'
} }