@chrome-stats/app-pass-sdk 1.0.1 → 1.0.2

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/dist/index.js CHANGED
@@ -24,7 +24,7 @@ __export(index_exports, {
24
24
  checkAppPass: () => checkAppPass
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
- var urlBase = "http://localhost:8080";
27
+ var urlBase = "https://chrome-stats.com";
28
28
  async function checkStatus() {
29
29
  const hasPermission = await chrome.permissions.contains({
30
30
  origins: [`${urlBase}/`]
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var urlBase = "http://localhost:8080";
2
+ var urlBase = "https://chrome-stats.com";
3
3
  async function checkStatus() {
4
4
  const hasPermission = await chrome.permissions.contains({
5
5
  origins: [`${urlBase}/`]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-stats/app-pass-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SDK for Chrome Stats App Pass integration",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",