release 0.3.0

This commit is contained in:
apilki
2026-08-29 15:07:33 +00:00
parent 3db10ca0b1
commit e1e04dd2bc
10 changed files with 324 additions and 182 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@apilki/yandex-market",
"version": "0.2.0",
"version": "0.3.0",
"description": "JavaScript/TypeScript client for Yandex Market Partner API",
"author": "vitya.kuznetsov@gmail.com",
"repository": {
@@ -13,7 +13,8 @@
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
"prepare": "npm run build",
"test": "node --test"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"