@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -51,3 +51,4 @@ "use strict"; | ||
PACKAGE_NAME: packageName, | ||
PACKAGE_NAME_ENCODED: encodeURIComponent(packageName) | ||
PACKAGE_NAME_ENCODED: encodeURIComponent(packageName), | ||
PACKAGE_NAME_SHORT: packageName.split('/').slice(-1)[0] | ||
}; | ||
@@ -54,0 +55,0 @@ copyTemplateFiles(TEMPLATE_DIR, TARGET, true, macros); |
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
<!-- BUGS: Please use this template --> | ||
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/%PACKAGE_NAME% --> | ||
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/%PACKAGE_NAME_SHORT% --> | ||
@@ -4,0 +4,0 @@ **%PACKAGE_NAME% Version:** xxxxx |
@@ -46,3 +46,3 @@ # %PACKAGE_NAME% package | ||
```js | ||
const pkg = await mappable.import('%PACKAGE_NAME%') | ||
const pkg = await mappable.import('%PACKAGE_NAME%'); | ||
``` | ||
@@ -49,0 +49,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
58173
877