zet-lib 1.2.4 → 1.2.6

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.
@@ -1,8 +1,8 @@
1
1
  <!-- set to localStorage -->
2
2
  <script>
3
- var datas = <% - JSON.stringify(JSON.stringify(datas, null, 2)) %>;
4
- var is_approval = "<%- approvalDatas.is_approval %>";
5
- var sorting = "<%- sorting%>";
3
+ var datas = {}
4
+ var is_approval = '<%- approvalDatas.is_approval %>'
5
+ var sorting = '<%- sorting%>'
6
6
  </script>
7
7
  <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.15.0/ace.js"></script>
8
8
  <script>
@@ -871,11 +871,11 @@
871
871
  table: $('#table').val(),
872
872
  others: JSON.stringify(others),
873
873
  },
874
- function (dt) { }
874
+ function (dt) {}
875
875
  )
876
876
  }
877
877
  </script>
878
878
  <script>
879
879
  //tab draggable
880
- $(function () { })
881
- </script>
880
+ $(function () {})
881
+ </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -44,9 +44,9 @@
44
44
  "puppeteer": "^21.0.1",
45
45
  "qs": "^6.11.2",
46
46
  "randomstring": "^1.3.0",
47
- "socket.io": "^4.7.2",
47
+ "socket.io": "^4.7.5",
48
48
  "uglify-js": "^3.17.4",
49
49
  "uuid": "^9.0.0",
50
50
  "xlsx": "^0.18.5"
51
51
  }
52
- }
52
+ }