Comparing version 0.12.3 to 0.12.4
@@ -44,3 +44,3 @@ import { LoxCallable } from "./callable.js"; | ||
arity = () => 0; | ||
call = () => Date.now(); | ||
call = () => Date.now() / 1e3; | ||
toString = () => "<native fn>"; | ||
@@ -47,0 +47,0 @@ }() |
{ | ||
"name": "gravlax", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "A Lox interpreter with tasty TypeScript seasoning", | ||
@@ -50,4 +50,4 @@ "repository": { | ||
"@types/node": "^20.10.7", | ||
"@typescript-eslint/eslint-plugin": "^6.18.0", | ||
"@typescript-eslint/parser": "^6.18.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.0", | ||
"@typescript-eslint/parser": "^7.0.0", | ||
"@vitest/coverage-v8": "^1.1.3", | ||
@@ -69,5 +69,5 @@ "console-fail-test": "^0.2.3", | ||
"eslint-plugin-yml": "^1.11.0", | ||
"husky": "^8.0.3", | ||
"husky": "^9.0.0", | ||
"jsonc-eslint-parser": "^2.4.0", | ||
"knip": "^4.0.0", | ||
"knip": "^5.0.0", | ||
"lint-staged": "^15.2.0", | ||
@@ -83,3 +83,3 @@ "markdownlint": "^0.33.0", | ||
"sentences-per-line": "^0.2.1", | ||
"should-semantic-release": "^0.2.1", | ||
"should-semantic-release": "^0.3.0", | ||
"ts-node": "^10.9.2", | ||
@@ -91,3 +91,3 @@ "tsup": "^8.0.1", | ||
}, | ||
"packageManager": "pnpm@8.15.1", | ||
"packageManager": "pnpm@8.15.3", | ||
"engines": { | ||
@@ -94,0 +94,0 @@ "node": ">=20" |
Sorry, the diff of this file is not supported yet
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
144486