tickerowl-app-base
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -0,3 +1,6 @@ | ||
import { AppDataStore } from "./Cache"; | ||
import { SlideData } from "./SlideMaker"; | ||
export { SlideData, SlideMaker } from "./SlideMaker"; | ||
export { getCached } from "./Cache"; | ||
export { AppDataStore } from "./Cache"; | ||
export type AppInfo = { | ||
@@ -42,8 +45,2 @@ id: string; | ||
}; | ||
export interface AppDataStore { | ||
read(key: string): Promise<string | null>; | ||
write(key: string, value: string): Promise<void>; | ||
delete(key: string): Promise<void>; | ||
list(prefix: string): Promise<string[]>; | ||
} | ||
export interface App { | ||
@@ -50,0 +47,0 @@ getInfo(): AppInfo; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SlideMaker = void 0; | ||
exports.getCached = exports.SlideMaker = void 0; | ||
var SlideMaker_1 = require("./SlideMaker"); | ||
Object.defineProperty(exports, "SlideMaker", { enumerable: true, get: function () { return SlideMaker_1.SlideMaker; } }); | ||
var Cache_1 = require("./Cache"); | ||
Object.defineProperty(exports, "getCached", { enumerable: true, get: function () { return Cache_1.getCached; } }); |
{ | ||
"name": "tickerowl-app-base", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "tsc && jest dist/tests", | ||
"build": "tsc" | ||
@@ -22,4 +22,7 @@ }, | ||
"devDependencies": { | ||
"@types/node": "^22.7.6" | ||
"@jest/globals": "^29.7.0", | ||
"@types/node": "^22.7.6", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.2.5" | ||
} | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
18751
18
472
1
4
1