typescript-services-api
Advanced tools
Comparing version 1.1.0-1.2 to 1.1.0-1.3
/// <reference path="./typescriptServices.d.ts" /> | ||
// Avoid circular definition | ||
declare module __TypeScriptServicesApi { | ||
export import __ts = ts; | ||
export import __TypeScript = TypeScript; | ||
} | ||
declare module 'typescript-services-api' { | ||
var typeScriptServicesApi: { ts: typeof ts; TypeScript: typeof TypeScript }; | ||
export = typeScriptServicesApi; | ||
export import ts = __TypeScriptServicesApi.__ts; | ||
export import TypeScript = __TypeScriptServicesApi.__TypeScript; | ||
} |
{ | ||
"name": "typescript-services-api", | ||
"description": "A TypeScript services as commonJS module.", | ||
"version": "1.1.0-1.2", | ||
"version": "1.1.0-1.3", | ||
"homepage": "https://github.com/shiwano/typescript-services-api", | ||
@@ -48,3 +48,5 @@ "author": { | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"typescript" | ||
], | ||
"dependencies": { | ||
@@ -51,0 +53,0 @@ "typescript": "1.1.0-1" |
# typescript-services-api [](http://travis-ci.org/shiwano/typescript-services-api) | ||
A TypeScript services as commonJS module. | ||
A TypeScript language services as CommonJS module. | ||
@@ -17,4 +17,5 @@ ## Getting Started | ||
## Release History | ||
* 2014-11-03 v1.1.0-1.3 Fix index.d.ts. | ||
* 2014-11-03 v1.1.0-1.2 Divide index.d.ts. | ||
* 2014-11-02 v1.1.0-1 First release. | ||
* 2014-11-02 v1.1.0-1 First release. | ||
@@ -21,0 +22,0 @@ ## License |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
317298
7322
24
0