@gram-data/gram-parse
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@gram-data/gram-parse", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"unpkg": "dist/gram-parse.umd.production.min.js", | ||
"module": "dist/gram-parse.esm.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -18,3 +20,3 @@ "files": [ | ||
"build:near": "nearleyc src/gram.ne -o src/gram-grammar.ts", | ||
"build:dist": "tsdx build", | ||
"build:dist": "tsdx build --format umd,esm,cjs", | ||
"test": "tsdx test", | ||
@@ -39,3 +41,2 @@ "test:watch": "tsdx test --watch", | ||
"author": "Andreas Kollegger", | ||
"module": "dist/gram-parse.esm.js", | ||
"devDependencies": { | ||
@@ -54,4 +55,4 @@ "@types/moo": "^0.5.3", | ||
"dependencies": { | ||
"@gram-data/gram-ast": "^0.1.3", | ||
"@gram-data/gram-builder": "^0.1.3", | ||
"@gram-data/gram-ast": "^0.1.4", | ||
"@gram-data/gram-builder": "^0.1.4", | ||
"moo": "^0.5.1", | ||
@@ -62,3 +63,3 @@ "nearley": "^2.19.4", | ||
}, | ||
"gitHead": "5d5fef22389a739e475e24e1d07cfc0b8929c1e5", | ||
"gitHead": "981fef144a1983b1f8f9483dc9898f150617c9a5", | ||
"publishConfig": { | ||
@@ -65,0 +66,0 @@ "access": "public" |
166511
Updated@gram-data/gram-ast@^0.1.4