@scaffdog/engine
Advanced tools
Comparing version 1.0.0-canary.1 to 1.0.0-canary.2
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.0.0-canary.2](https://github.com/cats-oss/scaffdog/compare/v1.0.0-canary.1...v1.0.0-canary.2) (2021-01-12) | ||
### Features | ||
- update define helper function ([8caeb68](https://github.com/cats-oss/scaffdog/commit/8caeb680d666421a3ff42595bdfb3296130c60c9)) | ||
# [1.0.0-canary.1](https://github.com/cats-oss/scaffdog/compare/v1.0.0-canary.0...v1.0.0-canary.1) (2021-01-12) | ||
@@ -8,0 +14,0 @@ |
@@ -69,3 +69,3 @@ "use strict"; | ||
ctx.variables.set(key, v); | ||
return v; | ||
return ''; | ||
}); |
{ | ||
"name": "@scaffdog/engine", | ||
"version": "1.0.0-canary.1", | ||
"version": "1.0.0-canary.2", | ||
"description": "A module of scaffdog template engine.", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"change-case": "^4.1.2", | ||
"dayjs": "^1.9.8", | ||
"dayjs": "^1.10.3", | ||
"esprima": "^4.0.1", | ||
@@ -47,3 +47,3 @@ "is-plain-object": "^5.0.0", | ||
}, | ||
"gitHead": "b7221e4a15338cd73ba8c963edf32339b915b255" | ||
"gitHead": "56d4335b5f6d6181704123fcd6f7ddee2102c530" | ||
} |
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
38509
Updateddayjs@^1.10.3