@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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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.23.0";
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.23.0",
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.23.0",
10
- "@opentinyvue/vue-theme": "~3.23.0",
11
- "@opentinyvue/utils": "~3.23.0"
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",