This commit is contained in:
2025-07-07 00:31:38 +09:00
parent 40cb0dc3ca
commit d9f340fd69
6 changed files with 24 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tap-sdk-js",
"version": "1.0.3",
"version": "1.1.3",
"description": "",
"scripts": {
"build": "tsc",
@@ -11,13 +11,13 @@
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": "./dist/src/index.js",
"require": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}
},
"keywords": [],