tempest.games 0.2.101 → 0.2.102
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.
|
@@ -16901,7 +16901,7 @@ function date4(params) {
|
|
|
16901
16901
|
|
|
16902
16902
|
// ../../node_modules/.pnpm/zod@4.2.1/node_modules/zod/v4/classic/external.js
|
|
16903
16903
|
config(en_default());
|
|
16904
|
-
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.
|
|
16904
|
+
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3__e4a61318744067d8702021155ca480a3/node_modules/safegen/dist/safegen-DHhNOdib.js
|
|
16905
16905
|
function createSafeDataGenerator(gen, logger) {
|
|
16906
16906
|
return function generateFromSchema({ schema, fallback, toJsonSchema = exports_external.toJSONSchema }) {
|
|
16907
16907
|
const jsonSchema = toJsonSchema(schema);
|
|
@@ -16933,7 +16933,7 @@ function jsonSchemaToInstruction(jsonSchema) {
|
|
|
16933
16933
|
`);
|
|
16934
16934
|
}
|
|
16935
16935
|
|
|
16936
|
-
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.
|
|
16936
|
+
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3__e4a61318744067d8702021155ca480a3/node_modules/safegen/dist/primitives-DeHVhToL.js
|
|
16937
16937
|
function formatIssue(prompt, actual, issue2, consequence) {
|
|
16938
16938
|
const lines = [
|
|
16939
16939
|
`SafeGen saw that invalid data was produced for the prompt:`,
|
|
@@ -24079,7 +24079,7 @@ var _deployments_endpoints = new Set([
|
|
|
24079
24079
|
"/batches",
|
|
24080
24080
|
"/images/edits"
|
|
24081
24081
|
]);
|
|
24082
|
-
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.
|
|
24082
|
+
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3__e4a61318744067d8702021155ca480a3/node_modules/safegen/dist/openai/index.js
|
|
24083
24083
|
function buildOpenAiRequestParams(model, ...params) {
|
|
24084
24084
|
const [instruction, jsonSchema, _, previouslyFailedResponses] = params;
|
|
24085
24085
|
const messages = [{
|
|
@@ -46118,7 +46118,7 @@ async function getLogs(logger, logFilePath = `/var/log/nginx/access.log`, now =
|
|
|
46118
46118
|
});
|
|
46119
46119
|
}
|
|
46120
46120
|
|
|
46121
|
-
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.
|
|
46121
|
+
// ../../node_modules/.pnpm/safegen@0.8.3_@floating-ui+react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3__e4a61318744067d8702021155ca480a3/node_modules/safegen/dist/arktype/index.js
|
|
46122
46122
|
function arktypeToJsonSchema(type2) {
|
|
46123
46123
|
return type2.toJsonSchema();
|
|
46124
46124
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.102",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"react-email": "5.1.0",
|
|
44
44
|
"resend": "6.6.0",
|
|
45
45
|
"safegen": "0.8.3",
|
|
46
|
-
"socket.io": "4.8.
|
|
47
|
-
"socket.io-client": "4.8.
|
|
48
|
-
"atom.io": "0.46.
|
|
46
|
+
"socket.io": "4.8.3",
|
|
47
|
+
"socket.io-client": "4.8.3",
|
|
48
|
+
"atom.io": "0.46.10",
|
|
49
49
|
"safedeposit": "0.1.2",
|
|
50
50
|
"treetrunks": "0.1.5"
|
|
51
51
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"sass-embedded": "1.97.1",
|
|
70
70
|
"vite": "7.3.0",
|
|
71
71
|
"vitest": "4.0.16",
|
|
72
|
-
"flightdeck": "0.3.
|
|
72
|
+
"flightdeck": "0.3.30",
|
|
73
73
|
"varmint": "0.5.11"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|