Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@godscene/shared

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godscene/shared - npm Package Compare versions

Comparing version
1.7.18
to
1.7.19
+1
-1
dist/es/env/parse-model-config.mjs

@@ -8,3 +8,3 @@ import { DEFAULT_MODEL_CONFIG_KEYS, INSIGHT_MODEL_CONFIG_KEYS, PLANNING_MODEL_CONFIG_KEYS } from "./constants.mjs";

const MODEL_CONFIG_DOC_URL = 'https://midscenejs.com/model-common-config.html';
const getCurrentVersion = ()=>"1.7.17";
const getCurrentVersion = ()=>"1.7.18";
const getInvalidModelFamilyMessage = (modelFamily)=>`Invalid MIDSCENE_MODEL_FAMILY value: ${modelFamily}. Current version v${getCurrentVersion()} accepts the following model families: ${MODEL_FAMILY_VALUES.join(', ')}. You can also visit ${MODEL_CONFIG_DOC_URL} for the latest configuration information.`;

@@ -11,0 +11,0 @@ const KEYS_MAP = {

@@ -40,3 +40,3 @@ "use strict";

const MODEL_CONFIG_DOC_URL = 'https://midscenejs.com/model-common-config.html';
const getCurrentVersion = ()=>"1.7.17";
const getCurrentVersion = ()=>"1.7.18";
const getInvalidModelFamilyMessage = (modelFamily)=>`Invalid MIDSCENE_MODEL_FAMILY value: ${modelFamily}. Current version v${getCurrentVersion()} accepts the following model families: ${external_types_js_namespaceObject.MODEL_FAMILY_VALUES.join(', ')}. You can also visit ${MODEL_CONFIG_DOC_URL} for the latest configuration information.`;

@@ -43,0 +43,0 @@ const KEYS_MAP = {

{
"name": "@godscene/shared",
"version": "1.7.18",
"version": "1.7.19",
"repository": "https://github.com/web-infra-dev/midscene",

@@ -5,0 +5,0 @@ "homepage": "https://midscenejs.com/",