piral-vue-3 1.3.3 → 1.4.0-beta.6228
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-vue-3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-beta.6228",
|
|
4
4
|
"description": "Plugin for integrating Vue@3 components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"build:convert": "tsc convert.ts --skipLibCheck --declaration --module esnext",
|
|
66
66
|
"build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
|
|
67
67
|
"build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
|
|
68
|
-
"typedoc": "typedoc --json ../../../docs/types/piral-vue.json src --exclude \"src/**/*.test.*\"",
|
|
68
|
+
"typedoc": "typedoc --json ../../../docs/types/piral-vue-3.json src --exclude \"src/**/*.test.*\"",
|
|
69
69
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"piral-core": "
|
|
72
|
+
"piral-core": "1.4.0-beta.6228",
|
|
73
73
|
"vue": "^3.0.0"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "cbcd72a90e216dfa92f4a36f75208a1a11d840a5"
|
|
76
76
|
}
|