@tonightpass/react 0.0.107 → 0.0.109

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.107 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.109 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
  CJS dist/index.js 476.00 B
13
13
  CJS dist/index.js.map 2.09 KB
14
- CJS ⚡️ Build success in 86ms
14
+ CJS ⚡️ Build success in 84ms
15
15
  ESM dist/index.mjs 322.00 B
16
16
  ESM dist/index.mjs.map 2.09 KB
17
- ESM ⚡️ Build success in 87ms
17
+ ESM ⚡️ Build success in 84ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 3283ms
19
+ DTS ⚡️ Build success in 3205ms
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.109
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4c5beb1`](https://github.com/tonightpass/tonightpass/commit/4c5beb171610e943692dec16ca1f60e9704a4409)]:
8
+ - tonightpass@0.0.108
9
+
10
+ ## 0.0.108
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`5c172ad`](https://github.com/tonightpass/tonightpass/commit/5c172ad4e7152f4ebd3567a8cc8693683120cc5b)]:
15
+ - tonightpass@0.0.107
16
+
3
17
  ## 0.0.107
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.107",
3
+ "version": "0.0.109",
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.106"
18
+ "tonightpass": "^0.0.108"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"