@layerzerolabs/function-pointer
Advanced tools
+23
| Copyright (c) 2026 - LayerZero Labs Ltd. | ||
| Permission is hereby granted, free of charge, to any | ||
| person obtaining a copy of this software and associated | ||
| documentation files (the "Software"), to deal in the | ||
| Software without restriction, including without | ||
| limitation the rights to use, copy, modify, merge, | ||
| publish, distribute, sublicense, and/or sell copies of | ||
| the Software, and to permit persons to whom the Software | ||
| is furnished to do so, subject to the following | ||
| conditions: | ||
| The above copyright notice and this permission notice | ||
| shall be included in all copies or substantial portions | ||
| of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF | ||
| ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED | ||
| TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A | ||
| PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT | ||
| SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
| CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
| OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR | ||
| IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
| DEALINGS IN THE SOFTWARE. |
@@ -16,5 +16,5 @@ WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN} | ||
| [32mCJS[39m [1mdist/index.cjs.map [22m[32m2.90 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 88ms | ||
| [32mCJS[39m ⚡️ Build success in 64ms | ||
| [32mESM[39m [1mdist/index.js [22m[32m623.00 B[39m | ||
| [32mESM[39m [1mdist/index.js.map [22m[32m2.90 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 89ms | ||
| [32mESM[39m ⚡️ Build success in 64ms |
@@ -5,5 +5,5 @@ | ||
| (node:59115) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775024037920 is not specified and it doesn't parse as CommonJS. | ||
| (node:59182) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775505965064 is not specified and it doesn't parse as CommonJS. | ||
| Reparsing as ES module because module syntax was detected. This incurs a performance overhead. | ||
| To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json. | ||
| (Use `node --trace-warnings ...` to show where the warning was created) |
+7
-6
| { | ||
| "name": "@layerzerolabs/function-pointer", | ||
| "version": "0.2.64", | ||
| "version": "0.2.65", | ||
| "private": false, | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@layerzerolabs/typescript-utils": "0.2.64" | ||
| "@layerzerolabs/typescript-utils": "0.2.65" | ||
| }, | ||
@@ -23,7 +23,7 @@ "devDependencies": { | ||
| "vitest": "^3.2.3", | ||
| "@layerzerolabs/typescript-configuration": "0.2.64", | ||
| "@layerzerolabs/tsup-configuration": "0.2.64" | ||
| "@layerzerolabs/tsup-configuration": "0.2.65", | ||
| "@layerzerolabs/typescript-configuration": "0.2.65" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "restricted", | ||
| "access": "public", | ||
| "registry": "https://registry.npmjs.org/" | ||
@@ -33,3 +33,4 @@ }, | ||
| "targets": [ | ||
| "audit-external" | ||
| "audit-external", | ||
| "onesig-client" | ||
| ] | ||
@@ -36,0 +37,0 @@ }, |
19046
6.02%14
7.69%+ Added
- Removed