@operato/scene-legend 1.2.46 → 1.2.50
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/attachments/3c2f6007-c06b-47ca-9508-9bcda9428fd0.svg +425 -0
- package/dist/svg.js +3 -3
- package/dist/svg.js.map +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -18
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +3 -8
- package/logs/application-2023-07-13-20.log +10 -0
- package/logs/connections-2023-07-13-20.log +80 -0
- package/logs/system/.144ddb221a51f7e2afac3fe1fc3dcf306a8de9ef-audit.json +3 -8
- package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-07-13-20.log" +510 -0
- package/package.json +2 -2
- package/schema.gql +875 -42
- package/src/svg.ts +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/editors/property-editor-gltf-info.d.ts +0 -14
- package/dist/editors/property-editor-gltf-info.js +0 -130
- package/dist/editors/property-editor-gltf-info.js.map +0 -1
- package/dist/templates/legend copy.d.ts +0 -18
- package/dist/templates/legend copy.js +0 -19
- package/dist/templates/legend copy.js.map +0 -1
- package/logs/application-2023-05-09-07.log +0 -30
- package/logs/application-2023-05-09-08.log +0 -2
- package/logs/application-2023-05-09-09.log +0 -12
- package/logs/application-2023-05-09-11.log +0 -4
- package/logs/connections-2023-05-09-07.log +0 -82
- package/logs/connections-2023-05-09-11.log +0 -3
- package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-11.log" +0 -165
- package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-12.log" +0 -765
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-legend",
|
3
3
|
"description": "Legend component for things-scene.",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "1.2.
|
5
|
+
"version": "1.2.50",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"prettier --write"
|
59
59
|
]
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "a0b29bd5518ed24918a79b73f10053f4d6b41adb"
|
62
62
|
}
|