@feng3d/task
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -0,0 +0,0 @@ /** |
/*! | ||
* @feng3d/task - v0.4.1 | ||
* Compiled Thu, 02 Jun 2022 08:46:24 UTC | ||
* @feng3d/task - v0.5.0 | ||
* Compiled Tue, 26 Jul 2022 03:55:16 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License. |
/*! | ||
* @feng3d/task - v0.4.1 | ||
* Compiled Thu, 02 Jun 2022 08:46:24 UTC | ||
* @feng3d/task - v0.5.0 | ||
* Compiled Tue, 26 Jul 2022 03:55:16 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License. |
/*! | ||
* @feng3d/task - v0.4.1 | ||
* Compiled Thu, 02 Jun 2022 08:46:24 UTC | ||
* @feng3d/task - v0.5.0 | ||
* Compiled Tue, 26 Jul 2022 03:55:16 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License. |
/*! | ||
* @feng3d/task - v0.4.1 | ||
* Compiled Thu, 02 Jun 2022 08:46:24 UTC | ||
* @feng3d/task - v0.5.0 | ||
* Compiled Tue, 26 Jul 2022 03:55:16 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License. |
{ | ||
"name": "@feng3d/task", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "串联或并联一组异步函数为一个异步函数", | ||
@@ -14,4 +14,4 @@ "main": "lib/index.js", | ||
"clean": "rimraf \"{lib,dist}\"", | ||
"build": "rollup -c", | ||
"build:prod": "cross-env NODE_ENV=production rollup -c", | ||
"build": "npm run clean && rollup -c", | ||
"build:prod": "npm run clean && cross-env NODE_ENV=production rollup -c", | ||
"watch": "rollup -cw", | ||
@@ -21,3 +21,4 @@ "test": "mocha", | ||
"lintfix": "npm run lint -- --fix", | ||
"docs": "typedoc" | ||
"docs": "typedoc", | ||
"release":"npm run build:prod && npm publish" | ||
}, | ||
@@ -24,0 +25,0 @@ "repository": { |
# @feng3d/polyfill |
export * from './Task'; |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55028