@magicspace/core
Advanced tools
Comparing version 0.2.12 to 0.2.14
{ | ||
"name": "@magicspace/core", | ||
"version": "0.2.12", | ||
"version": "0.2.14", | ||
"publishConfig": { | ||
@@ -36,3 +36,3 @@ "access": "public" | ||
}, | ||
"gitHead": "43a71f39c59d5cbfb93467f7378c64a39d90c095" | ||
"gitHead": "9d6f5521037e429feb13342f360eced2f4016b80" | ||
} |
@@ -54,6 +54,6 @@ import * as FS from 'fs'; | ||
contextFileName | ||
? `Cannot resolve template ${JSON.stringify(specifier)}` | ||
: `Cannot resolve template ${JSON.stringify( | ||
? `Cannot resolve template ${JSON.stringify( | ||
specifier, | ||
)} from file ${JSON.stringify(contextFileName)}`, | ||
)} from file ${JSON.stringify(contextFileName)}` | ||
: `Cannot resolve template ${JSON.stringify(specifier)}`, | ||
); | ||
@@ -60,0 +60,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
1