Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunate authored and rmunate committed Dec 5, 2023
1 parent 0b8ce35 commit 1a0adb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/JS/PHP2JS/PHP2JS.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PHP2JS v4.0
* PHP2JS v4.2.0
* JavaScript Utility Library
* (c) Raul Mauricio Uñate Castro
* GitHub: https://github.com/rmunate
Expand Down
2 changes: 1 addition & 1 deletion src/JS/PHP2JS/PHP2JS.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/JS/QuickRequest/QuickRequest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* QuickRequest v1.0
* QuickRequest v1.1.0
* Script
* (c) Raul Mauricio Uñate Castro
* https://github.com/rmunate
Expand Down
2 changes: 1 addition & 1 deletion src/JS/QuickRequest/QuickRequest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Stubs/PHP2JS.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
/* PHP2JS v4.0 | Script | (c) Raul Mauricio Uñate Castro | https://github.com/rmunate | MIT*/
/* PHP2JS v4.2.0 | Script | (c) Raul Mauricio Uñate Castro | https://github.com/rmunate | MIT */
const {PHP2JS}Helpers={getData(){let t=document.querySelector('meta[name="X-{PHP2JS}-DATA"]');if(t){let e=JSON.parse(t.getAttribute("content"));return t.parentNode.removeChild(t),e}return null}},{PHP2JS}={data:{PHP2JS}Helpers.getData(),destroy:function(){for(let t in this)this.hasOwnProperty(t)&&delete this[t];return!0},assign:function(){return Object.assign({},this)},assignAndDestroy:function(){let t=Object.assign({},this);return this.destroy(),t},only:function(...t){let e={};return t.forEach(t=>{this.data.hasOwnProperty(t)&&(e[t]=this.data[t])}),e},except:function(...t){let e={};for(let n in this.data)t.includes(n)||(e[n]=this.data[n]);return e},has:function(t){return this.data.hasOwnProperty(t)},get:function(t){return this.data[t]||null},set:function(t,e){this.data[t]=e}};
</script>

0 comments on commit 1a0adb5

Please sign in to comment.