@vue/runtime-core 3.3.1 → 3.3.2
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/runtime-core.cjs.js
CHANGED
package/dist/runtime-core.d.ts
CHANGED
|
@@ -1352,7 +1352,7 @@ export declare function defineExpose<Exposed extends Record<string, any> = Recor
|
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Vue `<script setup>` compiler macro for declaring a component's additional
|
|
1354
1354
|
* options. This should be used only for options that cannot be expressed via
|
|
1355
|
-
* Composition API - e.g. `
|
|
1355
|
+
* Composition API - e.g. `inheritAttrs`.
|
|
1356
1356
|
*
|
|
1357
1357
|
* @see {@link https://vuejs.org/api/sfc-script-setup.html#defineoptions}
|
|
1358
1358
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/runtime-core",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "@vue/runtime-core",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/runtime-core.esm-bundler.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vue/shared": "3.3.
|
|
36
|
-
"@vue/reactivity": "3.3.
|
|
35
|
+
"@vue/shared": "3.3.2",
|
|
36
|
+
"@vue/reactivity": "3.3.2"
|
|
37
37
|
}
|
|
38
38
|
}
|