@okikio/manager
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.1.6](https://github.com/okikio/native/compare/@okikio/manager@2.1.5...@okikio/manager@2.1.6) (2021-05-26) | ||
### Bug Fixes | ||
* **@okikio/animate:** :bug: fix transfom is "" bug; use document.timeline as default timeline; ([da5e640](https://github.com/okikio/native/commit/da5e6407b468ffcf55b1c838e1189fd3ebb7fafa)) | ||
### [2.1.5](https://github.com/okikio/native/compare/@okikio/manager@2.1.4...@okikio/manager@2.1.5) (2021-05-25) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@okikio/manager", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"type": "module", | ||
@@ -54,10 +54,13 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.22", | ||
"esbuild": "^0.11.13", | ||
"@types/jest": "^26.0.23", | ||
"del-cli": "^3.0.1", | ||
"esbuild": "^0.12.2", | ||
"esbuild-jest": "^0.5.0", | ||
"jest": "^26.6.3", | ||
"gzip-size": "^6.0.0", | ||
"jest": "^27.0.1", | ||
"jest-chain": "^1.1.5", | ||
"node-fetch": "^2.6.1", | ||
"pnpm": "^6.0.2", | ||
"standard-version": "^9.2.0", | ||
"pnpm": "^6.4.0", | ||
"pretty-bytes": "^5.6.0", | ||
"standard-version": "^9.3.0", | ||
"typescript": "^4.2.4", | ||
@@ -68,7 +71,7 @@ "ultra-runner": "^3.10.5" | ||
"scripts": { | ||
"build": "node ./build", | ||
"watch": "node ./build --watch", | ||
"build": "del-cli lib/ && node ./build", | ||
"watch": "del-cli lib/ && node ./build --watch", | ||
"dts": "del-cli @types/ && tsc --project dts.tsconfig.json", | ||
"test": "jest --maxWorkers=1", | ||
"test-dev": "jest --maxWorkers=1 --watch --verbose false", | ||
"dts": "tsc --project dts.tsconfig.json", | ||
"pre-release": "npm run build && npm test && npm run dts", | ||
@@ -75,0 +78,0 @@ "changelog": "standard-version --releaseCommitMessageFormat --tag-prefix \"@okikio/manager@\" \"chore(release): @okikio/manager@{{currentTag}}\"" |
@@ -9,3 +9,3 @@ # @okikio/manager | ||
[![Open In Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/okikio/native/blob/master/packages/manager/README.md) | ||
[![Open In Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/okikio/native/blob/beta/packages/manager/README.md) | ||
@@ -26,3 +26,3 @@ By default Gitpod will start the dev script for you, but if you need to restart the dev script you can do so by typing into the terminal. | ||
- [Getting started](#getting-started) | ||
- [API Documentation](#api-documentation) | ||
- [API Documentation](#api-documentation) | ||
- [API](#api) | ||
@@ -76,3 +76,3 @@ - [Existing Map Methods](#existing-map-methods) | ||
### API Documentation | ||
## API Documentation | ||
@@ -336,2 +336,4 @@ You can also go through the [API documentation](https://okikio.github.io/native/docs/modules/manager.html), for a more detailed documentation of the API. | ||
_**Note**: all contributions must be done on the `beta` branch, using the Conventional Commits style._ | ||
*The `native` initiative uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) as the style of commit, we also use the [Commitizen CLI](http://commitizen.github.io/cz-cli/) to make commits easier.* | ||
@@ -338,0 +340,0 @@ |
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
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
340
36530
13
9