@dtect/security-sdk-react 0.0.4 → 0.0.6

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.
@@ -12,9 +12,9 @@
12
12
  ESM dist/index.mjs 1.98 KB
13
13
  ESM ⚡️ Build success in 10ms
14
14
  CJS dist/index.js 2.59 KB
15
- CJS ⚡️ Build success in 12ms
15
+ CJS ⚡️ Build success in 11ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 639ms
17
+ DTS ⚡️ Build success in 650ms
18
18
  DTS dist/index.d.ts 1.55 KB
19
19
  DTS dist/index.d.mts 1.55 KB
20
- ✨ Done in 1.14s.
20
+ ✨ Done in 1.15s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dtect/security-sdk-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "ts:check": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@dtect/security-sdk-js": "*",
12
+ "@dtect/security-sdk-js": "^0.0.6",
13
13
  "@tanstack/react-query": "^5.64.1",
14
14
  "react": "^19.0.0",
15
15
  "react-dom": "^19.0.0"