@wmfs/cardscript-extract-defaults
Advanced tools
Comparing version 1.43.0 to 1.44.0
@@ -0,1 +1,3 @@ | ||
# [1.44.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.43.0...v1.44.0) (2024-11-06) | ||
# [1.43.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.42.0...v1.43.0) (2024-11-04) | ||
@@ -2,0 +4,0 @@ |
const { marked } = require('marked') | ||
const { gfmHeadingId } = require('marked-gfm-heading-id') | ||
const dottie = require('dottie') | ||
module.exports = async function extractDefaults (cardscript) { | ||
marked.use(gfmHeadingId({})) | ||
const defaultValues = { | ||
@@ -6,0 +9,0 @@ rootView: {}, |
{ | ||
"name": "@wmfs/cardscript-extract-defaults", | ||
"description": "Extracts sensible defaults from some Cardscript.", | ||
"version": "1.43.0", | ||
"version": "1.44.0", | ||
"author": "West Midlands Fire Service", | ||
@@ -13,3 +13,4 @@ "keywords": [ | ||
"dottie": "2.0.6", | ||
"marked": "4.3.0" | ||
"marked": "14.1.3", | ||
"marked-gfm-heading-id": "4.1.0" | ||
}, | ||
@@ -16,0 +17,0 @@ "devDependencies": { |
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
71018
561
3
+ Addedmarked-gfm-heading-id@4.1.0
+ Addedgithub-slugger@2.0.0(transitive)
+ Addedmarked@14.1.3(transitive)
+ Addedmarked-gfm-heading-id@4.1.0(transitive)
- Removedmarked@4.3.0(transitive)
Updatedmarked@14.1.3