@tonightpass/react 0.0.113 → 0.0.115

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.113 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.115 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,13 +9,13 @@
9
9
  CLI Target: esnext
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 476.00 B
13
- CJS dist/index.js.map 2.09 KB
14
- CJS ⚡️ Build success in 106ms
15
12
  ESM dist/index.mjs 322.00 B
16
13
  ESM dist/index.mjs.map 2.09 KB
17
- ESM ⚡️ Build success in 107ms
14
+ ESM ⚡️ Build success in 84ms
15
+ CJS dist/index.js 476.00 B
16
+ CJS dist/index.js.map 2.09 KB
17
+ CJS ⚡️ Build success in 84ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 3321ms
19
+ DTS ⚡️ Build success in 3363ms
20
20
  DTS dist/index.d.ts 944.00 B
21
21
  DTS dist/index.d.mts 944.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c67af31`](https://github.com/tonightpass/tonightpass/commit/c67af316e99afa56392704c802e5eb037d1b2e0e)]:
8
+ - tonightpass@0.0.114
9
+
10
+ ## 0.0.114
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`21e2771`](https://github.com/tonightpass/tonightpass/commit/21e2771ffc99fa394e5eb605e0d2c6ec05bf8d34)]:
15
+ - tonightpass@0.0.113
16
+
3
17
  ## 0.0.113
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.113",
3
+ "version": "0.0.115",
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.112"
18
+ "tonightpass": "^0.0.114"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"