@opentinyvue/vue-config-provider 3.23.0 → 3.25.0
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/lib/index.js +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -160,7 +160,7 @@ var _sfc_main = defineComponent({
|
|
|
160
160
|
return hooks.h(tagName, attr, slots);
|
|
161
161
|
}
|
|
162
162
|
});
|
|
163
|
-
var version = "3.
|
|
163
|
+
var version = "3.undefined";
|
|
164
164
|
var configProviderContextKey = Symbol("CONFIG_PROVIDER_CONTEXT_KEY");
|
|
165
165
|
_sfc_main.install = function(Vue) {
|
|
166
166
|
Vue.component(_sfc_main.name, _sfc_main);
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-config-provider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./lib/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@opentinyvue/vue-common": "~3.
|
|
10
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
9
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
10
|
+
"@opentinyvue/vue-theme": "~3.25.0",
|
|
11
|
+
"@opentinyvue/utils": "~3.25.0"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"types": "index.d.ts",
|