@jsonic/directive
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -1,2 +0,2 @@ | ||
import { AltAction, Plugin } from 'jsonic'; | ||
import { AltAction, Plugin } from '@jsonic/jsonic-next'; | ||
declare type DirectiveOptions = { | ||
@@ -3,0 +3,0 @@ name: string; |
/* Copyright (c) 2021 Richard Rodger, MIT License */ | ||
import { Jsonic, Rule, RuleSpec, AltAction, Plugin } from 'jsonic' | ||
import { Jsonic, Rule, RuleSpec, AltAction, Plugin } from '@jsonic/jsonic-next' | ||
@@ -5,0 +5,0 @@ type DirectiveOptions = { |
{ | ||
"name": "@jsonic/directive", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax.", | ||
@@ -43,14 +43,14 @@ "main": "directive.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^27.5.1", | ||
"browserify": "^17.0.0", | ||
"esbuild": "^0.14.29", | ||
"esbuild": "^0.14.40", | ||
"esbuild-jest": "^0.5.0", | ||
"jest": "^27.5.1", | ||
"jsonic": "github:jsonicjs/jsonic#nextgen", | ||
"prettier": "^2.6.1", | ||
"jest": "^28.1.0", | ||
"@jsonic/jsonic-next": "2.0.1", | ||
"prettier": "^2.6.2", | ||
"tinyify": "^3.0.0", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
"ts-jest": "^28.0.3", | ||
"typescript": "^4.7.2" | ||
}, | ||
"dependencies": {} | ||
} |
15290