@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.
@@ -9,9 +9,9 @@ $ tsup
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  CJS dist/index.js 4.17 KB
12
- CJS ⚡️ Build success in 103ms
12
+ CJS ⚡️ Build success in 127ms
13
13
  ESM dist/esm/index.js 3.10 KB
14
- ESM ⚡️ Build success in 107ms
14
+ ESM ⚡️ Build success in 133ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 17579ms
16
+ DTS ⚡️ Build success in 14664ms
17
17
  DTS dist/index.d.ts 3.06 KB
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.0",
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.25.0",
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": "b697061d84f3b079619befbfb150e587f455dd1c"
19
+ "gitHead": "98cf227311c2f28ab73520c793bfe0bf0df27530"
20
20
  }