@hairy/vue-lib 1.38.0 → 1.40.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/dist/index.global.js +1 -1
- package/package.json +2 -2
package/dist/index.global.js
CHANGED
|
@@ -759,7 +759,7 @@ ${unwrappedProps}
|
|
|
759
759
|
// ../../node_modules/.pnpm/css-render@0.15.14/node_modules/css-render/esm/index.js
|
|
760
760
|
var esm_default = CssRender;
|
|
761
761
|
|
|
762
|
-
// ../../node_modules/.pnpm/vue-demi@0.14.10_@vue+
|
|
762
|
+
// ../../node_modules/.pnpm/vue-demi@0.14.10_@vue+compo_218aa61227e07b729d509d8ec156bb9f/node_modules/vue-demi/lib/index.mjs
|
|
763
763
|
var lib_exports = {};
|
|
764
764
|
__export(lib_exports, {
|
|
765
765
|
Vue: () => Vue2,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hairy/vue-lib",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.40.0",
|
|
5
5
|
"description": "Library for vue",
|
|
6
6
|
"author": "Hairyf <wwu710632@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"css-render": "^0.15.14",
|
|
36
36
|
"lodash": "^4.17.21",
|
|
37
37
|
"vue-demi": "latest",
|
|
38
|
-
"@hairy/utils": "1.
|
|
38
|
+
"@hairy/utils": "1.40.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/lodash": "^4.17.16",
|