@xarc/tag-renderer
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@xarc/tag-renderer", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Generate index.html webpage from a tag based template", | ||
"main": "dist/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [], | ||
@@ -13,3 +10,3 @@ "author": "Electrode <https://github.com/electrode-io/electrode>", | ||
"dependencies": { | ||
"@xarc/render-context": "^1.0.10", | ||
"@xarc/render-context": "^1.0.11", | ||
"lodash": "^4.17.21" | ||
@@ -20,3 +17,3 @@ }, | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^13.7.6", | ||
@@ -35,3 +32,3 @@ "@types/sinon": "^9.0.0", | ||
"eslint-plugin-jsdoc": "^30.7.9", | ||
"mocha": "^7.1.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.0.0", | ||
@@ -41,3 +38,3 @@ "sinon": "^7.2.6", | ||
"source-map-support": "^0.5.16", | ||
"ts-node": "^8.6.2", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.17.4", | ||
@@ -44,0 +41,0 @@ "typescript": "^3.8.3", |
71297
Updated@xarc/render-context@^1.0.11