@jsonic/directive
Advanced tools
Comparing version 0.3.0 to 0.4.1
{ | ||
"name": "@jsonic/directive", | ||
"version": "0.3.0", | ||
"version": "0.4.1", | ||
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax.", | ||
@@ -33,3 +33,3 @@ "main": "directive.js", | ||
"repo-publish": "npm run clean && npm i && npm run repo-publish-quick", | ||
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --access public --registry http://registry.npmjs.org " | ||
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --access public --registry https://registry.npmjs.org " | ||
}, | ||
@@ -44,14 +44,14 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^27.0.1", | ||
"@types/jest": "^27.4.1", | ||
"browserify": "^17.0.0", | ||
"esbuild": "^0.12.26", | ||
"esbuild": "^0.14.28", | ||
"esbuild-jest": "^0.5.0", | ||
"jest": "^27.1.1", | ||
"jest": "^27.5.1", | ||
"jsonic": "github:jsonicjs/jsonic#nextgen", | ||
"prettier": "^2.4.0", | ||
"prettier": "^2.6.1", | ||
"tinyify": "^3.0.0", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.2" | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
"dependencies": {} | ||
} |
15211