asyncbuilder 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2015-2020 Jürgen Leschner -- github.com/jldec
3
+ Copyright (c) 2015-2021 Jürgen Leschner -- github.com/jldec
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -52,4 +52,4 @@ will trigger `mainCallBack()` on nextTick.
52
52
 
53
53
  ### license
54
54
 
55
- (c) 2015-2020 Jürgen Leschner, [MIT](https://opensource.org/licenses/MIT) license
55
+ (c) 2015-2021 Jürgen Leschner, [MIT](https://opensource.org/licenses/MIT) license
package/asyncbuilder.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * asyncbuilder
3
3
  * simple semi-asynchronous list builder
4
- * copyright 2015-2020, Jürgen Leschner - github.com/jldec - MIT license
4
+ * Copyright (c) 2015-2021 Jürgen Leschner - github.com/jldec - MIT license
5
5
  */
6
6
 
7
7
  module.exports = asyncbuilder;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "asyncbuilder",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "simple semi-asynchronous array builder",
5
5
  "main": "asyncbuilder.js",
6
6
  "dependencies": {},
7
7
  "devDependencies": {
8
- "eslint": "^7.5.0",
8
+ "eslint": "^8.6.0",
9
9
  "lodash.partial": "^4.2.1",
10
- "tape": "^5.0.1"
10
+ "tape": "^5.4.0"
11
11
  },
12
12
  "files": [
13
13
  "asyncbuilder.js"