hightjs 1.0.6 → 1.0.7

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.
@@ -410,7 +410,6 @@ function deobfuscateData(obfuscated) {
410
410
  }
411
411
  }
412
412
  function initializeClient() {
413
- console.log(window.__HWEB_COMPONENTS__);
414
413
  // Lê os dados do atributo data-h
415
414
  const dataElement = document.getElementById('__hight_data__');
416
415
  if (!dataElement) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hightjs",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "HightJS is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -464,7 +464,6 @@ function deobfuscateData(obfuscated: string): any {
464
464
 
465
465
  function initializeClient() {
466
466
 
467
- console.log((window as any).__HWEB_COMPONENTS__)
468
467
 
469
468
  // Lê os dados do atributo data-h
470
469
  const dataElement = document.getElementById('__hight_data__');