mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:13:25 +00:00
bump version and fix package types
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user