@opentinyvue/vue-config-provider 2.23.0 → 2.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -202,7 +202,7 @@ function __vue2_injectStyles(context) {
202
202
  var ConfigProvider = /* @__PURE__ */ function() {
203
203
  return __component__.exports;
204
204
  }();
205
- var version = "2.23.0";
205
+ var version = "2.undefined";
206
206
  var configProviderContextKey = Symbol("CONFIG_PROVIDER_CONTEXT_KEY");
207
207
  ConfigProvider.install = function(Vue) {
208
208
  Vue.component(ConfigProvider.name, ConfigProvider);
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-config-provider",
3
- "version": "2.23.0",
3
+ "version": "2.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": "~2.23.0",
10
- "@opentinyvue/vue-theme": "~3.23.0",
11
- "@opentinyvue/utils": "~3.23.0"
9
+ "@opentinyvue/vue-common": "~2.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",