@wmfs/cardscript-extract-defaults
Advanced tools
Comparing version 1.32.0 to 1.33.0
@@ -0,1 +1,8 @@ | ||
# [1.33.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.32.0...v1.33.0) (2021-06-22) | ||
### ✨ Features | ||
* use element id for unique map prompts ([ac9e187](https://github.com/wmfs/cardscript-extract-defaults/commit/ac9e1878b92bf245702dfda23f41185e9846c1d1)) | ||
# [1.32.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.31.0...v1.32.0) (2021-06-22) | ||
@@ -2,0 +9,0 @@ |
@@ -168,3 +168,3 @@ const marked = require('marked') | ||
const id_ = `MAP_PROMPT_${idx}` | ||
const id_ = `${element.id}_MAP_PROMPT_${idx}` | ||
const defaultValue_ = { | ||
@@ -171,0 +171,0 @@ show: false, |
{ | ||
"name": "@wmfs/cardscript-extract-defaults", | ||
"description": "Extracts sensible defaults from some Cardscript.", | ||
"version": "1.32.0", | ||
"version": "1.33.0", | ||
"author": "West Midlands Fire Service", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
56314