Comparing version 1.0.0 to 1.0.1
const os = require('os') | ||
const path = require('path') | ||
const pkg = require('../package.json') | ||
const downloadPath = path.join( | ||
os.homedir(), | ||
`.sao/V${pkg.version.split('.')[0]}` | ||
) | ||
// Only update this when we have to clear cache | ||
const SAO_CACHE_VERSION = 1 | ||
const downloadPath = path.join(os.homedir(), `.sao/V${SAO_CACHE_VERSION}`) | ||
const repoPath = path.join(downloadPath, 'repos') | ||
@@ -10,0 +9,0 @@ const packagePath = path.join(downloadPath, 'packages') |
{ | ||
"name": "sao", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Futuristic scaffolding tool.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32457
0
940