@sepveneto/free-dom 0.7.2 → 0.7.3
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.css +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +2 -3
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var import_vue_demi14 = require("vue-demi");
|
|
|
33
33
|
var SceneToken = Symbol("Scene");
|
|
34
34
|
|
|
35
35
|
// src/util/render.ts
|
|
36
|
-
var
|
|
36
|
+
var import_lodash_unified = require("lodash-unified");
|
|
37
37
|
var import_vue_demi = require("vue-demi");
|
|
38
38
|
function createRender(comp, attrs = {}, props = {}, listeners = {}) {
|
|
39
39
|
if (!comp)
|
|
@@ -47,7 +47,7 @@ function createRender(comp, attrs = {}, props = {}, listeners = {}) {
|
|
|
47
47
|
...props
|
|
48
48
|
};
|
|
49
49
|
if (import_vue_demi.isVue2 && typeof comp === "object" && !("render" in comp)) {
|
|
50
|
-
(0,
|
|
50
|
+
(0, import_lodash_unified.merge)(comp.data, options);
|
|
51
51
|
return comp;
|
|
52
52
|
}
|
|
53
53
|
return (slots) => {
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { computed as computed7, defineComponent as defineComponent5, onMounted a
|
|
|
5
5
|
var SceneToken = Symbol("Scene");
|
|
6
6
|
|
|
7
7
|
// src/util/render.ts
|
|
8
|
-
import { merge } from "lodash";
|
|
8
|
+
import { merge } from "lodash-unified";
|
|
9
9
|
import { h, isVue2 } from "vue-demi";
|
|
10
10
|
function createRender(comp, attrs = {}, props = {}, listeners = {}) {
|
|
11
11
|
if (!comp)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sepveneto/free-dom",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,12 +32,11 @@
|
|
|
32
32
|
"author": "",
|
|
33
33
|
"license": "ISC",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"lodash": "^
|
|
35
|
+
"lodash-unified": "^1.0.3",
|
|
36
36
|
"uuid": "^9.0.0",
|
|
37
37
|
"vue-demi": "latest"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@types/lodash": "^4.14.195",
|
|
41
40
|
"@types/uuid": "^8.3.4",
|
|
42
41
|
"bumpp": "^8.2.1",
|
|
43
42
|
"esbuild-plugin-sass": "^1.0.1",
|