@mdzip/editor-vue 1.3.15 → 1.3.17
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/dist/package-info.d.ts +1 -1
- package/dist/package-info.js +1 -1
- package/package.json +2 -2
package/dist/package-info.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const PACKAGE_INFO: {
|
|
2
2
|
readonly name: "@mdzip/editor-vue";
|
|
3
|
-
readonly version: "1.3.
|
|
3
|
+
readonly version: "1.3.17";
|
|
4
4
|
readonly repositoryUrl: "https://github.com/mdzip-project/mdzip-editor/tree/main/packages/editor-vue";
|
|
5
5
|
readonly description: "Vue wrapper for the MDZip workspace editor.";
|
|
6
6
|
};
|
package/dist/package-info.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from package.json. Do not edit by hand.
|
|
2
2
|
export const PACKAGE_INFO = {
|
|
3
3
|
"name": "@mdzip/editor-vue",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.17",
|
|
5
5
|
"repositoryUrl": "https://github.com/mdzip-project/mdzip-editor/tree/main/packages/editor-vue",
|
|
6
6
|
"description": "Vue wrapper for the MDZip workspace editor."
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdzip/editor-vue",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"description": "Vue wrapper for the MDZip workspace editor.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "vitest run"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@mdzip/editor": "^1.3.
|
|
38
|
+
"@mdzip/editor": "^1.3.17"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"vue": ">=3.0.0"
|