File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-dd" ,
3- "version" : " 1.2.0-beta.3 " ,
3+ "version" : " 1.2.0-beta.5 " ,
44 "description" : " Vue.js component for displaying JavaScript objects with circular references, forked and ported to Vue 3" ,
55 "exports" : {
66 "." : {
77 "require" : " ./dist/index.umd.js" ,
88 "import" : " ./dist/index.es.js" ,
9- "types" : " ./dist/src/index.d.ts"
9+ "types" : " ./dist/src/index.d.ts" ,
10+ "style" : " ./dist/style.css"
1011 }
1112 },
1213 "main" : " ./dist/index.umd.js" ,
1314 "module" : " ./dist/index.es.js" ,
1415 "types" : " ./dist/src/index.d.ts" ,
16+ "style" : " ./dist/style.css" ,
1517 "scripts" : {
1618 "test" : " vitest" ,
1719 "coverage" : " vitest run --coverage" ,
1820 "cypress" : " cypress" ,
1921 "build" : " vite build"
2022 },
2123 "dependencies" : {
22- "vue" : " >2.7.5" ,
23- "vue-dd" : " ^1.2.0-beta.2"
24+ "vue" : " >2.7.5"
2425 },
2526 "devDependencies" : {
2627 "@cypress/vite-dev-server" : " ^5.0.2" ,
You can’t perform that action at this time.
0 commit comments