@createiq/backend-licenses 1.0.10 → 1.0.11

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.
package/oss-licenses.json CHANGED
@@ -1527,6 +1527,7 @@
1527
1527
  },
1528
1528
  {
1529
1529
  "name": "org.apache.logging.log4j:log4j-api",
1530
+ "website": "https://logging.apache.org/log4j/2.x/",
1530
1531
  "licenses": {
1531
1532
  "license": "Apache-2.0"
1532
1533
  },
@@ -1534,6 +1535,7 @@
1534
1535
  },
1535
1536
  {
1536
1537
  "name": "org.apache.logging.log4j:log4j-to-slf4j",
1538
+ "website": "https://logging.apache.org/log4j/2.x/",
1537
1539
  "licenses": {
1538
1540
  "license": "Apache-2.0"
1539
1541
  },
@@ -1 +1 @@
1
- b74f7846cd683b409ba192e247f89b9556639629fd99bd413762dcb97c902f1d
1
+ d836683c0f16dc37a35049ac4791b1cec07cb5b24bcf5fb48a072fc2e266b823
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend-licenses",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",