rosid-handler-node
Advanced tools
+8
-0
@@ -7,2 +7,10 @@ # Changelog | ||
| ## [8.0.0] - 2020-03-20 | ||
| ### Changed | ||
| - Updated dependencies | ||
| - Only support Node.js 10+ | ||
| - Test with Node.js 10 and 12 | ||
| ## [7.1.3] - 2019-02-23 | ||
@@ -9,0 +17,0 @@ |
+1
-1
| The MIT License (MIT) | ||
| Copyright (c) 2019 Tobias Reich | ||
| Copyright (c) 2020 Tobias Reich | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+7
-4
| { | ||
| "name": "rosid-handler-node", | ||
| "version": "7.1.3", | ||
| "version": "8.0.0", | ||
| "authors": [ | ||
@@ -43,8 +43,11 @@ "Tobias Reich <tobias@electerious.com>" | ||
| "fsify": "^3.0.0", | ||
| "mocha": "^6.0.0", | ||
| "nyc": "^13.2.0", | ||
| "mocha": "^7.0.1", | ||
| "nyc": "^15.0.0", | ||
| "react": "^16.8.3", | ||
| "react-dom": "^16.8.3", | ||
| "uuid": "^3.2.1" | ||
| "uuid": "^7.0.0" | ||
| }, | ||
| "mocha": { | ||
| "timeout": "100000" | ||
| } | ||
| } |
13563
1.2%