Comparing version 0.9.2 to 0.9.3
@@ -0,1 +1,9 @@ | ||
## 0.9.3 | ||
#### TypeScript .d.ts resolution/syntax fixed | ||
It seems like the typescript compiler now figures out how to get the typings | ||
for an npm module by interrogating the "typings" field in its project.json. It | ||
also seems like .d.ts files are now expected to explicitly declare an export. | ||
## 0.9.2 | ||
@@ -2,0 +10,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare module 'derivable' { | ||
declare module derivable { | ||
@@ -162,1 +162,3 @@ export interface Derivable<T> { | ||
} | ||
export = derivable |
{ | ||
"name": "derivable", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Functional Reactive State for JavaScript & TypeScript", | ||
@@ -10,2 +10,3 @@ "author": "David Sheldrick", | ||
"main": "dist/derivable.js", | ||
"typings": "dist/derivable.d.ts", | ||
"typescript": { | ||
@@ -12,0 +13,0 @@ "definition": "dist/derivable.d.ts" |
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
260137
1197