tempest.games 0.2.72 → 0.2.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -16513,7 +16513,7 @@ function date4(params) {
|
|
|
16513
16513
|
|
|
16514
16514
|
// ../../node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/external.js
|
|
16515
16515
|
config(en_default());
|
|
16516
|
-
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.
|
|
16516
|
+
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.0__73b29889c45f77bc30b47e8fcb5e317c/node_modules/safegen/dist/safegen-Gbv-eM4i.js
|
|
16517
16517
|
function createSafeDataGenerator(gen, logger) {
|
|
16518
16518
|
return function generateFromSchema({ schema, fallback, toJsonSchema = exports_external.toJSONSchema }) {
|
|
16519
16519
|
const jsonSchema = toJsonSchema(schema);
|
|
@@ -16545,7 +16545,7 @@ function jsonSchemaToInstruction(jsonSchema) {
|
|
|
16545
16545
|
`);
|
|
16546
16546
|
}
|
|
16547
16547
|
|
|
16548
|
-
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.
|
|
16548
|
+
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.0__73b29889c45f77bc30b47e8fcb5e317c/node_modules/safegen/dist/primitives-C7GLGurb.js
|
|
16549
16549
|
function formatIssue(prompt, actual, issue2, consequence) {
|
|
16550
16550
|
const lines = [
|
|
16551
16551
|
`SafeGen saw that invalid data was produced for the prompt:`,
|
|
@@ -23688,7 +23688,7 @@ var _deployments_endpoints = new Set([
|
|
|
23688
23688
|
"/batches",
|
|
23689
23689
|
"/images/edits"
|
|
23690
23690
|
]);
|
|
23691
|
-
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.
|
|
23691
|
+
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.0__73b29889c45f77bc30b47e8fcb5e317c/node_modules/safegen/dist/openai/index.js
|
|
23692
23692
|
function buildOpenAiRequestParams(model, ...params) {
|
|
23693
23693
|
const [instruction, jsonSchema, _, previouslyFailedResponses] = params;
|
|
23694
23694
|
const messages = [{
|
|
@@ -45564,7 +45564,7 @@ async function getLogs(logger, logFilePath = `/var/log/nginx/access.log`, now =
|
|
|
45564
45564
|
});
|
|
45565
45565
|
}
|
|
45566
45566
|
|
|
45567
|
-
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.
|
|
45567
|
+
// ../../node_modules/.pnpm/safegen@0.8.1_@floating-ui+react-dom@2.1.6_react-dom@19.2.0_react@19.2.0__react@19.2.0__73b29889c45f77bc30b47e8fcb5e317c/node_modules/safegen/dist/arktype/index.js
|
|
45568
45568
|
function arktypeToJsonSchema(type2) {
|
|
45569
45569
|
return type2.toJsonSchema();
|
|
45570
45570
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.73",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"safegen": "0.8.1",
|
|
46
46
|
"socket.io": "4.8.1",
|
|
47
47
|
"socket.io-client": "4.8.1",
|
|
48
|
-
"atom.io": "0.44.
|
|
48
|
+
"atom.io": "0.44.4",
|
|
49
49
|
"safedeposit": "0.1.2",
|
|
50
50
|
"treetrunks": "0.1.5"
|
|
51
51
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"sass-embedded": "1.93.3",
|
|
70
70
|
"vite": "7.2.2",
|
|
71
71
|
"vitest": "4.0.8",
|
|
72
|
-
"flightdeck": "0.3.
|
|
72
|
+
"flightdeck": "0.3.2",
|
|
73
73
|
"varmint": "0.5.11"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|