@nomalism-com/api 0.36.2 → 0.36.4

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.
Files changed (2) hide show
  1. package/package-lock.json +59 -59
  2. package/package.json +1 -1
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@nomalism-com/api",
3
- "version": "0.36.1",
3
+ "version": "0.36.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@nomalism-com/api",
9
- "version": "0.36.1",
9
+ "version": "0.36.3",
10
10
  "license": "UNLICENSED",
11
11
  "dependencies": {
12
12
  "@nomalism-com/types": "^0.36.1",
@@ -887,9 +887,9 @@
887
887
  }
888
888
  },
889
889
  "node_modules/@nomalism-com/types": {
890
- "version": "0.36.2",
891
- "resolved": "https://registry.npmjs.org/@nomalism-com/types/-/types-0.36.2.tgz",
892
- "integrity": "sha512-i4bcloYqnyNbDcl5DaQEclM0V/4KWVoo0vZp+stk5+yS5kyQsjopKyDhvsqk72mFfLdHecUsHjOm3Kva5RTLgg==",
890
+ "version": "0.36.4",
891
+ "resolved": "https://registry.npmjs.org/@nomalism-com/types/-/types-0.36.4.tgz",
892
+ "integrity": "sha512-n3EuHu8ky0QFM5QTAHyHZIlEJWKSDb7WbR+I8ur1AdQJYUcT9IlysWfUxDGyfKmyOr64b4IJ2BmQrVlY9I6ZWw==",
893
893
  "license": "UNLICENSED",
894
894
  "dependencies": {
895
895
  "joi": "^17.13.3"
@@ -1482,17 +1482,17 @@
1482
1482
  }
1483
1483
  },
1484
1484
  "node_modules/@typescript-eslint/eslint-plugin": {
1485
- "version": "8.34.0",
1486
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz",
1487
- "integrity": "sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==",
1485
+ "version": "8.34.1",
1486
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz",
1487
+ "integrity": "sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==",
1488
1488
  "dev": true,
1489
1489
  "license": "MIT",
1490
1490
  "dependencies": {
1491
1491
  "@eslint-community/regexpp": "^4.10.0",
1492
- "@typescript-eslint/scope-manager": "8.34.0",
1493
- "@typescript-eslint/type-utils": "8.34.0",
1494
- "@typescript-eslint/utils": "8.34.0",
1495
- "@typescript-eslint/visitor-keys": "8.34.0",
1492
+ "@typescript-eslint/scope-manager": "8.34.1",
1493
+ "@typescript-eslint/type-utils": "8.34.1",
1494
+ "@typescript-eslint/utils": "8.34.1",
1495
+ "@typescript-eslint/visitor-keys": "8.34.1",
1496
1496
  "graphemer": "^1.4.0",
1497
1497
  "ignore": "^7.0.0",
1498
1498
  "natural-compare": "^1.4.0",
@@ -1506,22 +1506,22 @@
1506
1506
  "url": "https://opencollective.com/typescript-eslint"
1507
1507
  },
1508
1508
  "peerDependencies": {
1509
- "@typescript-eslint/parser": "^8.34.0",
1509
+ "@typescript-eslint/parser": "^8.34.1",
1510
1510
  "eslint": "^8.57.0 || ^9.0.0",
1511
1511
  "typescript": ">=4.8.4 <5.9.0"
1512
1512
  }
1513
1513
  },
1514
1514
  "node_modules/@typescript-eslint/parser": {
1515
- "version": "8.34.0",
1516
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.0.tgz",
1517
- "integrity": "sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==",
1515
+ "version": "8.34.1",
1516
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.1.tgz",
1517
+ "integrity": "sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==",
1518
1518
  "dev": true,
1519
1519
  "license": "MIT",
1520
1520
  "dependencies": {
1521
- "@typescript-eslint/scope-manager": "8.34.0",
1522
- "@typescript-eslint/types": "8.34.0",
1523
- "@typescript-eslint/typescript-estree": "8.34.0",
1524
- "@typescript-eslint/visitor-keys": "8.34.0",
1521
+ "@typescript-eslint/scope-manager": "8.34.1",
1522
+ "@typescript-eslint/types": "8.34.1",
1523
+ "@typescript-eslint/typescript-estree": "8.34.1",
1524
+ "@typescript-eslint/visitor-keys": "8.34.1",
1525
1525
  "debug": "^4.3.4"
1526
1526
  },
1527
1527
  "engines": {
@@ -1537,14 +1537,14 @@
1537
1537
  }
1538
1538
  },
1539
1539
  "node_modules/@typescript-eslint/project-service": {
1540
- "version": "8.34.0",
1541
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
1542
- "integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
1540
+ "version": "8.34.1",
1541
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.1.tgz",
1542
+ "integrity": "sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==",
1543
1543
  "dev": true,
1544
1544
  "license": "MIT",
1545
1545
  "dependencies": {
1546
- "@typescript-eslint/tsconfig-utils": "^8.34.0",
1547
- "@typescript-eslint/types": "^8.34.0",
1546
+ "@typescript-eslint/tsconfig-utils": "^8.34.1",
1547
+ "@typescript-eslint/types": "^8.34.1",
1548
1548
  "debug": "^4.3.4"
1549
1549
  },
1550
1550
  "engines": {
@@ -1559,14 +1559,14 @@
1559
1559
  }
1560
1560
  },
