@tonightpass/react 0.0.71 → 0.0.73

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,10 +1,10 @@
1
1
 
2
- > @tonightpass/react@0.0.71 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.73 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.2.4
7
+ CLI tsup v8.3.0
8
8
  CLI Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/react/tsup.config.ts
9
9
  CLI Target: esnext
10
10
  CJS Build start
@@ -16,6 +16,6 @@
16
16
  ESM dist/index.mjs.map 1006.00 B
17
17
  ESM ⚡️ Build success in 83ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2952ms
19
+ DTS ⚡️ Build success in 3059ms
20
20
  DTS dist/index.d.ts 6.82 KB
21
21
  DTS dist/index.d.mts 6.82 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.73
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`09d99c6`](https://github.com/tonightpass/tonightpass/commit/09d99c6e7d56323559c9750607c5f55baee9b7da)]:
8
+ - tonightpass@0.0.72
9
+
10
+ ## 0.0.72
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`fc82c2e`](https://github.com/tonightpass/tonightpass/commit/fc82c2ed21e563cd60b0e3f6e5c550eac2a865a0)]:
15
+ - tonightpass@0.0.71
16
+
3
17
  ## 0.0.71
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.71",
3
+ "version": "0.0.73",
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.70"
18
+ "tonightpass": "^0.0.72"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"