Compare commits
3 Commits
f69e343d89
...
c068c759b2
| Author | SHA1 | Date | |
|---|---|---|---|
| c068c759b2 | |||
| f4732e81be | |||
| fc02d5c41b |
@@ -83,12 +83,14 @@ function curateProfileEntry(profile) {
|
|||||||
boobs_volume: profile.boobsVolume,
|
boobs_volume: profile.boobsVolume,
|
||||||
boobs_implant: profile.boobsImplant,
|
boobs_implant: profile.boobsImplant,
|
||||||
boobs_placement: profile.boobsPlacement,
|
boobs_placement: profile.boobsPlacement,
|
||||||
|
boobs_incision: profile.boobsIncision,
|
||||||
boobs_surgeon: profile.boobsSurgeon,
|
boobs_surgeon: profile.boobsSurgeon,
|
||||||
natural_butt: profile.naturalButt,
|
natural_butt: profile.naturalButt,
|
||||||
butt_volume: profile.buttVolume,
|
butt_volume: profile.buttVolume,
|
||||||
butt_implant: profile.buttImplant,
|
butt_implant: profile.buttImplant,
|
||||||
natural_lips: profile.naturalLips,
|
natural_lips: profile.naturalLips,
|
||||||
lips_volume: profile.lipsVolume,
|
lips_volume: profile.lipsVolume,
|
||||||
|
natural_labia: profile.naturalLabia,
|
||||||
height: profile.height,
|
height: profile.height,
|
||||||
weight: profile.weight,
|
weight: profile.weight,
|
||||||
shoe_size: profile.shoeSize,
|
shoe_size: profile.shoeSize,
|
||||||
@@ -196,6 +198,7 @@ export async function interpolateProfiles(actorIdsOrNames, context) {
|
|||||||
'natural_boobs',
|
'natural_boobs',
|
||||||
'boobs_volume',
|
'boobs_volume',
|
||||||
'boobs_implant',
|
'boobs_implant',
|
||||||
|
'boobs_incision',
|
||||||
'boobs_placement',
|
'boobs_placement',
|
||||||
'boobs_surgeon',
|
'boobs_surgeon',
|
||||||
'natural_butt',
|
'natural_butt',
|
||||||
@@ -203,6 +206,7 @@ export async function interpolateProfiles(actorIdsOrNames, context) {
|
|||||||
'butt_implant',
|
'butt_implant',
|
||||||
'natural_lips',
|
'natural_lips',
|
||||||
'lips_volume',
|
'lips_volume',
|
||||||
|
'natural_labia',
|
||||||
'hair_color',
|
'hair_color',
|
||||||
'eyes',
|
'eyes',
|
||||||
'has_tattoos',
|
'has_tattoos',
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx-utils",
|
"name": "traxxx-utils",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx-utils",
|
"name": "traxxx-utils",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.25.7",
|
"@babel/cli": "^7.25.7",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx-common",
|
"name": "traxxx-common",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"description": "Common utilities for traxxx core and web.",
|
"description": "Common utilities for traxxx core and web.",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user