geer-builder 1.2.944 → 1.2.945

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
@@ -275,7 +275,7 @@ export default
275
275
  }
276
276
  else
277
277
  {
278
- if(!code.used)
278
+ if(!code.used && !code.temporary_hidden)
279
279
  {
280
280
  res.push(code);
281
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.944",
3
+ "version": "1.2.945",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {