accounts 0.4.12 → 0.4.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # accounts
2
2
 
3
+ ## 0.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 0df27dd: Added `*.localhost` and `benedict.dev` to trusted hosts.
8
+
3
9
  ## 0.4.12
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  * Supports wildcard patterns (e.g. `*.workers.dev`).
7
7
  */
8
8
  export declare const hosts: {
9
- readonly 'tempo.xyz': readonly ["localhost", "*.tempo.xyz", "promptgolf.sh", "app.polyhedge.capital", "tempodex.vercel.app", "currencycompetition.com", "tempai.town", "print-a-tshirt.com", "*.porto.workers.dev"];
9
+ readonly 'tempo.xyz': readonly ["localhost", "*.localhost", "*.tempo.xyz", "promptgolf.sh", "app.polyhedge.capital", "tempodex.vercel.app", "currencycompetition.com", "tempai.town", "print-a-tshirt.com", "*.porto.workers.dev", "benedict.dev"];
10
10
  };
11
11
  /**
12
12
  * Returns `true` if `hostname` matches any pattern in `trustedHosts`.
@@ -1 +1 @@
1
- {"version":3,"file":"TrustedHosts.d.ts","sourceRoot":"","sources":["../../src/core/TrustedHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,KAAK;;CAYoC,CAAA;AAEtD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,YAAY,EAAE,SAAS,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,WAMtE"}
1
+ {"version":3,"file":"TrustedHosts.d.ts","sourceRoot":"","sources":["../../src/core/TrustedHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,KAAK;;CAcoC,CAAA;AAEtD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,YAAY,EAAE,SAAS,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,WAMtE"}
@@ -8,6 +8,7 @@
8
8
  export const hosts = {
9
9
  'tempo.xyz': [
10
10
  'localhost',
11
+ '*.localhost',
11
12
  '*.tempo.xyz',
12
13
  'promptgolf.sh',
13
14
  'app.polyhedge.capital',
@@ -16,6 +17,7 @@ export const hosts = {
16
17
  'tempai.town',
17
18
  'print-a-tshirt.com',
18
19
  '*.porto.workers.dev',
20
+ 'benedict.dev',
19
21
  ],
20
22
  };
21
23
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"TrustedHosts.js","sourceRoot":"","sources":["../../src/core/TrustedHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB,WAAW,EAAE;QACX,WAAW;QACX,aAAa;QACb,eAAe;QACf,uBAAuB;QACvB,qBAAqB;QACrB,yBAAyB;QACzB,aAAa;QACb,oBAAoB;QACpB,qBAAqB;KACtB;CACmD,CAAA;AAEtD;;;;GAIG;AACH,MAAM,UAAU,KAAK,CAAC,YAA+B,EAAE,QAAgB;IACrE,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE;QACnC,IAAI,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC;YAC1B,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,CAAA;QACpF,OAAO,OAAO,KAAK,QAAQ,CAAA;IAC7B,CAAC,CAAC,CAAA;AACJ,CAAC"}
1
+ {"version":3,"file":"TrustedHosts.js","sourceRoot":"","sources":["../../src/core/TrustedHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB,WAAW,EAAE;QACX,WAAW;QACX,aAAa;QACb,aAAa;QACb,eAAe;QACf,uBAAuB;QACvB,qBAAqB;QACrB,yBAAyB;QACzB,aAAa;QACb,oBAAoB;QACpB,qBAAqB;QACrB,cAAc;KACf;CACmD,CAAA;AAEtD;;;;GAIG;AACH,MAAM,UAAU,KAAK,CAAC,YAA+B,EAAE,QAAgB;IACrE,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE;QACnC,IAAI,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC;YAC1B,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,CAAA;QACpF,OAAO,OAAO,KAAK,QAAQ,CAAA;IAC7B,CAAC,CAAC,CAAA;AACJ,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "accounts",
3
3
  "description": "Tempo Accounts SDK",
4
4
  "type": "module",
5
- "version": "0.4.12",
5
+ "version": "0.4.13",
6
6
  "dependencies": {
7
7
  "@remix-run/fetch-router": "~0.17.0",
8
8
  "idb-keyval": "^6.2.2",
@@ -8,6 +8,7 @@
8
8
  export const hosts = {
9
9
  'tempo.xyz': [
10
10
  'localhost',
11
+ '*.localhost',
11
12
  '*.tempo.xyz',
12
13
  'promptgolf.sh',
13
14
  'app.polyhedge.capital',
@@ -16,6 +17,7 @@ export const hosts = {
16
17
  'tempai.town',
17
18
  'print-a-tshirt.com',
18
19
  '*.porto.workers.dev',
20
+ 'benedict.dev',
19
21
  ],
20
22
  } as const satisfies Record<string, readonly string[]>
21
23