@okamjs/okam
Advanced tools
Comparing version 0.2.3 to 0.3.0
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"main": "index.js", | ||
@@ -34,2 +34,3 @@ "types": "index.d.ts", | ||
"postbuild:debug": "npm run format:dts", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"format:dts": "biome format --write index.d.ts", | ||
@@ -42,6 +43,6 @@ "test": "ava", | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.2.3", | ||
"@okamjs/okam-darwin-x64": "0.2.3", | ||
"@okamjs/okam-linux-x64-gnu": "0.2.3" | ||
"@okamjs/okam-darwin-arm64": "0.3.0", | ||
"@okamjs/okam-darwin-x64": "0.3.0", | ||
"@okamjs/okam-linux-x64-gnu": "0.3.0" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14308