@faststats/react 0.8.2 → 0.10.0

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
@@ -20,7 +20,7 @@ function setInstance(wa) {
20
20
  //#endregion
21
21
  //#region src/analytics.tsx
22
22
  const SDK_NAME = "@faststats/react";
23
- const SDK_VERSION = "0.8.2";
23
+ const SDK_VERSION = "0.10.0";
24
24
  function Analytics(props) {
25
25
  const ownedRef = useRef(null);
26
26
  const propsRef = useRef(props);
@@ -1,2 +1,2 @@
1
- import { WebVitalsExtensionOptions, webVitals } from "@faststats/web/web-vitals";
2
- export { type WebVitalsExtensionOptions, webVitals };
1
+ import { webVitals } from "@faststats/web/web-vitals";
2
+ export { webVitals };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/faststats-dev/faststats-javascript.git"
6
6
  },
7
- "version": "0.8.2",
7
+ "version": "0.10.0",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.js",
@@ -51,13 +51,13 @@
51
51
  "react": ">=18"
52
52
  },
53
53
  "dependencies": {
54
- "@faststats/web": "^0.8.2"
54
+ "@faststats/web": "^0.10.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/node": "^26.2.0",
58
- "@types/react": "^19.2.18",
59
- "react": "^19.2.8",
57
+ "@types/node": "^26.4.1",
58
+ "@types/react": "^19.3.0",
59
+ "react": "^19.3.0",
60
60
  "tsdown": "^0.23.0",
61
- "typescript": "^6.0.3"
61
+ "typescript": "^7.0.2"
62
62
  }
63
63
  }