@big-whale-labs/botcaster
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
import { Notification } from '@/models/Notification'; | ||
import { Notification } from '../models/Notification'; | ||
export default function (next: string, address: string): Promise<import("axios").AxiosResponse<{ | ||
@@ -3,0 +3,0 @@ result: { |
@@ -1,2 +0,2 @@ | ||
import { Notification } from '@/models/Notification'; | ||
import { Notification } from '../models/Notification'; | ||
export default function (farcasterAddress: string, handler: (notification: Notification) => void): void; |
@@ -12,4 +12,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const currentNotificationId_1 = require("@/helpers/currentNotificationId"); | ||
const fetchNotifications_1 = require("@/helpers/fetchNotifications"); | ||
const currentNotificationId_1 = require("./currentNotificationId"); | ||
const fetchNotifications_1 = require("./fetchNotifications"); | ||
let polling = false; | ||
@@ -16,0 +16,0 @@ function pollNotifications(farcasterAddress, handler) { |
@@ -1,3 +0,2 @@ | ||
import 'module-alias/register'; | ||
export * from '@/helpers/startPolling'; | ||
export * from '@/models/Notification'; | ||
export * from './helpers/startPolling'; | ||
export * from './models/Notification'; |
@@ -17,7 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("module-alias/register"); | ||
// Helpers | ||
__exportStar(require("@/helpers/startPolling"), exports); | ||
// Models | ||
__exportStar(require("@/models/Notification"), exports); | ||
__exportStar(require("./helpers/startPolling"), exports); | ||
__exportStar(require("./models/Notification"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@big-whale-labs/botcaster", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Farcaster bot framework", | ||
"main": "dist/app.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "https://github.com/BigWhaleLabs/botcaster", | ||
@@ -37,7 +38,5 @@ "author": "backmeupplz <backmeupplz@gmail.com>", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-no-relative-import-paths": "^1.4.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"module-alias": "^2.2.2", | ||
"np": "^7.6.2", | ||
@@ -47,6 +46,3 @@ "prettier": "^2.7.1", | ||
}, | ||
"_moduleAliases": { | ||
"@": "dist" | ||
}, | ||
"packageManager": "yarn@3.2.4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
13
1
12116
148