This commit:
- creates v4 commpatible definition type
- bumps current version to v5
- adds documentation based on most recent version
- amends tests
Thanks!
It seems the 'stream' property of the multer file was removed:
https://git.io/Jv3KM
and was never part of v1 version:
https://git.io/Jv3K9
Also:
- udpate linting config to latest one
- fix linting errors in TD header
Thanks!
- version bump
- rewrite definition to extend karma configuration with Jasmine specifc
configuration properties support
- tests updated
- type definition configuration changes to match latest recommended
setup for linting and TS details
Thanks!
* deleting gridstack since lib has Typescript definition
* gridstack.js has been shipping with it's own d.ts file for a while now
(much more up to date, at 0.6.3 now +9 release)
* removing as to not cause confusion on source of truth
see https://github.com/gridstack/gridstack.js/blob/develop/src/gridstack.d.ts
* added gridstack to notNeededPackages
* next() can return single date
* More methods return a single Date
* Typecast returned value
I don't really understand what these tests are supposed to be doing, but I think this change will work.
* Add space for tslint
The callback function should allow single parameter of type Error only
or two params, first being null, other boolean.
This fixes the problem:
https://www.npmjs.com/package/multer#filefilter
- implmentation
- tests
Thanks!
> You may also want to pay attention to the "warning" value included in your results set, indicating that there was no index that matched the given query.
https://pouchdb.com/guides/mango-queries.html
- version 2 created
- version 3 update with refined constructor, listeners and missing
properties and methods
- tests amended
- configuration as per DT defaults
Thanks!
* [ember-data] add re-exports for `@ember-data/model`
* [ember-data] add re-exports for `@ember-data/adapter`
* [ember-data] add re-exports for `@ember-data/store`
* [ember-data] add re-exports for `@ember-data/serializer`
* [ember-data] add re-exports for `@ember-data/model`
* [ember-data] use OTHER_FILES for `@ember-data/adapter`
* [ember-data] use OTHER_FILES for `@ember-data/serializer`
* [ember-data] include error test for `@ember-data/adapter`
* [ember-data] use OTHER_FILES for `@ember-data/serializer`
* [ember-data] fix file inclusions and paths
* [ember-data] actually export and test `@ember-data/adapter/error`
* [ember-data] fix more tests
* [ember-data] rework @ember-data/adapter/error exports
* [ember-data] make `@ember-data/adapter/error` exports type-and-value
* [ember-data] make `@ember-data/adapter/error` exports type-and-value correctly
* [ember-data] use `export import` form
* [ember-data] fix mixin re-exports
* [ember-data] fix expanded adapter method test
* Add type definitions for async-stream-emitter, consumable-stream, writable-consumable-stream, stream-demux, ag-channel, ag-simple-broker, ncom, async-iterable-stream
* Upgrade sc-broker to 8.0
* Upgrade socketcluster-client to 15.1
* Rename definition files to match module file names
The files in the module were renamed.
* Move socketcluster-server to v14 folder
In preparation for socketcluster-server v15, since the old version is still used by other type packages.
* Update scc-broker-client to 7.0
* Add current socketcluster-server type definitions
Current version is v15.0
* Move sc-broker-cluster to v6 folder
In preparation for sc-broker-cluster v9, since the old version is still used by other type packages.
* Add current sc-broker-cluster type definitions
Current version is v9.0
* Move sc-channel to v1 folder
In preparation for sc-channel v2, since the old version is still used by other type packages.
* Add current sc-channel type definitions
Current version is v2.0
* Include the relevant sc-broker-cluster type-definitions directly in sc-channel
It can be run using older and newer version of sc-broker-cluster, which have differently versioned dependencies.
* Move sc-channel tests to sc-broker-cluster
In the tests we use sc-broker-cluster. If the tests are in sc-channel, they drag in all dependencies for sc-broker-cluster, including esnext.asynciterable, which we don't want.
* Simplify sc-errors tests
In the tests we used socketcluster-server. That dragged in all of its dependencies, including esnext.asynciterable, which we don't want.
* Move sc-channel to v1 folder
In preparation for sc-channel v2, since the old version is still used by other type packages.