BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup

This commit is contained in:
Bernt
2026-07-28 23:08:32 +00:00
parent 0b4f160af1
commit af874040ca
11541 changed files with 1654104 additions and 1103 deletions
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-array` (CommonJS)
// See upstream license: https://github.com/d3/d3-array/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-array`
module.exports = require("../lib-vendor/d3-array/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-color` (CommonJS)
// See upstream license: https://github.com/d3/d3-color/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-color`
module.exports = require("../lib-vendor/d3-color/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-ease` (CommonJS)
// See upstream license: https://github.com/d3/d3-ease/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-ease`
module.exports = require("../lib-vendor/d3-ease/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-format` (CommonJS)
// See upstream license: https://github.com/d3/d3-format/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-format`
module.exports = require("../lib-vendor/d3-format/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-interpolate` (CommonJS)
// See upstream license: https://github.com/d3/d3-interpolate/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-interpolate`
module.exports = require("../lib-vendor/d3-interpolate/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-path` (CommonJS)
// See upstream license: https://github.com/d3/d3-path/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-path`
module.exports = require("../lib-vendor/d3-path/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-scale` (CommonJS)
// See upstream license: https://github.com/d3/d3-scale/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-scale`
module.exports = require("../lib-vendor/d3-scale/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-shape` (CommonJS)
// See upstream license: https://github.com/d3/d3-shape/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-shape`
module.exports = require("../lib-vendor/d3-shape/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-time-format` (CommonJS)
// See upstream license: https://github.com/d3/d3-time-format/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time-format`
module.exports = require("../lib-vendor/d3-time-format/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-time` (CommonJS)
// See upstream license: https://github.com/d3/d3-time/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time`
module.exports = require("../lib-vendor/d3-time/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-timer` (CommonJS)
// See upstream license: https://github.com/d3/d3-timer/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-timer`
module.exports = require("../lib-vendor/d3-timer/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/d3-voronoi` (CommonJS)
// See upstream license: https://github.com/d3/d3-voronoi/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-voronoi`
module.exports = require("../lib-vendor/d3-voronoi/src/index.js");
+6
View File
@@ -0,0 +1,6 @@
// `victory-vendor/internmap` (CommonJS)
// See upstream license: https://github.com/mbostock/internmap/blob/main/LICENSE
//
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/internmap`
module.exports = require("../lib-vendor/internmap/src/index.js");