@rsql/parser
Advanced tools
Comparing version 1.0.1 to 1.0.2-canary.10.71f98a5.0
@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3 | ||
function parse(source: string): ExpressionNode; | ||
declare function parse(source: string): ExpressionNode; | ||
export { parse }; |
@@ -7,3 +7,3 @@ { | ||
"author": "Piotr Oleś <piotrek.oles@gmail.com>", | ||
"version": "1.0.1", | ||
"version": "1.0.2-canary.10.71f98a5.0", | ||
"sideEffects": false, | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"build:lib": "tsc -b tsconfig.json", | ||
"build:dist": "rollup -c && dts-bundle --name \"@rsql/parser\" --main lib/index.d.ts --out ../dist/index.d.ts --outputAsModuleFolder && prettier --write ./dist", | ||
"build:dist": "rollup -c && node ../../patches/dts-bundle/index.js --name \"@rsql/parser\" --main lib/index.d.ts --out ../dist/index.d.ts --outputAsModuleFolder && prettier --write ./dist", | ||
"build": "yarn build:clean && yarn build:lib && yarn build:dist" | ||
@@ -33,3 +33,3 @@ }, | ||
"dependencies": { | ||
"@rsql/ast": "^1.0.1" | ||
"@rsql/ast": "1.0.2-canary.10.71f98a5.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "jest": { | ||
}, | ||
"gitHead": "f8ab53eab94fe1de4cde7c518dad67f57710f727" | ||
"gitHead": "71f98a5361c36fc92d02a50ed3516416f18732ed" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
74583
2
+ Added@rsql/ast@1.0.2-canary.10.71f98a5.0(transitive)
- Removed@rsql/ast@1.6.0(transitive)