@hypermode/functions-as
Advanced tools
Comparing version
@@ -144,3 +144,3 @@ import { JSON } from "json-as"; | ||
export class Response { | ||
Json: string | null = null; | ||
Json: string = ""; | ||
Uids: Map<string, string> | null = null; | ||
@@ -147,0 +147,0 @@ } |
{ | ||
"name": "@hypermode/functions-as", | ||
"version": "0.12.0-alpha1", | ||
"version": "0.12.0-alpha2", | ||
"description": "Hypermode library for AssemblyScript functions", | ||
@@ -33,4 +33,4 @@ "author": "Hypermode, Inc.", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.4.0", | ||
"typescript": "^5.6.2", | ||
"typescript-eslint": "^8.5.0", | ||
"visitor-as": "^0.11.4" | ||
@@ -37,0 +37,0 @@ }, |
74906
-0.01%