@xframework/stripe 0.4.1 → 0.4.2
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @xframework/stripe@0.4.
|
2
|
+
> @xframework/stripe@0.4.2 build /home/runner/work/x/x/packages/@xframework/stripe
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
@@ -12,11 +12,11 @@
|
|
12
12
|
[34mESM[39m Build start
|
13
13
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.79 KB[39m
|
14
14
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1.61 KB[39m
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
15
|
+
[32mCJS[39m ⚡️ Build success in 41ms
|
16
16
|
[32mESM[39m [1mdist/index.js [22m[32m795.00 B[39m
|
17
17
|
[32mESM[39m [1mdist/index.js.map [22m[32m1.57 KB[39m
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
18
|
+
[32mESM[39m ⚡️ Build success in 42ms
|
19
19
|
[34mDTS[39m Build start
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
20
|
+
[32mDTS[39m ⚡️ Build success in 6034ms
|
21
21
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m540.00 B[39m
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m540.00 B[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xframework/stripe",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.2",
|
4
4
|
"type": "module",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"access": "public"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@xframework/x": "0.4.
|
19
|
+
"@xframework/x": "0.4.2"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
22
22
|
"stripe": ">=17.0.0"
|