geer-builder 1.2.794 → 1.2.796

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.
Files changed (2) hide show
  1. package/GCodeVault.vue +1 -1
  2. package/package.json +1 -1
package/GCodeVault.vue CHANGED
@@ -187,7 +187,7 @@ export default
187
187
  {
188
188
  this.code = code;
189
189
 
190
- let is_expired = checkExpiration(code.created_date);
190
+ let is_expired = this.checkExpiration(code.created_date);
191
191
 
192
192
  if(is_expired == true)
193
193
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.794",
3
+ "version": "1.2.796",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {