@opentinyvue/vue-config-provider 2.25.0 → 2.26.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 +2 -2
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -199,9 +199,9 @@ function __vue2_injectStyles(context) {
|
|
|
199
199
|
this[o] = __cssModules[o];
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
var ConfigProvider = /* @__PURE__ */ function() {
|
|
202
|
+
var ConfigProvider = /* @__PURE__ */ (function() {
|
|
203
203
|
return __component__.exports;
|
|
204
|
-
}();
|
|
204
|
+
})();
|
|
205
205
|
var version = "2.undefined";
|
|
206
206
|
var configProviderContextKey = Symbol("CONFIG_PROVIDER_CONTEXT_KEY");
|
|
207
207
|
ConfigProvider.install = function(Vue) {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-config-provider",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.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": "~2.
|
|
10
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
9
|
+
"@opentinyvue/vue-common": "~2.26.0",
|
|
10
|
+
"@opentinyvue/vue-theme": "~3.26.0",
|
|
11
|
+
"@opentinyvue/utils": "~3.26.0"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"types": "index.d.ts",
|