1561
1561
  "node_modules/@typescript-eslint/scope-manager": {
1562
- "version": "8.34.0",
1563
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
1564
- "integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
1562
+ "version": "8.34.1",
1563
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
1564
+ "integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
1565
1565
  "dev": true,
1566
1566
  "license": "MIT",
1567
1567
  "dependencies": {
1568
- "@typescript-eslint/types": "8.34.0",
1569
- "@typescript-eslint/visitor-keys": "8.34.0"
1568
+ "@typescript-eslint/types": "8.34.1",
1569
+ "@typescript-eslint/visitor-keys": "8.34.1"
1570
1570
  },
1571
1571
  "engines": {
1572
1572
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1577,9 +1577,9 @@
1577
1577
  }
1578
1578
  },
1579
1579
  "node_modules/@typescript-eslint/tsconfig-utils": {
1580
- "version": "8.34.0",
1581
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
1582
- "integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
1580
+ "version": "8.34.1",
1581
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
1582
+ "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
1583
1583
  "dev": true,
1584
1584
  "license": "MIT",
1585
1585
  "engines": {
@@ -1594,14 +1594,14 @@
1594
1594
  }
1595
1595
  },
1596
1596
  "node_modules/@typescript-eslint/type-utils": {
1597
- "version": "8.34.0",
1598
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz",
1599
- "integrity": "sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==",
1597
+ "version": "8.34.1",
1598
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz",
1599
+ "integrity": "sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==",
1600
1600
  "dev": true,
1601
1601
  "license": "MIT",
1602
1602
  "dependencies": {
1603
- "@typescript-eslint/typescript-estree": "8.34.0",
1604
- "@typescript-eslint/utils": "8.34.0",
1603
+ "@typescript-eslint/typescript-estree": "8.34.1",
1604
+ "@typescript-eslint/utils": "8.34.1",
1605
1605
  "debug": "^4.3.4",
1606
1606
  "ts-api-utils": "^2.1.0"
1607
1607
  },
@@ -1618,9 +1618,9 @@
1618
1618
  }
1619
1619
  },
1620
1620
  "node_modules/@typescript-eslint/types": {
1621
- "version": "8.34.0",
1622
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
1623
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
1621
+ "version": "8.34.1",
1622
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.1.tgz",
1623
+ "integrity": "sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==",
1624
1624
  "dev": true,
1625
1625
  "license": "MIT",
1626
1626
  "engines": {
@@ -1632,16 +1632,16 @@
1632
1632
  }
1633
1633
  },
1634
1634
  "node_modules/@typescript-eslint/typescript-estree": {
1635
- "version": "8.34.0",
1636
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
1637
- "integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
1635
+ "version": "8.34.1",
1636
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
1637
+ "integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
1638
1638
  "dev": true,
1639
1639
  "license": "MIT",
1640
1640
  "dependencies": {
1641
- "@typescript-eslint/project-service": "8.34.0",
1642
- "@typescript-eslint/tsconfig-utils": "8.34.0",
1643
- "@typescript-eslint/types": "8.34.0",
1644
- "@typescript-eslint/visitor-keys": "8.34.0",
1641
+ "@typescript-eslint/project-service": "8.34.1",
1642
+ "@typescript-eslint/tsconfig-utils": "8.34.1",
1643
+ "@typescript-eslint/types": "8.34.1",
1644
+ "@typescript-eslint/visitor-keys": "8.34.1",
1645
1645
  "debug": "^4.3.4",
1646
1646
  "fast-glob": "^3.3.2",
1647
1647
  "is-glob": "^4.0.3",
@@ -1661,16 +1661,16 @@
1661
1661
  }
1662
1662
  },
1663
1663
  "node_modules/@typescript-eslint/utils": {
1664
- "version": "8.34.0",
1665
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
1666
- "integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
1664
+ "version": "8.34.1",
1665
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.1.tgz",
1666
+ "integrity": "sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==",
1667
1667
  "dev": true,
1668
1668
  "license": "MIT",
1669
1669
  "dependencies": {
1670
1670
  "@eslint-community/eslint-utils": "^4.7.0",
1671
- "@typescript-eslint/scope-manager": "8.34.0",
1672
- "@typescript-eslint/types": "8.34.0",
1673
- "@typescript-eslint/typescript-estree": "8.34.0"
1671
+ "@typescript-eslint/scope-manager": "8.34.1",
1672
+ "@typescript-eslint/types": "8.34.1",
1673
+ "@typescript-eslint/typescript-estree": "8.34.1"
1674
1674
  },
1675
1675
  "engines": {
1676
1676
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1685,14 +1685,14 @@
1685
1685
  }
1686
1686
  },
1687
1687
  "node_modules/@typescript-eslint/visitor-keys": {
1688
- "version": "8.34.0",
1689
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
1690
- "integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
1688
+ "version": "8.34.1",
1689
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
1690
+ "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
1691
1691
  "dev": true,
1692
1692
  "license": "MIT",
1693
1693
  "dependencies": {
1694
- "@typescript-eslint/types": "8.34.0",
1695
- "eslint-visitor-keys": "^4.2.0"
1694
+ "@typescript-eslint/types": "8.34.1",
1695
+ "eslint-visitor-keys": "^4.2.1"
1696
1696
  },
1697
1697
  "engines": {
1698
1698
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.2",
12
+ "version": "0.36.4",
13
13
  "type": "module",
14
14
  "main": "./dist/index.cjs",
15
15
  "module": "./dist/index.js",