send-sls-logger 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -10,6 +10,9 @@ interface initConfig {
10
10
  options?: WebTrackerBrowserOptions;
11
11
  }
12
12
 
13
+ export = logger;
14
+ export as namespace logger;
15
+
13
16
  declare namespace logger {
14
17
  function error(str: string | StringObject): void;
15
18
  function warn(str: string | StringObject): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "send-sls-logger",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "阿里云sls的logger发送",
5
5
  "main": "index.js",
6
6
  "scripts": {