@smartface/contx
Advanced tools
Comparing version 4.0.0-rc.6 to 4.0.0-rc.7
{ | ||
"name": "@smartface/contx", | ||
"version": "4.0.0-rc.6", | ||
"version": "4.0.0-rc.7", | ||
"description": "Context Manager", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"build:dev": "BABEL_ENV=development babel ./src/ --out-dir -d ../scripts/node_modules/@smartface/contx", | ||
"build": "rm -R -f ./lib && tsc && cp -r ./src/**/*.d.ts ./lib", | ||
"build": "rm -R -f ./lib && tsc && cp --parents ./src/**/*.d.ts ./lib", | ||
"dev:sync": "mkdir -p ../scripts/node_modules/@smartface/contx && cp -r -t ../scripts/node_modules/@smartface/contx lib package.json ", | ||
@@ -54,9 +54,9 @@ "dev:remove": "rm -R -f ../scripts/node_modules/@smartface/contx & rm -R -f ./lib", | ||
"mocha": "^3.3.0", | ||
"semver": "^5.3.0", | ||
"typescript": "^3.8.3" | ||
"semver": "^5.3.0" | ||
}, | ||
"dependencies": { | ||
"@smartface/html-to-text": "^1.0.0", | ||
"@smartface/styler": "^2.0.0", | ||
"@smartface/html-to-text": "^1.0.0", | ||
"filtrex": "^0.5.4" | ||
"filtrex": "^0.5.4", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "config": { |
223978
22
148
4218
4
+ Addedtypescript@^3.8.3
+ Addedtypescript@3.9.10(transitive)