@ttoss/cloud-auth 0.3.0 → 0.3.1
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 +3 -3
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,9 +9,9 @@ $ tsup
|
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m4.17 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 127ms
|
|
13
13
|
[32mESM[39m [1mdist/esm/index.js [22m[32m3.10 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 133ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 14664ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.06 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.3.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.3.0...@ttoss/cloud-auth@0.3.1) (2022-12-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
9
|
+
|
|
6
10
|
# [0.3.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.2.0...@ttoss/cloud-auth@0.3.0) (2022-12-19)
|
|
7
11
|
|
|
8
12
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/cloud-auth",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"typings": "./dist/index.d.ts",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@ttoss/config": "^1.
|
|
11
|
+
"@ttoss/config": "^1.26.0",
|
|
12
12
|
"@types/jest": "^29.2.4",
|
|
13
13
|
"jest": "^29.3.1",
|
|
14
14
|
"typescript": "^4.9.4"
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "98cf227311c2f28ab73520c793bfe0bf0df27530"
|
|
20
20
|
}
|