@tonightpass/react 0.0.64 → 0.0.66

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @tonightpass/react@0.0.64 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.66 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  ESM dist/index.mjs 261.00 B
13
13
  ESM dist/index.mjs.map 1006.00 B
14
- ESM ⚡️ Build success in 85ms
14
+ ESM ⚡️ Build success in 81ms
15
15
  CJS dist/index.js 440.00 B
16
16
  CJS dist/index.js.map 1014.00 B
17
- CJS ⚡️ Build success in 86ms
17
+ CJS ⚡️ Build success in 82ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2944ms
19
+ DTS ⚡️ Build success in 2965ms
20
20
  DTS dist/index.d.ts 6.72 KB
21
21
  DTS dist/index.d.mts 6.72 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.66
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`336b84e`](https://github.com/tonightpass/tonightpass/commit/336b84e188174b009ef8e8537fdfd52c2b09f2e5)]:
8
+ - tonightpass@0.0.65
9
+
10
+ ## 0.0.65
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`7f101a4`](https://github.com/tonightpass/tonightpass/commit/7f101a46dbe4698a62af7c5815a002890484368f)]:
15
+ - tonightpass@0.0.64
16
+
3
17
  ## 0.0.64
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
4
4
  "description": "@tonightpass react sdk.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "swr": "^2.2.5",
18
- "tonightpass": "^0.0.63"
18
+ "tonightpass": "^0.0.65"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"