@selfcommunity/utils
Advanced tools
Comparing version
{ | ||
"name": "@selfcommunity/utils", | ||
"version": "0.1.6-alpha.2", | ||
"version": "0.1.6-alpha.3", | ||
"license": "MIT", | ||
@@ -8,2 +8,3 @@ "private": false, | ||
"module": "./lib/esm/index.js", | ||
"types": "./lib/types/index.d.ts", | ||
"description": "Utilities to integrate a Community.", | ||
@@ -32,3 +33,3 @@ "author": "SelfCommunity <https://www.selfcommunity.com>", | ||
"build:umd": "webpack --mode production", | ||
"build:types": "tsc -d --declarationDir lib/esm --declarationMap --resolveJsonModule --emitDeclarationOnly", | ||
"build:types": "tsc -b tsconfig.build.json", | ||
"build": "yarn clean:lib && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:types", | ||
@@ -106,3 +107,3 @@ "prerelease": "yarn run clean:lib && yarn run build" | ||
}, | ||
"gitHead": "48bf59ed1d9e7f0ae19de2460a63130ff408d63a" | ||
"gitHead": "dcadbe692fae90768bdd2c10438dc99603e7ae29" | ||
} |
133974
35.92%39
2.63%