BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data
MIT License
15 stars 5 forks source link

The saved/installed package doesn't have d.ts files? #6

Closed NullVoxPopuli closed 8 years ago

NullVoxPopuli commented 8 years ago

under dist is just min.map, min, and the uncompressed js

NullVoxPopuli commented 8 years ago

image

BlairAllegroTech commented 8 years ago

No i didn't not publish any specific typings as you should interact with this adapter in the same way as any other js-data adapter. The adapter implements the js-data interface JSData.IDSAdapter and its type definitions is are available from DefinitelyTyped

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-data-http https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-data

NullVoxPopuli commented 8 years ago

I think maybe it's an incompatibility with js-data 3, then. cause I can use js-data-http just fine

BlairAllegroTech commented 8 years ago

Good point this is a js-data V2 adapter. I need to start looking at V3 and create a V3 branch. Created Task: #7

The NPM package does define the dependency on js-data as being < 3.