@fluidframework/gitresources
Advanced tools
Comparing version 0.1031.0-38478 to 0.1031.0
@@ -5,3 +5,2 @@ /*! | ||
*/ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -88,3 +87,3 @@ * Details about the author of the commit | ||
content: string; | ||
encoding: BufferEncoding; | ||
encoding: string; | ||
} | ||
@@ -91,0 +90,0 @@ /** |
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "0.1031.0-38478", | ||
"version": "0.1031.0", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -28,3 +28,2 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/eslint-config-fluid": "^0.23.0", | ||
"@types/node": "^12.19.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
@@ -31,0 +30,0 @@ "@typescript-eslint/parser": "~4.14.0", |
@@ -100,3 +100,3 @@ /*! | ||
// The encoding of the content. Either utf8 or base64. | ||
encoding: BufferEncoding; | ||
encoding: string; | ||
} | ||
@@ -103,0 +103,0 @@ |
@@ -9,4 +9,3 @@ { | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"types": ["node"] | ||
"outDir": "./dist" | ||
}, | ||
@@ -16,2 +15,2 @@ "include": [ | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
15
22071
489