@ebay/nice-dag-vue3 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebay/nice-dag-vue3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.cjs",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"vite-plugin-dts": "^1.6.6",
|
|
24
24
|
"vue": "^3.2.38",
|
|
25
|
-
"@ebay/nice-dag-core": "^1.0.
|
|
25
|
+
"@ebay/nice-dag-core": "^1.0.27"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
@@ -65,6 +65,5 @@
|
|
|
65
65
|
"build-only": "vite build",
|
|
66
66
|
"type-check": "vue-tsc --noEmit",
|
|
67
67
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
68
|
-
}
|
|
69
|
-
"readme": "# nice-dag-vue3\n[](https://www.npmjs.com/package/@ebay/nice-dag-vue3)\n[](https://www.npmjs.com/package/@ebay/nice-dag-vue3)\n[](https://opensource.ebay.com/nice-dag/examples/vue/index.html)\n[](https://github.com/eBay/nice-dag/blob/main/LICENSE.md)\n\n## What is nice-dag-vue3?\n\n`nice-dag-vue3` is a wrapper of DOM operations given by [nice-dag-core](https://www.npmjs.com/package/@ebay/nice-dag-core). In terms of **Vue (3.0)** based **DAG Diagram** or **Flow Editor**, you can simply use this customized **vue hook** which is given by [nice-dag-vue3](https://www.npmjs.com/package/@ebay/nice-dag-vue3) module. \n\n## Installation\n\nIf your project is using yarn, you can run the command.\n\n```\nyarn add @ebay/nice-dag-core\nyarn add @ebay/nice-dag-vue3\n```\n\nIf your projet is using npm, you can run the command.\n\n```\nnpm install @ebay/nice-dag-core\nnpm install @ebay/nice-dag-vue3\n```\n\nFor more details, please you can visit [Doc Portal](https://opensource.ebay.com/nice-dag/docs/tutorial-vue3/read-only-dag).\n"
|
|
68
|
+
}
|
|
70
69
|
}
|