@cloudbase/manager-node 4.2.12 → 4.3.1

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 (224) hide show
  1. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/.ready +0 -0
  2. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/.travis.yml +103 -0
  3. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/ISSUE_TEMPLATE.md +8 -0
  4. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/LICENSE +22 -0
  5. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/Readme.md +78 -0
  6. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/binding.gyp +21 -0
  7. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/fsevents.cc +88 -0
  8. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/fsevents.js +108 -0
  9. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/install.js +13 -0
  10. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/package.json +34 -0
  11. package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/vfs.js +76 -0
  12. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.eslintrc.js +20 -0
  13. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.prettierrc +4 -0
  14. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.ready +0 -0
  15. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/CHANGELOG.md +310 -0
  16. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/LICENSE +21 -0
  17. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/README.md +344 -0
  18. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/husky.js +15 -0
  19. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/checkGitDirEnv.js +13 -0
  20. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/debug.js +8 -0
  21. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/getConf.js +15 -0
  22. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/bin.js +48 -0
  23. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/getScript.js +106 -0
  24. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/gitRevParse.js +29 -0
  25. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/index.js +151 -0
  26. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/is.js +24 -0
  27. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/runner/bin.js +16 -0
  28. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/runner/index.js +84 -0
  29. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/upgrader/bin.js +8 -0
  30. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/upgrader/index.js +65 -0
  31. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/package.json +114 -0
  32. package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/run.js +14 -0
  33. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/.github/workflows/ci.yml +52 -0
  34. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/.ready +0 -0
  35. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/CHANGELOG.md +577 -0
  36. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/CMakeLists.txt +138 -0
  37. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/LICENSE.md +9 -0
  38. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/README.md +455 -0
  39. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/asyncworker.md +146 -0
  40. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/buffers.md +54 -0
  41. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/callback.md +76 -0
  42. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/converters.md +41 -0
  43. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/errors.md +226 -0
  44. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/json.md +62 -0
  45. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/maybe_types.md +583 -0
  46. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/methods.md +672 -0
  47. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/new.md +147 -0
  48. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/node_misc.md +123 -0
  49. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/object_wrappers.md +263 -0
  50. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/persistent.md +296 -0
  51. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/scopes.md +73 -0
  52. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/script.md +58 -0
  53. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/string_bytes.md +62 -0
  54. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/v8_internals.md +199 -0
  55. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/v8_misc.md +85 -0
  56. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/include_dirs.js +1 -0
  57. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan.h +3049 -0
  58. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks.h +128 -0
  59. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks_12_inl.h +676 -0
  60. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks_pre_12_inl.h +520 -0
  61. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters.h +72 -0
  62. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters_43_inl.h +68 -0
  63. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters_pre_43_inl.h +42 -0
  64. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_define_own_property_helper.h +29 -0
  65. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_implementation_12_inl.h +430 -0
  66. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_implementation_pre_12_inl.h +263 -0
  67. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_json.h +166 -0
  68. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_maybe_43_inl.h +356 -0
  69. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_maybe_pre_43_inl.h +268 -0
  70. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_new.h +340 -0
  71. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_object_wrap.h +156 -0
  72. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_persistent_12_inl.h +132 -0
  73. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_persistent_pre_12_inl.h +242 -0
  74. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_private.h +73 -0
  75. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_scriptorigin.h +95 -0
  76. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_string_bytes.h +305 -0
  77. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_typedarray_contents.h +96 -0
  78. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_weak.h +437 -0
  79. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/package.json +38 -0
  80. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/1to2.js +412 -0
  81. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/README.md +14 -0
  82. package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/package.json +19 -0
  83. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/.ready +0 -0
  84. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/.release-please-manifest.json +3 -0
  85. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CHANGELOG.md +1053 -0
  86. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CODE_OF_CONDUCT.md +4 -0
  87. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CONTRIBUTING.md +34 -0
  88. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/LICENSE +24 -0
  89. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/README.md +273 -0
  90. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/SECURITY.md +2 -0
  91. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/addon.gypi +204 -0
  92. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/bin/node-gyp.js +138 -0
  93. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/eslint.config.js +3 -0
  94. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
  95. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/LICENSE +28 -0
  96. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
  97. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
  98. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp +8 -0
  99. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp.bat +5 -0
  100. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp_main.py +45 -0
  101. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
  102. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
  103. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1272 -0
  104. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1547 -0
  105. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
  106. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
  107. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
  108. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
  109. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +704 -0
  110. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/common.py +709 -0
  111. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +173 -0
  112. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +169 -0
  113. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
  114. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
  115. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  116. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
  117. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1172 -0
  118. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1319 -0
  119. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
  120. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
  121. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +462 -0
  122. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +89 -0
  123. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +56 -0
  124. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2745 -0
  125. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3976 -0
  126. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
  127. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2965 -0
  128. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +67 -0
  129. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1391 -0
  130. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
  131. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/input.py +3112 -0
  132. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
  133. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +767 -0
  134. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1260 -0
  135. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
  136. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
  137. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +373 -0
  138. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1939 -0
  139. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
  140. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +303 -0
  141. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3196 -0
  142. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +65 -0
  143. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
  144. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
  145. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
  146. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
  147. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +108 -0
  148. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
  149. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
  150. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
  151. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
  152. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
  153. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/markers.py +252 -0
  154. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +825 -0
  155. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
  156. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
  157. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
  158. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/tags.py +553 -0
  159. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
  160. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
  161. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pyproject.toml +115 -0
  162. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/release-please-config.json +11 -0
  163. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/test_gyp.py +261 -0
  164. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
  165. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/build.js +230 -0
  166. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/clean.js +15 -0
  167. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/configure.js +328 -0
  168. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
  169. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/download.js +39 -0
  170. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-node-directory.js +63 -0
  171. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-python.js +310 -0
  172. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-visualstudio.js +600 -0
  173. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/install.js +415 -0
  174. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/list.js +26 -0
  175. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/log.js +168 -0
  176. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/node-gyp.js +188 -0
  177. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/process-release.js +146 -0
  178. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/rebuild.js +12 -0
  179. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/remove.js +43 -0
  180. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/util.js +81 -0
  181. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
  182. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/package.json +52 -0
  183. package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/release-please-config.json +40 -0
  184. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/.prettierrc +4 -0
  185. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/.ready +0 -0
  186. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/CHANGELOG.md +286 -0
  187. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/LICENSE +21 -0
  188. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/README.md +457 -0
  189. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/index.js +52 -0
  190. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/lib/checkGrowl.js +24 -0
  191. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/lib/utils.js +515 -0
  192. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/balloon.js +156 -0
  193. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/growl.js +76 -0
  194. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/notificationcenter.js +100 -0
  195. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/notifysend.js +94 -0
  196. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/toaster.js +100 -0
  197. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/package.json +72 -0
  198. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist +63 -0
  199. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
  200. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo +1 -0
  201. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
  202. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
  203. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
  204. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
  205. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/notifu/notifu.exe +0 -0
  206. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/notifu/notifu64.exe +0 -0
  207. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/snoreToast/LICENSE +165 -0
  208. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe +0 -0
  209. package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/terminal-notifier-LICENSE +9 -0
  210. package/lib/cloudrun/index.js +157 -0
  211. package/lib/cloudrun/type.js +14 -0
  212. package/lib/environment.js +5 -0
  213. package/lib/index.js +3 -0
  214. package/lib/utils/http-request.js +2 -2
  215. package/lib/utils/index.js +72 -6
  216. package/package.json +12 -3
  217. package/scripts/link.js +98 -0
  218. package/tsconfig.json +2 -1
  219. package/types/cloudrun/index.d.ts +81 -0
  220. package/types/cloudrun/type.d.ts +315 -0
  221. package/types/environment.d.ts +3 -0
  222. package/types/index.d.ts +2 -0
  223. package/types/utils/http-request.d.ts +2 -2
  224. package/types/utils/index.d.ts +18 -3
