ts-twitch-api
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ts-twitch-api", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Very simple TwitchApi class and TypeScript interfaces for all Twitch API endpoints", | ||
"author": "DmitryScaletta", | ||
"license": "MIT", | ||
"keywords": [], | ||
"keywords": [ | ||
"twitch", | ||
"api", | ||
"client", | ||
"autogenerated" | ||
], | ||
"repository": { | ||
@@ -15,11 +20,13 @@ "type": "git", | ||
}, | ||
"main": "index.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"index.ts", | ||
"twitch-api.ts", | ||
"twitch-api.generated.ts" | ||
"dist" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"build": "node --import tsx ./scripts/build.ts", | ||
"build": "rm -rf ./dist && pnpm build:src && pnpm type:extract && pnpm type:dts", | ||
"type:dts": "tsc --emitDeclarationOnly", | ||
"type:extract": "tsc --project tsconfig.build.json", | ||
"build:src": "node --import tsx ./scripts/build.ts", | ||
"gen": "pnpm dlx openapi-typescript https://github.com/DmitryScaletta/twitch-api-swagger/raw/main/openapi.json --output twitch-api.generated.ts" | ||
@@ -26,0 +33,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1097381
8
22186
2