@cypress-design/vue-tooltip
Advanced tools
Comparing version
# @cypress-design/vue-tooltip | ||
## 0.6.0 | ||
### Minor Changes | ||
- [#196](https://github.com/cypress-io/cypress-design/pull/196) [`fc6d9e4`](https://github.com/cypress-io/cypress-design/commit/fc6d9e4fedcc01fa8e01b868b0fa66d8895c37d0) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: avoid constants relative imports | ||
## 0.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@cypress-design/vue-tooltip", | ||
"version": "0.5.0", | ||
"files": [ | ||
"*" | ||
], | ||
"typings": "./dist/index.d.ts", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.mjs", | ||
"require": "./dist/index.umd.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "yarn build:module && yarn build:types", | ||
"build:module": "yarn vite build", | ||
"build:types": "yarn vue-tsc --project ./tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@floating-ui/dom": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"@cypress-design/css": "*" | ||
}, | ||
"license": "MIT" | ||
"name": "@cypress-design/vue-tooltip", | ||
"version": "0.6.0", | ||
"files": [ | ||
"*" | ||
], | ||
"typings": "./dist/index.d.ts", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.mjs", | ||
"require": "./dist/index.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "yarn build:module && yarn build:types", | ||
"build:module": "yarn vite build", | ||
"build:types": "yarn vue-tsc --project ./tsconfig.build.json" | ||
}, | ||
"dependencies": { | ||
"@floating-ui/dom": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"@cypress-design/css": "*" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155393
0.45%