@@ -0,0 +1,577 @@
1
+ # NAN ChangeLog
2
+
3
+ **Version 2.22.2: current Node 22.14.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
4
+
5
+ ### 2.22.2 Feb 26 2025
6
+
7
+ - Bugfix: Fix version guard for `ScriptOrigin` constructors (#989) 053239d73702ac11fa0c3c438f85c1409f960f89
8
+
9
+ ### 2.22.1 Feb 21 2025
10
+
11
+ - Build: Fix compatibility with Python >= 3.12 (#987) b5d90f15730b620fb6cc4fed079674740424539a
12
+
13
+ ### 2.22.0 Oct 11 2024
14
+
15
+ - Feature: replace SetAccessor -> SetNativeDataProperty (#977) 6bd62c9a0004339d5d1e18a945c84929d0f6b808
16
+
17
+ ### 2.21.0 Oct 10 2024
18
+
19
+ - Feature: Support for node version 20.17.0 (#976) a7df36eda8a7fe8581c00a18590f5e4faafca7ae
20
+
21
+ ### 2.20.0 Jun 12 2024
22
+
23
+ - Feature: fix removal of v8::CopyablePersistent (#970) 5805ca5c4c2eef9a65316b68741e29f4825c511f
24
+
25
+ ### 2.19.0 Mar 6 2024
26
+
27
+ - Feature: Fix builds for Electron 29 (#966) 1b630ddb3412cde35b64513662b440f9fd71e1ff
28
+
29
+ ### 2.18.0 Sep 12 2023
30
+
31
+ - Feature: Cast v8::Object::GetInternalField() return value to v8::Value (#956) bdfee1788239f735b67fe6b46b1439da755e9b62
32
+
33
+ ### 2.17.0 Oct 10 2022
34
+
35
+ - Feature: overload deprecated AccessorSignatures (#943) 7f9ceb80fbc45c9ba1a10e6591ccbef9e8dee6b4
36
+
37
+ ### 2.16.0 May 25 2022
38
+
39
+ - Feature: Add support for Node 18 (#937) 16fa32231e2ccd89d2804b3f765319128b20c4ac
40
+
41
+ ### 2.15.0 Aug 4 2021
42
+
43
+ - Feature: add ScriptOrigin (#918) d09debf9eeedcb7ca4073e84ffe5fbb455ecb709
44
+
45
+ ### 2.14.2 Oct 13 2020
46
+
47
+ - Bugfix: fix gcc 8 function cast warning (#899) 35f0fab205574b2cbda04e6347c8b2db755e124f
48
+
49
+ ### 2.14.1 Apr 21 2020
50
+
51
+ - Bugfix: use GetBackingStore() instead of GetContents() (#888) 2c023bd447661a61071da318b0ff4003c3858d39
52
+
53
+ ### 2.14.0 May 16 2019
54
+
55
+ - Feature: Add missing methods to Nan::Maybe<T> (#852) 4e962489fb84a184035b9fa74f245f650249aca6
56
+
57
+ ### 2.13.2 Mar 24 2019
58
+
59
+ - Bugfix: remove usage of deprecated `IsNearDeath` (#842) fbaf42252af279c3d867c6b193571f9711c39847
60
+
61
+ ### 2.13.1 Mar 14 2019
62
+
63
+ - Bugfix: check V8 version directly instead of inferring from NMV (#840) 12f9df9f393285de8fb4a8cd01478dc4fe3b089d
64
+
65
+ ### 2.13.0 Mar 13 2019
66
+
67
+ - Feature: add support for node master (#831) 113c0282072e7ff4f9dfc98b432fd894b798c2c
68
+
69
+ ### 2.12.1 Dec 18 2018
70
+
71
+ - Bugfix: Fix build breakage with Node.js 10.0.0-10.9.0. (#833) 625e90e8fef8d39ffa7247250a76a100b2487474
72
+
73
+ ### 2.12.0 Dec 16 2018
74
+
75
+ - Bugfix: Add scope.Escape() to Call() (#817) 2e5ed4fc3a8ac80a6ef1f2a55099ab3ac8800dc6
76
+ - Bugfix: Fix Node.js v10.12.0 deprecation warnings. 509859cc23b1770376b56550a027840a2ce0f73d
77
+ - Feature: Allow SetWeak() for non-object persistent handles. (#824) e6ef6a48e7e671fe3e4b7dddaa8912a3f8262ecd
78
+
79
+ ### 2.11.1 Sep 29 2018
80
+
81
+ - Fix: adapt to V8 7.0 24a22c3b25eeeec2016c6ec239bdd6169e985447
82
+
83
+ ### 2.11.0 Aug 25 2018
84
+
85
+ - Removal: remove `FunctionCallbackInfo::Callee` for nodejs `>= 10` 1a56c0a6efd4fac944cb46c30912a8e023bda7d4
86
+ - Bugfix: Fix `AsyncProgressWorkerBase::WorkProgress` sends invalid data b0c764d1dab11e9f8b37ffb81e2560a4498aad5e
87
+ - Feature: Introduce `GetCurrentEventLoop` b4911b0bb1f6d47d860e10ec014d941c51efac5e
88
+ - Feature: Add `NAN_MODULE_WORKER_ENABLED` macro as a replacement for `NAN_MODULE` b058fb047d18a58250e66ae831444441c1f2ac7a
89
+
90
+ ### 2.10.0 Mar 16 2018
91
+
92
+ - Deprecation: Deprecate `MakeCallback` 5e92b19a59e194241d6a658bd6ff7bfbda372950
93
+ - Feature: add `Nan::Call` overload 4482e1242fe124d166fc1a5b2be3c1cc849fe452
94
+ - Feature: add more `Nan::Call` overloads 8584e63e6d04c7d2eb8c4a664e4ef57d70bf672b
95
+ - Feature: Fix deprecation warnings for Node 10 1caf258243b0602ed56922bde74f1c91b0cbcb6a
96
+
97
+ ### 2.9.2 Feb 22 2018
98
+
99
+ - Bugfix: Bandaid for async hooks 212bd2f849be14ef1b02fc85010b053daa24252b
100
+
101
+ ### 2.9.1 Feb 22 2018
102
+
103
+ - Bugfix: Avoid deprecation warnings in deprecated `Nan::Callback::operator()` 372b14d91289df4604b0f81780709708c45a9aa4
104
+ - Bugfix: Avoid deprecation warnings in `Nan::JSON` 3bc294bce0b7d0a3ee4559926303e5ed4866fda2
105
+
106
+ ### 2.9.0 Feb 22 2018
107
+
108
+ - Deprecation: Deprecate legacy `Callback::Call` 6dd5fa690af61ca3523004b433304c581b3ea309
109
+ - Feature: introduce `AsyncResource` class 90c0a179c0d8cb5fd26f1a7d2b1d6231eb402d48o
110
+ - Feature: Add context aware `Nan::Callback::Call` functions 7169e09fb088418b6e388222e88b4c13f07ebaee
111
+ - Feature: Make `AsyncWorker` context aware 066ba21a6fb9e2b5230c9ed3a6fc51f1211736a4
112
+ - Feature: add `Callback` overload to `Nan::Call` 5328daf66e202658c1dc0d916c3aaba99b3cc606
113
+ - Bugfix: fix warning: suggest parentheses around `&&` within `||` b2bb63d68b8ae623a526b542764e1ac82319cb2c
114
+ - Bugfix: Fix compilation on io.js 3 d06114dba0a522fb436f0c5f47b994210968cd7b
115
+
116
+ ### 2.8.0 Nov 15 2017
117
+
118
+ - Deprecation: Deprecate `Nan::ForceSet` in favor of `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
119
+ - Feature: Add `Nan::AsyncProgressQueueWorker` a976636ecc2ef617d1b061ce4a6edf39923691cb
120
+ - Feature: Add `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
121
+ - Bugfix: Fix compiling on io.js 1 & 2 82705a64503ce60c62e98df5bd02972bba090900
122
+ - Bugfix: Use DefineOwnProperty instead of ForceSet 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
123
+
124
+ ### 2.7.0 Aug 30 2017
125
+
126
+ - Feature: Add `Nan::To<v8::Function>()` overload. b93280670c9f6da42ed4cf6cbf085ffdd87bd65b
127
+ - Bugfix: Fix ternary in `Nan::MaybeLocal<T>::FromMaybe<S>()`. 79a26f7d362e756a9524e672a82c3d603b542867
128
+
129
+ ### 2.6.2 Apr 12 2017
130
+
131
+ - Bugfix: Fix v8::JSON::Parse() deprecation warning. 87f6a3c65815fa062296a994cc863e2fa124867d
132
+
133
+ ### 2.6.1 Apr 6 2017
134
+
135
+ - Bugfix: nan_json.h: fix build breakage in Node 6 ac8d47dc3c10bfbf3f15a6b951633120c0ee6d51
136
+
137
+ ### 2.6.0 Apr 6 2017
138
+
139
+ - Feature: nan: add support for JSON::Parse & Stringify b533226c629cce70e1932a873bb6f849044a56c5
140
+
141
+ ### 2.5.1 Jan 23 2017
142
+
143
+ - Bugfix: Fix disappearing handle for private value 6a80995694f162ef63dbc9948fbefd45d4485aa0
144
+ - Bugfix: Add missing scopes a93b8bae6bc7d32a170db6e89228b7f60ee57112
145
+ - Bugfix: Use string::data instead of string::front in NewOneByteString d5f920371e67e1f3b268295daee6e83af86b6e50
146
+
147
+ ### 2.5.0 Dec 21 2016
148
+
149
+ - Feature: Support Private accessors a86255cb357e8ad8ccbf1f6a4a901c921e39a178
150
+ - Bugfix: Abort in delete operators that shouldn't be called 0fe38215ff8581703967dfd26c12793feb960018
151
+
152
+ ### 2.4.0 Jul 10 2016
153
+
154
+ - Feature: Rewrite Callback to add Callback::Reset c4cf44d61f8275cd5f7b0c911d7a806d4004f649
155
+ - Feature: AsyncProgressWorker: add template types for .send 1242c9a11a7ed481c8f08ec06316385cacc513d0
156
+ - Bugfix: Add constness to old Persistent comparison operators bd43cb9982c7639605d60fd073efe8cae165d9b2
157
+
158
+ ### 2.3.5 May 31 2016
159
+
160
+ - Bugfix: Replace NAN_INLINE with 'inline' keyword. 71819d8725f822990f439479c9aba3b240804909
161
+
162
+ ### 2.3.4 May 31 2016
163
+
164
+ - Bugfix: Remove V8 deprecation warnings 0592fb0a47f3a1c7763087ebea8e1138829f24f9
165
+ - Bugfix: Fix new versions not to use WeakCallbackInfo::IsFirstPass 615c19d9e03d4be2049c10db0151edbc3b229246
166
+ - Bugfix: Make ObjectWrap::handle() const d19af99595587fe7a26bd850af6595c2a7145afc
167
+ - Bugfix: Fix compilation errors related to 0592fb0a47f3a1c7763087ebea8e1138829f24f9 e9191c525b94f652718325e28610a1adcf90fed8
168
+
169
+ ### 2.3.3 May 4 2016
170
+
171
+ - Bugfix: Refactor SetMethod() to deal with v8::Templates (#566) b9083cf6d5de6ebe6bcb49c7502fbb7c0d9ddda8
172
+
173
+ ### 2.3.2 Apr 27 2016
174
+
175
+ - Bugfix: Fix compilation on outdated versions due to Handle removal f8b7c875d04d425a41dfd4f3f8345bc3a11e6c52
176
+
177
+ ### 2.3.1 Apr 27 2016
178
+
179
+ - Bugfix: Don't use deprecated v8::Template::Set() in SetMethod a90951e9ea70fa1b3836af4b925322919159100e
180
+
181
+ ### 2.3.0 Apr 27 2016
182
+
183
+ - Feature: added Signal() for invoking async callbacks without sending data from AsyncProgressWorker d8adba45f20e077d00561b20199133620c990b38
184
+ - Bugfix: Don't use deprecated v8::Template::Set() 00dacf0a4b86027415867fa7f1059acc499dcece
185
+
186
+ ### 2.2.1 Mar 29 2016
187
+
188
+ - Bugfix: Use NewFromUnsigned in ReturnValue<T>::Set(uint32_t i) for pre_12 3a18f9bdce29826e0e4c217854bc476918241a58
189
+ - Performance: Remove unneeeded nullptr checks b715ef44887931c94f0d1605b3b1a4156eebece9
190
+
191
+ ### 2.2.0 Jan 9 2016
192
+
193
+ - Feature: Add Function::Call wrapper 4c157474dacf284d125c324177b45aa5dabc08c6
194
+ - Feature: Rename GC*logueCallback to GCCallback for > 4.0 3603435109f981606d300eb88004ca101283acec
195
+ - Bugfix: Fix Global::Pass for old versions 367e82a60fbaa52716232cc89db1cc3f685d77d9
196
+ - Bugfix: Remove weird MaybeLocal wrapping of what already is a MaybeLocal 23b4590db10c2ba66aee2338aebe9751c4cb190b
197
+
198
+ ### 2.1.0 Oct 8 2015
199
+
200
+ - Deprecation: Deprecate NanErrnoException in favor of ErrnoException 0af1ca4cf8b3f0f65ed31bc63a663ab3319da55c
201
+ - Feature: added helper class for accessing contents of typedarrays 17b51294c801e534479d5463697a73462d0ca555
202
+ - Feature: [Maybe types] Add MakeMaybe(...) 48d7b53d9702b0c7a060e69ea10fea8fb48d814d
203
+ - Feature: new: allow utf16 string with length 66ac6e65c8ab9394ef588adfc59131b3b9d8347b
204
+ - Feature: Introduce SetCallHandler and SetCallAsFunctionHandler 7764a9a115d60ba10dc24d86feb0fbc9b4f75537
205
+ - Bugfix: Enable creating Locals from Globals under Node 0.10. 9bf9b8b190821af889790fdc18ace57257e4f9ff
206
+ - Bugfix: Fix issue #462 where PropertyCallbackInfo data is not stored safely. 55f50adedd543098526c7b9f4fffd607d3f9861f
207
+
208
+ ### 2.0.9 Sep 8 2015
209
+
210
+ - Bugfix: EscapableHandleScope in Nan::NewBuffer for Node 0.8 and 0.10 b1654d7
211
+
212
+ ### 2.0.8 Aug 28 2015
213
+
214
+ - Work around duplicate linking bug in clang 11902da
215
+
216
+ ### 2.0.7 Aug 26 2015
217
+
218
+ - Build: Repackage
219
+
220
+ ### 2.0.6 Aug 26 2015
221
+
222
+ - Bugfix: Properly handle null callback in FunctionTemplate factory 6e99cb1
223
+ - Bugfix: Remove unused static std::map instances 525bddc
224
+ - Bugfix: Make better use of maybe versions of APIs bfba85b
225
+ - Bugfix: Fix shadowing issues with handle in ObjectWrap 0a9072d
226
+
227
+ ### 2.0.5 Aug 10 2015
228
+
229
+ - Bugfix: Reimplement weak callback in ObjectWrap 98d38c1
230
+ - Bugfix: Make sure callback classes are not assignable, copyable or movable 81f9b1d
231
+
232
+ ### 2.0.4 Aug 6 2015
233
+
234
+ - Build: Repackage
235
+
236
+ ### 2.0.3 Aug 6 2015
237
+
238
+ - Bugfix: Don't use clang++ / g++ syntax extension. 231450e
239
+
240
+ ### 2.0.2 Aug 6 2015
241
+
242
+ - Build: Repackage
243
+
244
+ ### 2.0.1 Aug 6 2015
245
+
246
+ - Bugfix: Add workaround for missing REPLACE_INVALID_UTF8 60d6687
247
+ - Bugfix: Reimplement ObjectWrap from scratch to prevent memory leaks 6484601
248
+ - Bugfix: Fix Persistent leak in FunctionCallbackInfo and PropertyCallbackInfo 641ef5f
249
+ - Bugfix: Add missing overload for Nan::NewInstance that takes argc/argv 29450ed
250
+
251
+ ### 2.0.0 Jul 31 2015
252
+
253
+ - Change: Renamed identifiers with leading underscores b5932b4
254
+ - Change: Replaced NanObjectWrapHandle with class NanObjectWrap 464f1e1
255
+ - Change: Replace NanScope and NanEscpableScope macros with classes 47751c4
256
+ - Change: Rename NanNewBufferHandle to NanNewBuffer 6745f99
257
+ - Change: Rename NanBufferUse to NanNewBuffer 3e8b0a5
258
+ - Change: Rename NanNewBuffer to NanCopyBuffer d6af78d
259
+ - Change: Remove Nan prefix from all names 72d1f67
260
+ - Change: Update Buffer API for new upstream changes d5d3291
261
+ - Change: Rename Scope and EscapableScope to HandleScope and EscapableHandleScope 21a7a6a
262
+ - Change: Get rid of Handles e6c0daf
263
+ - Feature: Support io.js 3 with V8 4.4
264
+ - Feature: Introduce NanPersistent 7fed696
265
+ - Feature: Introduce NanGlobal 4408da1
266
+ - Feature: Added NanTryCatch 10f1ca4
267
+ - Feature: Update for V8 v4.3 4b6404a
268
+ - Feature: Introduce NanNewOneByteString c543d32
269
+ - Feature: Introduce namespace Nan 67ed1b1
270
+ - Removal: Remove NanLocker and NanUnlocker dd6e401
271
+ - Removal: Remove string converters, except NanUtf8String, which now follows the node implementation b5d00a9
272
+ - Removal: Remove NanReturn* macros d90a25c
273
+ - Removal: Remove HasInstance e8f84fe
274
+
275
+
276
+ ### 1.9.0 Jul 31 2015
277
+
278
+ - Feature: Added `NanFatalException` 81d4a2c
279
+ - Feature: Added more error types 4265f06
280
+ - Feature: Added dereference and function call operators to NanCallback c4b2ed0
281
+ - Feature: Added indexed GetFromPersistent and SaveToPersistent edd510c
282
+ - Feature: Added more overloads of SaveToPersistent and GetFromPersistent 8b1cef6
283
+ - Feature: Added NanErrnoException dd87d9e
284
+ - Correctness: Prevent assign, copy, and move for classes that do not support it 1f55c59, 4b808cb, c96d9b2, fba4a29, 3357130
285
+ - Deprecation: Deprecate `NanGetPointerSafe` and `NanSetPointerSafe` 81d4a2c
286
+ - Deprecation: Deprecate `NanBooleanOptionValue` and `NanUInt32OptionValue` 0ad254b
287
+
288
+ ### 1.8.4 Apr 26 2015
289
+
290
+ - Build: Repackage
291
+
292
+ ### 1.8.3 Apr 26 2015
293
+
294
+ - Bugfix: Include missing header 1af8648
295
+
296
+ ### 1.8.2 Apr 23 2015
297
+
298
+ - Build: Repackage
299
+
300
+ ### 1.8.1 Apr 23 2015
301
+
302
+ - Bugfix: NanObjectWrapHandle should take a pointer 155f1d3
303
+
304
+ ### 1.8.0 Apr 23 2015
305
+
306
+ - Feature: Allow primitives with NanReturnValue 2e4475e
307
+ - Feature: Added comparison operators to NanCallback 55b075e
308
+ - Feature: Backport thread local storage 15bb7fa
309
+ - Removal: Remove support for signatures with arguments 8a2069d
310
+ - Correcteness: Replaced NanObjectWrapHandle macro with function 0bc6d59
311
+
312
+ ### 1.7.0 Feb 28 2015
313
+
314
+ - Feature: Made NanCallback::Call accept optional target 8d54da7
315
+ - Feature: Support atom-shell 0.21 0b7f1bb
316
+
317
+ ### 1.6.2 Feb 6 2015
318
+
319
+ - Bugfix: NanEncode: fix argument type for node::Encode on io.js 2be8639
320
+
321
+ ### 1.6.1 Jan 23 2015
322
+
323
+ - Build: version bump
324
+
325
+ ### 1.5.3 Jan 23 2015
326
+
327
+ - Build: repackage
328
+
329
+ ### 1.6.0 Jan 23 2015
330
+
331
+ - Deprecated `NanNewContextHandle` in favor of `NanNew<Context>` 49259af
332
+ - Support utility functions moved in newer v8 versions (Node 0.11.15, io.js 1.0) a0aa179
333
+ - Added `NanEncode`, `NanDecodeBytes` and `NanDecodeWrite` 75e6fb9
334
+
335
+ ### 1.5.2 Jan 23 2015
336
+
337
+ - Bugfix: Fix non-inline definition build error with clang++ 21d96a1, 60fadd4
338
+ - Bugfix: Readded missing String constructors 18d828f
339
+ - Bugfix: Add overload handling NanNew<FunctionTemplate>(..) 5ef813b
340
+ - Bugfix: Fix uv_work_cb versioning 997e4ae
341
+ - Bugfix: Add function factory and test 4eca89c
342
+ - Bugfix: Add object template factory and test cdcb951
343
+ - Correctness: Lifted an io.js related typedef c9490be
344
+ - Correctness: Make explicit downcasts of String lengths 00074e6
345
+ - Windows: Limit the scope of disabled warning C4530 83d7deb
346
+
347
+ ### 1.5.1 Jan 15 2015
348
+
349
+ - Build: version bump
350
+
351
+ ### 1.4.3 Jan 15 2015
352
+
353
+ - Build: version bump
354
+
355
+ ### 1.4.2 Jan 15 2015
356
+
357
+ - Feature: Support io.js 0dbc5e8
358
+
359
+ ### 1.5.0 Jan 14 2015
360
+
361
+ - Feature: Support io.js b003843
362
+ - Correctness: Improved NanNew internals 9cd4f6a
363
+ - Feature: Implement progress to NanAsyncWorker 8d6a160
364
+
365
+ ### 1.4.1 Nov 8 2014
366
+
367
+ - Bugfix: Handle DEBUG definition correctly
368
+ - Bugfix: Accept int as Boolean
369
+
370
+ ### 1.4.0 Nov 1 2014
371
+
372
+ - Feature: Added NAN_GC_CALLBACK 6a5c245
373
+ - Performance: Removed unnecessary local handle creation 18a7243, 41fe2f8
374
+ - Correctness: Added constness to references in NanHasInstance 02c61cd
375
+ - Warnings: Fixed spurious warnings from -Wundef and -Wshadow, 541b122, 99d8cb6
376
+ - Windoze: Shut Visual Studio up when compiling 8d558c1
377
+ - License: Switch to plain MIT from custom hacked MIT license 11de983
378
+ - Build: Added test target to Makefile e232e46
379
+ - Performance: Removed superfluous scope in NanAsyncWorker f4b7821
380
+ - Sugar/Feature: Added NanReturnThis() and NanReturnHolder() shorthands 237a5ff, d697208
381
+ - Feature: Added suitable overload of NanNew for v8::Integer::NewFromUnsigned b27b450
382
+
383
+ ### 1.3.0 Aug 2 2014
384
+
385
+ - Added NanNew<v8::String, std::string>(std::string)
386
+ - Added NanNew<v8::String, std::string&>(std::string&)
387
+ - Added NanAsciiString helper class
388
+ - Added NanUtf8String helper class
389
+ - Added NanUcs2String helper class
390
+ - Deprecated NanRawString()
391
+ - Deprecated NanCString()
392
+ - Added NanGetIsolateData(v8::Isolate *isolate)
393
+ - Added NanMakeCallback(v8::Handle<v8::Object> target, v8::Handle<v8::Function> func, int argc, v8::Handle<v8::Value>* argv)
394
+ - Added NanMakeCallback(v8::Handle<v8::Object> target, v8::Handle<v8::String> symbol, int argc, v8::Handle<v8::Value>* argv)
395
+ - Added NanMakeCallback(v8::Handle<v8::Object> target, const char* method, int argc, v8::Handle<v8::Value>* argv)
396
+ - Added NanSetTemplate(v8::Handle<v8::Template> templ, v8::Handle<v8::String> name , v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
397
+ - Added NanSetPrototypeTemplate(v8::Local<v8::FunctionTemplate> templ, v8::Handle<v8::String> name, v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
398
+ - Added NanSetInstanceTemplate(v8::Local<v8::FunctionTemplate> templ, const char *name, v8::Handle<v8::Data> value)
399
+ - Added NanSetInstanceTemplate(v8::Local<v8::FunctionTemplate> templ, v8::Handle<v8::String> name, v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
400
+
401
+ ### 1.2.0 Jun 5 2014
402
+
403
+ - Add NanSetPrototypeTemplate
404
+ - Changed NAN_WEAK_CALLBACK internals, switched _NanWeakCallbackData to class,
405
+ introduced _NanWeakCallbackDispatcher
406
+ - Removed -Wno-unused-local-typedefs from test builds
407
+ - Made test builds Windows compatible ('Sleep()')
408
+
409
+ ### 1.1.2 May 28 2014
410
+
411
+ - Release to fix more stuff-ups in 1.1.1
412
+
413
+ ### 1.1.1 May 28 2014
414
+
415
+ - Release to fix version mismatch in nan.h and lack of changelog entry for 1.1.0
416
+
417
+ ### 1.1.0 May 25 2014
418
+
419
+ - Remove nan_isolate, use v8::Isolate::GetCurrent() internally instead
420
+ - Additional explicit overloads for NanNew(): (char*,int), (uint8_t*[,int]),
421
+ (uint16_t*[,int), double, int, unsigned int, bool, v8::String::ExternalStringResource*,
422
+ v8::String::ExternalAsciiStringResource*
423
+ - Deprecate NanSymbol()
424
+ - Added SetErrorMessage() and ErrorMessage() to NanAsyncWorker
425
+
426
+ ### 1.0.0 May 4 2014
427
+
428
+ - Heavy API changes for V8 3.25 / Node 0.11.13
429
+ - Use cpplint.py
430
+ - Removed NanInitPersistent
431
+ - Removed NanPersistentToLocal
432
+ - Removed NanFromV8String
433
+ - Removed NanMakeWeak
434
+ - Removed NanNewLocal
435
+ - Removed NAN_WEAK_CALLBACK_OBJECT
436
+ - Removed NAN_WEAK_CALLBACK_DATA
437
+ - Introduce NanNew, replaces NanNewLocal, NanPersistentToLocal, adds many overloaded typed versions
438
+ - Introduce NanUndefined, NanNull, NanTrue and NanFalse
439
+ - Introduce NanEscapableScope and NanEscapeScope
440
+ - Introduce NanMakeWeakPersistent (requires a special callback to work on both old and new node)
441
+ - Introduce NanMakeCallback for node::MakeCallback
442
+ - Introduce NanSetTemplate
443
+ - Introduce NanGetCurrentContext
444
+ - Introduce NanCompileScript and NanRunScript
445
+ - Introduce NanAdjustExternalMemory
446
+ - Introduce NanAddGCEpilogueCallback, NanAddGCPrologueCallback, NanRemoveGCEpilogueCallback, NanRemoveGCPrologueCallback
447
+ - Introduce NanGetHeapStatistics
448
+ - Rename NanAsyncWorker#SavePersistent() to SaveToPersistent()
449
+
450
+ ### 0.8.0 Jan 9 2014
451
+
452
+ - NanDispose -> NanDisposePersistent, deprecate NanDispose
453
+ - Extract _NAN_*_RETURN_TYPE, pull up NAN_*()
454
+
455
+ ### 0.7.1 Jan 9 2014
456
+
457
+ - Fixes to work against debug builds of Node
458
+ - Safer NanPersistentToLocal (avoid reinterpret_cast)
459
+ - Speed up common NanRawString case by only extracting flattened string when necessary
460
+
461
+ ### 0.7.0 Dec 17 2013
462
+
463
+ - New no-arg form of NanCallback() constructor.
464
+ - NanCallback#Call takes Handle rather than Local
465
+ - Removed deprecated NanCallback#Run method, use NanCallback#Call instead
466
+ - Split off _NAN_*_ARGS_TYPE from _NAN_*_ARGS
467
+ - Restore (unofficial) Node 0.6 compatibility at NanCallback#Call()
468
+ - Introduce NanRawString() for char* (or appropriate void*) from v8::String
469
+ (replacement for NanFromV8String)
470
+ - Introduce NanCString() for null-terminated char* from v8::String
471
+
472
+ ### 0.6.0 Nov 21 2013
473
+
474
+ - Introduce NanNewLocal<T>(v8::Handle<T> value) for use in place of
475
+ v8::Local<T>::New(...) since v8 started requiring isolate in Node 0.11.9
476
+
477
+ ### 0.5.2 Nov 16 2013
478
+
479
+ - Convert SavePersistent and GetFromPersistent in NanAsyncWorker from protected and public
480
+
481
+ ### 0.5.1 Nov 12 2013
482
+
483
+ - Use node::MakeCallback() instead of direct v8::Function::Call()
484
+
485
+ ### 0.5.0 Nov 11 2013
486
+
487
+ - Added @TooTallNate as collaborator
488
+ - New, much simpler, "include_dirs" for binding.gyp
489
+ - Added full range of NAN_INDEX_* macros to match NAN_PROPERTY_* macros
490
+
491
+ ### 0.4.4 Nov 2 2013
492
+
493
+ - Isolate argument from v8::Persistent::MakeWeak removed for 0.11.8+
494
+
495
+ ### 0.4.3 Nov 2 2013
496
+
497
+ - Include node_object_wrap.h, removed from node.h for Node 0.11.8.
498
+
499
+ ### 0.4.2 Nov 2 2013
500
+
501
+ - Handle deprecation of v8::Persistent::Dispose(v8::Isolate* isolate)) for
502
+ Node 0.11.8 release.
503
+
504
+ ### 0.4.1 Sep 16 2013
505
+
506
+ - Added explicit `#include <uv.h>` as it was removed from node.h for v0.11.8
507
+
508
+ ### 0.4.0 Sep 2 2013
509
+
510
+ - Added NAN_INLINE and NAN_DEPRECATED and made use of them
511
+ - Added NanError, NanTypeError and NanRangeError
512
+ - Cleaned up code
513
+
514
+ ### 0.3.2 Aug 30 2013
515
+
516
+ - Fix missing scope declaration in GetFromPersistent() and SaveToPersistent
517
+ in NanAsyncWorker
518
+
519
+ ### 0.3.1 Aug 20 2013
520
+
521
+ - fix "not all control paths return a value" compile warning on some platforms
522
+
523
+ ### 0.3.0 Aug 19 2013
524
+
525
+ - Made NAN work with NPM
526
+ - Lots of fixes to NanFromV8String, pulling in features from new Node core
527
+ - Changed node::encoding to Nan::Encoding in NanFromV8String to unify the API
528
+ - Added optional error number argument for NanThrowError()
529
+ - Added NanInitPersistent()
530
+ - Added NanReturnNull() and NanReturnEmptyString()
531
+ - Added NanLocker and NanUnlocker
532
+ - Added missing scopes
533
+ - Made sure to clear disposed Persistent handles
534
+ - Changed NanAsyncWorker to allocate error messages on the heap
535
+ - Changed NanThrowError(Local<Value>) to NanThrowError(Handle<Value>)
536
+ - Fixed leak in NanAsyncWorker when errmsg is used
537
+
538
+ ### 0.2.2 Aug 5 2013
539
+
540
+ - Fixed usage of undefined variable with node::BASE64 in NanFromV8String()
541
+
542
+ ### 0.2.1 Aug 5 2013
543
+
544
+ - Fixed 0.8 breakage, node::BUFFER encoding type not available in 0.8 for
545
+ NanFromV8String()
546
+
547
+ ### 0.2.0 Aug 5 2013
548
+
549
+ - Added NAN_PROPERTY_GETTER, NAN_PROPERTY_SETTER, NAN_PROPERTY_ENUMERATOR,
550
+ NAN_PROPERTY_DELETER, NAN_PROPERTY_QUERY
551
+ - Extracted _NAN_METHOD_ARGS, _NAN_GETTER_ARGS, _NAN_SETTER_ARGS,
552
+ _NAN_PROPERTY_GETTER_ARGS, _NAN_PROPERTY_SETTER_ARGS,
553
+ _NAN_PROPERTY_ENUMERATOR_ARGS, _NAN_PROPERTY_DELETER_ARGS,
554
+ _NAN_PROPERTY_QUERY_ARGS
555
+ - Added NanGetInternalFieldPointer, NanSetInternalFieldPointer
556
+ - Added NAN_WEAK_CALLBACK, NAN_WEAK_CALLBACK_OBJECT,
557
+ NAN_WEAK_CALLBACK_DATA, NanMakeWeak
558
+ - Renamed THROW_ERROR to _NAN_THROW_ERROR
559
+ - Added NanNewBufferHandle(char*, size_t, node::smalloc::FreeCallback, void*)
560
+ - Added NanBufferUse(char*, uint32_t)
561
+ - Added NanNewContextHandle(v8::ExtensionConfiguration*,
562
+ v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Value>)
563
+ - Fixed broken NanCallback#GetFunction()
564
+ - Added optional encoding and size arguments to NanFromV8String()
565
+ - Added NanGetPointerSafe() and NanSetPointerSafe()
566
+ - Added initial test suite (to be expanded)
567
+ - Allow NanUInt32OptionValue to convert any Number object
568
+
569
+ ### 0.1.0 Jul 21 2013
570
+
571
+ - Added `NAN_GETTER`, `NAN_SETTER`
572
+ - Added `NanThrowError` with single Local<Value> argument
573
+ - Added `NanNewBufferHandle` with single uint32_t argument
574
+ - Added `NanHasInstance(Persistent<FunctionTemplate>&, Handle<Value>)`
575
+ - Added `Local<Function> NanCallback#GetFunction()`
576
+ - Added `NanCallback#Call(int, Local<Value>[])`
577
+ - Deprecated `NanCallback#Run(int, Local<Value>[])` in favour of Call