From 785e4d47572fbdeed2ea7a4805216af5ef8f3cf2 Mon Sep 17 00:00:00 2001 From: Cameron Campbell Date: Wed, 16 Oct 2024 01:47:43 +0100 Subject: [PATCH] build --- docs/docs.json | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index a8e0e6f..dabca33 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -2315,6 +2315,11 @@ "type": "string", "description": "The ID (key / name) of the entry." }, + { + "name": "allowMissing", + "type": "boolean", + "description": "If set to true, and the data store entry is not found, a data store entry is created." + }, { "name": "value", "type": "Schema", diff --git a/package.json b/package.json index 4099aaa..fb0a2b7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "openblox", "description": "Roblox API Wrapper For Both Classic And OpenCloud APIs.", "type": "commonjs", - "version": "1.0.57", + "version": "1.0.58", "license": "MIT", "bugs": { "url": "https://github.com/MightyPart/openblox/issues"