Compare commits

...

3 Commits

3 changed files with 7 additions and 3 deletions

View File

@@ -83,12 +83,14 @@ function curateProfileEntry(profile) {
boobs_volume: profile.boobsVolume,
boobs_implant: profile.boobsImplant,
boobs_placement: profile.boobsPlacement,
boobs_incision: profile.boobsIncision,
boobs_surgeon: profile.boobsSurgeon,
natural_butt: profile.naturalButt,
butt_volume: profile.buttVolume,
butt_implant: profile.buttImplant,
natural_lips: profile.naturalLips,
lips_volume: profile.lipsVolume,
natural_labia: profile.naturalLabia,
height: profile.height,
weight: profile.weight,
shoe_size: profile.shoeSize,
@@ -196,6 +198,7 @@ export async function interpolateProfiles(actorIdsOrNames, context) {
'natural_boobs',
'boobs_volume',
'boobs_implant',
'boobs_incision',
'boobs_placement',
'boobs_surgeon',
'natural_butt',
@@ -203,6 +206,7 @@ export async function interpolateProfiles(actorIdsOrNames, context) {
'butt_implant',
'natural_lips',
'lips_volume',
'natural_labia',
'hair_color',
'eyes',
'has_tattoos',

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx-utils",
"version": "1.2.4",
"version": "1.2.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx-utils",
"version": "1.2.4",
"version": "1.2.5",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.25.7",

View File

@@ -1,6 +1,6 @@
{
"name": "traxxx-common",
"version": "1.2.4",
"version": "1.2.5",
"description": "Common utilities for traxxx core and web.",
"main": "src/app.js",
"scripts": {