Comparing version 1.1.0 to 1.1.1
module.exports = { | ||
parserOptions: { | ||
ecmaVersion: 2018 | ||
ecmaVersion: 2020 | ||
} | ||
}; |
{ | ||
"name": "atributo", | ||
"description": "Allocate jobs across a variable number of instances", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/davedoesdev/atributo", | ||
@@ -35,9 +35,9 @@ "author": { | ||
"pg": "^8.11.3", | ||
"sqlite3": "^5.1.6" | ||
"sqlite3": "^5.1.7" | ||
}, | ||
"devDependencies": { | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"config": "^3.3.9", | ||
"documentation": "^14.0.2", | ||
"c8": "^9.1.0", | ||
"chai": "^5.1.0", | ||
"config": "^3.3.11", | ||
"documentation": "^14.0.3", | ||
"grunt": "^1.6.1", | ||
@@ -48,6 +48,6 @@ "grunt-contrib-copy": "^1.0.0", | ||
"grunt-exec": "^3.0.0", | ||
"migrate": "^2.0.0", | ||
"mocha": "^10.2.0", | ||
"migrate": "^2.1.0", | ||
"mocha": "^10.3.0", | ||
"node-pg-migrate": "^6.2.2" | ||
} | ||
} |
@@ -5,3 +5,2 @@ 'use strict'; | ||
async = require('async'), | ||
expect = require('chai').expect, | ||
Atributo = require('..').Atributo, | ||
@@ -15,2 +14,5 @@ iferr = require('iferr'), | ||
{ | ||
import('chai').then(function ({ expect }) | ||
{ | ||
async.waterfall( | ||
@@ -59,2 +61,4 @@ [ | ||
], cb); | ||
}); | ||
}; | ||
@@ -61,0 +65,0 @@ }; |
@@ -5,3 +5,2 @@ 'use strict'; | ||
async = require('async'), | ||
expect = require('chai').expect, | ||
Atributo = require('..').Atributo, | ||
@@ -19,2 +18,7 @@ iferr = require('iferr'), | ||
{ | ||
let expect; | ||
before(async () => { | ||
({ expect } = await import('chai')); | ||
}); | ||
this.timeout(10 * 60 * 1000); | ||
@@ -21,0 +25,0 @@ |
@@ -6,3 +6,2 @@ 'use strict'; | ||
iferr = require('iferr'), | ||
expect = require('chai').expect, | ||
sqlite3 = require('sqlite3'), | ||
@@ -12,2 +11,7 @@ Atributo = require('..').Atributo, | ||
let expect; | ||
before(async () => { | ||
({ expect } = await import('chai')); | ||
}); | ||
describe(`atributo (${db_type_name})`, function () | ||
@@ -14,0 +18,0 @@ { |
@@ -5,3 +5,2 @@ 'use strict'; | ||
async = require('async'), | ||
expect = require('chai').expect, | ||
Atributo = require('..').Atributo, | ||
@@ -15,2 +14,5 @@ iferr = require('iferr'), | ||
{ | ||
import('chai').then(function ({ expect }) | ||
{ | ||
async.waterfall( | ||
@@ -53,2 +55,4 @@ [ | ||
], cb); | ||
}); | ||
}; | ||
@@ -55,0 +59,0 @@ }; |
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
1827839
4200
Updatedsqlite3@^5.1.7