@testring/plugin-api
Advanced tools
@@ -23,3 +23,3 @@ "use strict"; | ||
| plugin: pluginPath, | ||
| config: config | ||
| config: config, | ||
| }); | ||
@@ -26,0 +26,0 @@ })); |
@@ -35,3 +35,3 @@ "use strict"; | ||
| `Plugin ${pluginName} has incorrect format, it should be function!`, | ||
| 'Please, follow plugin handbook in testring docs to get more info about API.' | ||
| 'Please, follow plugin handbook in testring docs to get more info about API.', | ||
| ].join('\n')); | ||
@@ -38,0 +38,0 @@ } |
+4
-4
| { | ||
| "name": "@testring/plugin-api", | ||
| "version": "0.4.48", | ||
| "version": "0.4.49", | ||
| "main": "./dist/index.js", | ||
@@ -13,6 +13,6 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/logger": "0.4.48", | ||
| "@testring/types": "0.4.48", | ||
| "@testring/utils": "0.4.48" | ||
| "@testring/logger": "0.4.49", | ||
| "@testring/types": "0.4.49", | ||
| "@testring/utils": "0.4.49" | ||
| } | ||
| } |
@@ -22,3 +22,3 @@ import { BrowserProxyPlugins } from '@testring/types'; | ||
| plugin: pluginPath, | ||
| config: config | ||
| config: config, | ||
| })); | ||
@@ -25,0 +25,0 @@ } |
@@ -39,3 +39,3 @@ import { ConfigPluginDescriptor, IConfig, IPluginModules } from '@testring/types'; | ||
| `Plugin ${pluginName} has incorrect format, it should be function!`, | ||
| 'Please, follow plugin handbook in testring docs to get more info about API.' | ||
| 'Please, follow plugin handbook in testring docs to get more info about API.', | ||
| ].join('\n')); | ||
@@ -42,0 +42,0 @@ } |
14993
0.03%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated