zet-lib 1.2.0 → 1.2.1

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.
@@ -183,7 +183,7 @@
183
183
  <div class="footer-copyright py-3">© 2022 - <%- new Date().getFullYear() %> Copyright: <a href="https://sintret.com" target="_blank">App Maker</a></div>
184
184
  </footer>
185
185
  <div class="spinner" style="display: none"><img src="/assets/tiny/reload.svg" width="62" /></div>
186
- <script src="/js/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
186
+ <script src="/js/jquery-3.7.0.min.js"></script>
187
187
  <script type="text/javascript" src="/mdb/js/popper.min.js"></script>
188
188
  <script type="text/javascript" src="/mdb/js/bootstrap.min.js"></script>
189
189
  <script type="text/javascript" src="/mdb/js/mdb.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"