bizydraft 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl

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.

Potentially problematic release.


This version of bizydraft might be problematic. Click here for more details.

bizydraft/hijack_nodes.py CHANGED
@@ -13,6 +13,12 @@ class BizyDraftLoadImage(LoadImage):
13
13
  def __init__(self, *args, **kwargs):
14
14
  super().__init__(*args, **kwargs)
15
15
 
16
+ @classmethod
17
+ def INPUT_TYPES(s):
18
+ return {
19
+ "required": {"image": ([], {"image_upload": True})},
20
+ }
21
+
16
22
  @classmethod
17
23
  def VALIDATE_INPUTS(s, image, *args, **kwargs):
18
24
  return True
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bizydraft
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: bizydraft
@@ -1,5 +1,5 @@
1
1
  bizydraft/__init__.py,sha256=OM-sKCQrPh25nHVJIX-DgF1raMYyoWLSuyduIAHt0Gs,78
2
- bizydraft/hijack_nodes.py,sha256=YlshHCRu7Bg5jBclaTuEfBXdbNNw-XZ77BciD2SRN5A,735
2
+ bizydraft/hijack_nodes.py,sha256=xPVLBBnRiJaI8ZbR80O8W4C9SlNAp7MxP7dKj_pRlYs,869
3
3
  bizydraft/hijack_routes.py,sha256=tzSIY-3wLiwoHALf7MswjAF5FqDSmXynGjpfTgRdkxE,6138
4
4
  bizydraft/resp.py,sha256=8INvKOe5Dgai3peKfqKjrhUoYeuXWXn358w30-_cY-A,369
5
5
  bizydraft/server.py,sha256=ES1fBYr_Ufv_YWsynLck1ln9bXTGjK3KXas1CK9WBqM,1358
@@ -10,7 +10,7 @@ bizydraft/static/js/postEvent.js,sha256=4PVl929jU1m3ooKA1lFXNWgv62mtKAFnhqbsHVBU
10
10
  bizydraft/static/js/socket.js,sha256=iNxbUPSQluIlx1x0MIVL7UJ35BXqLH7Z2s8vmfmbyyc,2643
11
11
  bizydraft/static/js/tool.js,sha256=IlDVjddodT9DtfdIGiIzSIKdxbUMztDLQ4jI0uFJCwk,206
12
12
  bizydraft/static/js/uploadFile.js,sha256=7PXMYRlgxgDWFFbsaasjf3TelsW6r9mD1TFTjQI6X0E,4957
13
- bizydraft-0.1.4.dist-info/METADATA,sha256=H8eJmOjy1tznI4fJGsTp7CDBeiEqyzl2H8bVb1jJC-Y,72
14
- bizydraft-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- bizydraft-0.1.4.dist-info/top_level.txt,sha256=XtoBq6hjZhXIM7aas4GtPDtAiKo8FdLzMABXW8qqQ8M,10
16
- bizydraft-0.1.4.dist-info/RECORD,,
13
+ bizydraft-0.1.5.dist-info/METADATA,sha256=WmlGlrDCNWH5BoqZBciJTlfeiZQF5Od8n-lvf4F8jsM,72
14
+ bizydraft-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ bizydraft-0.1.5.dist-info/top_level.txt,sha256=XtoBq6hjZhXIM7aas4GtPDtAiKo8FdLzMABXW8qqQ8M,10
16
+ bizydraft-0.1.5.dist-info/RECORD,,