@timokunze/node-printer 0.6.12 → 0.6.15
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/package.json +4 -4
- package/patches/nan+2.22.0.patch +13 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timokunze/node-printer",
|
|
3
3
|
"description": "Node.js printer bindings",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.15",
|
|
5
5
|
"homepage": "https://github.com/TimoKunze/node-printer",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Ion Lupascu",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"main": "./lib/printer",
|
|
42
42
|
"types": "types/index.d.ts",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"node-gyp": "^11.
|
|
44
|
+
"node-gyp": "^11.1.0",
|
|
45
45
|
"prebuild": "^13.0.1",
|
|
46
|
-
"node-abi": "^3.
|
|
46
|
+
"node-abi": "^3.74.0",
|
|
47
47
|
"patch-package": "^8.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"nan": "^2.22.0",
|
|
51
|
-
"prebuild-install": "^7.1.
|
|
51
|
+
"prebuild-install": "^7.1.3"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
diff --git a/node_modules/nan/nan.h b/node_modules/nan/nan.h
|
|
2
|
+
index 1ac7f74..abd64dd 100644
|
|
3
|
+
--- a/node_modules/nan/nan.h
|
|
4
|
+
+++ b/node_modules/nan/nan.h
|
|
5
|
+
@@ -3042,7 +3042,7 @@ MakeMaybe(MaybeMaybe<T> v) {
|
|
6
|
+
|
|
7
|
+
//=== ScriptOrigin =============================================================
|
|
8
|
+
|
|
9
|
+
-#include "nan_scriptorigin.h" // NOLINT(build/include)
|
|
10
|
+
+// #include nan_scriptorigin.h // NOLINT(build/include)
|
|
11
|
+
|
|
12
|
+
} // end of namespace Nan
|
|
13
|
+
|