@short.io/client-node
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
export {}; | ||
export * from "./types/index"; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@short.io/client-node", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -8,2 +8,3 @@ "main": "dist/index.js", | ||
"private": false, | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "compile": "tsc", |
@@ -17,4 +17,5 @@ { | ||
"inlineSources": true, | ||
"strictNullChecks": true | ||
"strictNullChecks": true, | ||
"declaration": true | ||
} | ||
} |
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
2036
129740
33