thesidedoor-flock 0.3.1 → 0.3.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thesidedoor-flock",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Native operating-system file locking for Sidedoor file-backed state",
5
5
  "author": "Andres Romero <me@afromero.co> (https://afromero.co)",
6
6
  "homepage": "https://github.com/affromero/sidedoor#readme",
@@ -37,6 +37,6 @@
37
37
  "install": "node-gyp rebuild"
38
38
  },
39
39
  "dependencies": {
40
- "nan": "2.28.0"
40
+ "nan": "2.29.0"
41
41
  }
42
42
  }