@gram-data/gram-value
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -8,4 +8,9 @@ { | ||
], | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gram-data/gram-js.git" | ||
}, | ||
"homepage": "https://github.com/gram-data/gram-js/tree/main/packages/gram-value#readme", | ||
"main": "dist/index.js", | ||
@@ -22,3 +27,3 @@ "typings": "dist/index.d.ts", | ||
"start": "tsdx watch", | ||
"build": "tsdx build --format cjs,esm,umd", | ||
"build": "tsdx build --format umd,esm,cjs --tsconfig tsconfig.build.json", | ||
"test": "tsdx test", | ||
@@ -30,3 +35,5 @@ "test:watch": "tsdx test --watch", | ||
"build:demo": "shx cp dist/gram-value.umd.development.* ./public", | ||
"demo": "serve ./public/" | ||
"demo": "serve ./public/", | ||
"update": "ncu -u", | ||
"update:check": "ncu" | ||
}, | ||
@@ -47,17 +54,19 @@ "husky": { | ||
"devDependencies": { | ||
"@gram-data/gram-builder": "^2.0.2", | ||
"@types/jest": "^26.0.4", | ||
"@gram-data/gram-builder": "^0.2.7", | ||
"@types/jest": "^26.0.15", | ||
"@types/unist": "^2.0.3", | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"husky": "^4.2.5", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"husky": "^4.3.0", | ||
"npm-check-updates": "^9.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"serve": "^11.3.2", | ||
"shx": "^0.3.2", | ||
"tsdx": "^0.13.2", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.7", | ||
"unist-util-inspect": "^6.0.0" | ||
"shx": "^0.3.3", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.0.3", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.5", | ||
"unist-util-inspect": "^6.0.1" | ||
}, | ||
"dependencies": { | ||
"@gram-data/gram-ast": "^0.2.6" | ||
"@gram-data/gram-ast": "^0.2.7" | ||
}, | ||
@@ -67,3 +76,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0e76e336c21d916b2a79c4425b98578e645aa2c2" | ||
"gitHead": "68f323250363f0ab629388565880339d5c94ed5e" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
102763
1
14
Updated@gram-data/gram-ast@^0.2.7