Comparing version 0.18.3 to 0.18.4
@@ -36,2 +36,7 @@ var Dispatcher = require('./dispatcher'); | ||
/** | ||
* An instance of the BatchAPI resource. | ||
* @type {BatchAPI} | ||
*/ | ||
this.batchAPI = new resources.BatchAPI(this.dispatcher); | ||
/** | ||
* An instance of the CustomFieldSettings resource. | ||
@@ -113,2 +118,7 @@ * @type {CustomFieldSettings} | ||
/** | ||
* An instance of the Typeahead resource. | ||
* @type {Teams} | ||
*/ | ||
this.typeahead = new resources.Typeahead(this.dispatcher); | ||
/** | ||
* An instance of the Users resource. | ||
@@ -129,2 +139,8 @@ * @type {Users} | ||
/** | ||
* An instance of the WorkspaceMemberships resource. | ||
* @type {Workspaces} | ||
*/ | ||
this.workspaceMemberships = | ||
new resources.WorkspaceMemberships(this.dispatcher); | ||
/** | ||
* An instance of the Webhooks resource. | ||
@@ -131,0 +147,0 @@ * @type {Webhooks} |
exports.Resource = require('./resource'); | ||
exports.Attachments = require('./attachments'); | ||
exports.BatchAPI = require('./batch_api'); | ||
exports.CustomFieldSettings = require('./custom_field_settings'); | ||
@@ -19,5 +20,7 @@ exports.CustomFields = require('./custom_fields'); | ||
exports.Teams = require('./teams'); | ||
exports.Typeahead = require('./typeahead'); | ||
exports.Users = require('./users'); | ||
exports.UserTaskLists = require('./user_task_lists'); | ||
exports.Workspaces = require('./workspaces'); | ||
exports.WorkspaceMemberships = require('./workspace_memberships'); | ||
exports.Webhooks = require('./webhooks'); |
{ | ||
"name": "asana", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"description": "Official NodeJS and BrowserJS client for the Asana API", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"browserify": "^16.2.3", | ||
"browserify": "^16.5.1", | ||
"gulp": "^4.0.2", | ||
@@ -40,7 +40,7 @@ "gulp-bump": "^3.0.0", | ||
"gulp-jshint": "^2.1.0", | ||
"gulp-mocha": "^6.0.0", | ||
"gulp-mocha": "^7.0.2", | ||
"gulp-shell": "^0.7.1", | ||
"gulp-tag-version": "^1.2.1", | ||
"gulp-uglify": "^3.0.0", | ||
"jshint": "^2.9.6", | ||
"jshint": "^2.11.0", | ||
"jshint-stylish": "^2.2.1", | ||
@@ -47,0 +47,0 @@ "rewire": "^4.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1963445
42979