Skip to content

Commit a1453bf

Browse files
committed
bumping version
1 parent 7cccc3c commit a1453bf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haircare-ingredients-analyzer",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
44
"description": "Library for analyzing haircare product ingredients",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

src/data/bundledProducts.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const defaultProductDatabase: ProductDatabase = {
350350
"cost": 2.8,
351351
"asin": "B0001Y74XG",
352352
"ingredients_raw": "water, ammonium laureth sulfate, sodium laureth sulfate, cocomidopropyl betaine, lauryl glucoside, butylene glycol, cocamide mea, polysorbate 20, sodium lauroamphoacetate, panthenol, saccharum officinarum sugar cane extract, citrus medica limonum lemon peel extract, citrus aurantium dulcis orange fruit extract, pyrus malus apple fruit extract, camellia oleifera leaf extract, cetrimonium chloride, polyquaternium-59, polyquaternium-10, citrus aurantium dulcis orange peel oil, citrus tangerina tangerine peel oil, disodium edta, methychloroisothiazolinone, methylisothiazolinone",
353-
"description": "Astrong, sulfate-based cleanser designed to deep-clean the scalp and hair, removing product buildup, oils, and residues.",
353+
"description": "A strong, sulfate-based cleanser designed to deep-clean the scalp and hair, removing product buildup, oils, and residues.",
354354
"id": "water_works_clarifying_shampoo",
355355
"systems_excluded": [],
356356
"status": "warning",
@@ -593,7 +593,7 @@ export const defaultProductDatabase: ProductDatabase = {
593593
"score": -92
594594
},
595595
"porosity": {
596-
"high": 88,
596+
"high": 92,
597597
"low": 34
598598
},
599599
"sebderm": {
@@ -9973,8 +9973,8 @@ export const defaultProductDatabase: ProductDatabase = {
99739973
"score": -74
99749974
},
99759975
"porosity": {
9976-
"high": 91,
9977-
"low": 4
9976+
"high": 92,
9977+
"low": 5
99789978
},
99799979
"sebderm": {
99809980
"hasTriggers": true,
@@ -14971,7 +14971,7 @@ export const defaultProductDatabase: ProductDatabase = {
1497114971
"score": -96
1497214972
},
1497314973
"porosity": {
14974-
"high": 53,
14974+
"high": 66,
1497514975
"low": 100
1497614976
},
1497714977
"sebderm": {
@@ -15365,7 +15365,7 @@ export const defaultProductDatabase: ProductDatabase = {
1536515365
},
1536615366
"porosity": {
1536715367
"high": 100,
15368-
"low": 16
15368+
"low": 17
1536915369
},
1537015370
"sebderm": {
1537115371
"hasTriggers": true,
@@ -15443,7 +15443,7 @@ export const defaultProductDatabase: ProductDatabase = {
1544315443
},
1544415444
"porosity": {
1544515445
"high": 100,
15446-
"low": 84
15446+
"low": 81
1544715447
},
1544815448
"sebderm": {
1544915449
"hasTriggers": false,
@@ -15494,7 +15494,7 @@ export const defaultProductDatabase: ProductDatabase = {
1549415494
"score": -96
1549515495
},
1549615496
"porosity": {
15497-
"high": 53,
15497+
"high": 66,
1549815498
"low": 100
1549915499
},
1550015500
"sebderm": {
@@ -15582,8 +15582,8 @@ export const defaultProductDatabase: ProductDatabase = {
1558215582
"score": -41
1558315583
},
1558415584
"porosity": {
15585-
"high": 81,
15586-
"low": 86
15585+
"high": 82,
15586+
"low": 85
1558715587
},
1558815588
"sebderm": {
1558915589
"hasTriggers": true,

0 commit comments

Comments
 (0)