@feng3d/event
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -0,0 +0,0 @@ /** |
/*! | ||
* @feng3d/event - v0.4.1 | ||
* Compiled Thu, 31 Mar 2022 14:05:07 UTC | ||
* @feng3d/event - v0.4.2 | ||
* Compiled Thu, 02 Jun 2022 08:46:12 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/event is licensed under the MIT License. |
/*! | ||
* @feng3d/event - v0.4.1 | ||
* Compiled Thu, 31 Mar 2022 14:05:07 UTC | ||
* @feng3d/event - v0.4.2 | ||
* Compiled Thu, 02 Jun 2022 08:46:12 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/event is licensed under the MIT License. |
/*! | ||
* @feng3d/event - v0.4.1 | ||
* Compiled Thu, 31 Mar 2022 14:05:07 UTC | ||
* @feng3d/event - v0.4.2 | ||
* Compiled Thu, 02 Jun 2022 08:46:12 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/event is licensed under the MIT License. |
/*! | ||
* @feng3d/event - v0.4.1 | ||
* Compiled Thu, 31 Mar 2022 14:05:07 UTC | ||
* @feng3d/event - v0.4.2 | ||
* Compiled Thu, 02 Jun 2022 08:46:12 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @feng3d/event is licensed under the MIT License. |
{ | ||
"name": "@feng3d/event", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "事件系统", | ||
@@ -20,4 +20,3 @@ "main": "lib/index.js", | ||
"lintfix": "npm run lint -- --fix", | ||
"docs": "typedoc", | ||
"release": "npm version patch && npm run build:prod && npm publish && git push && git push --tags" | ||
"docs": "typedoc" | ||
}, | ||
@@ -38,25 +37,25 @@ "repository": { | ||
"devDependencies": { | ||
"@types/mocha": "^9.1.0", | ||
"@typescript-eslint/eslint-plugin": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.17.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.12.0", | ||
"mocha": "^9.2.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.70.1", | ||
"rollup-plugin-buble": "^0.19.8", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-dts": "^4.2.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-string": "^3.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"ts-node": "^10.7.0", | ||
"typedoc": "^0.21.4", | ||
"typedoc-plugin-sourcefile-url": "^1.0.6", | ||
"typescript": "^4.3.5" | ||
"@types/mocha": "9.1.0", | ||
"@typescript-eslint/eslint-plugin": "5.17.0", | ||
"@typescript-eslint/parser": "5.17.0", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.12.0", | ||
"mocha": "9.2.2", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.70.1", | ||
"rollup-plugin-buble": "0.19.8", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
"rollup-plugin-dts": "4.2.0", | ||
"rollup-plugin-json": "4.0.0", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
"rollup-plugin-replace": "2.2.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-string": "3.0.0", | ||
"rollup-plugin-terser": "7.0.2", | ||
"rollup-plugin-typescript": "1.0.1", | ||
"ts-node": "10.7.0", | ||
"typedoc": "0.21.4", | ||
"typedoc-plugin-sourcefile-url": "1.0.6", | ||
"typescript": "4.3.5" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Event |
@@ -0,0 +0,0 @@ import { IEvent, EventEmitter } from './EventEmitter'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { EventEmitter } from './EventEmitter'; |
@@ -0,0 +0,0 @@ export * from './AnyEmitter'; |
@@ -0,0 +0,0 @@ import { AnyEmitter, anyEmitter } from './AnyEmitter'; |
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
327817