commonly-decorators
Advanced tools
Comparing version 0.4.8 to 0.5.0
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./Assemble"), exports); | ||
__exportStar(require("./Polling"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "commonly-decorators", | ||
"version": "0.4.8", | ||
"version": "0.5.0", | ||
"description": "some commonly decorators", | ||
@@ -66,4 +66,5 @@ "author": "yiri.zhou", | ||
"@types/node": "^15.12.2", | ||
"freeze-click": "^1.4.2" | ||
"freeze-click": "^1.4.2", | ||
"return-data": "^0.3.3" | ||
} | ||
} |
export * from "./Assemble"; | ||
export * from "./Polling"; |
Sorry, the diff of this file is not supported yet
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
90044
32
1102
3
+ Addedreturn-data@^0.3.3
+ Addedreturn-data@0.3.3(transitive)