bump version and fix package types

This commit is contained in:
mrjvs
2023-09-10 19:45:20 +02:00
parent 4c06e9ccaa
commit 081fc1ae6b
3 changed files with 271 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@movie-web/providers",
"version": "0.0.11",
"version": "0.0.12",
"description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js",
"types": "./lib/index.d.ts",
@@ -10,8 +10,8 @@
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.mjs.js"
"types": "./lib/index.d.mts",
"default": "./lib/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
@@ -59,7 +59,7 @@
"tsc-alias": "^1.6.7",
"typescript": "^4.6.3",
"vite": "^4.0.0",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.32.2"
},