@deckdeckgo/utils
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -0,1 +1,36 @@ | ||
<a name="1.0.0-rc.2"></a> | ||
# 1.0.0-rc.2 (2019-11-29) | ||
### Features | ||
* bundle package with rollup | ||
<a name="1.0.0-rc.1-4"></a> | ||
# 1.0.0-rc.1-4 (2019-11-13) | ||
### Features | ||
* add function `isFirefox` | ||
<a name="1.0.0-rc.1-3"></a> | ||
# 1.0.0-rc.1-3 (2019-11-05) | ||
### Refactoring | ||
* source moved and renamed (no functional changes) | ||
<a name="1.0.0-rc.1-2"></a> | ||
# 1.0.0-rc.1-2 (2019-09-21) | ||
### Features | ||
* add `isIPad()` function | ||
<a name="1.0.0-rc.1-1"></a> | ||
# 1.0.0-rc.1-1 (2019-09-01) | ||
### Features | ||
* improve `debounce` typing | ||
<a name="1.0.0-rc.1"></a> | ||
@@ -2,0 +37,0 @@ # 1.0.0-rc.1 (2019-08-30) |
@@ -1,2 +0,2 @@ | ||
export * from './utils/deckdeckgo-utils'; | ||
export * from './utils/deckdeckgo-image-utils'; | ||
export * from './utils/utils'; | ||
export * from './utils/image-utils'; |
@@ -1,2 +0,2 @@ | ||
export * from './utils/deckdeckgo-utils'; | ||
export * from './utils/deckdeckgo-image-utils'; | ||
export * from './utils/utils'; | ||
export * from './utils/image-utils'; |
{ | ||
"name": "@deckdeckgo/utils", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"author": "David Dal Busco", | ||
@@ -13,9 +13,15 @@ "description": "A collection of utils methods and functions developed for DeckDeckGo", | ||
"devDependencies": { | ||
"typescript": "^3.5.1" | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.27.5", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "tsc" | ||
"build": "rimraf lib && rollup -c && tsc" | ||
}, | ||
@@ -22,0 +28,0 @@ "files": [ |
@@ -17,3 +17,3 @@ # DeckDeckGo - Types | ||
git clone https://github.com/deckgo/deckdeckgo | ||
cd deckdeckgo/webcomponents/utils | ||
cd deckdeckgo/utils/utils | ||
npm install | ||
@@ -20,0 +20,0 @@ npm run build |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13466
11
194
6
1