Compare commits
3 Commits
f69e343d89
...
c068c759b2
| Author | SHA1 | Date | |
|---|---|---|---|
| c068c759b2 | |||
| f4732e81be | |||
| fc02d5c41b |
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user