@ychris12138/dsh-usage-stats 0.2.7 → 0.2.8

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/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * half's loopback-only endpoints via same-origin fetch.
9
9
  */
10
10
  window.__ModuleLoader__.load({
11
- id: "dsh-usage-stats",
11
+ id: "@ychris12138/dsh-usage-stats",
12
12
  factory: (require) => {
13
13
  var module = { exports: {} };
14
14
  var exports = module.exports;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ychris12138/dsh-usage-stats",
3
3
  "description": "Token usage heatmap, provider balances, and subscription quotas for the dsh web GUI",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Ychris12138/dsh-usage-stats.git"