@civic/auth 0.1.1-beta.0 → 0.1.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.
@@ -1,13 +1,13 @@
1
1
 
2
2
  
3
- > @civic/auth@0.1.1-beta.0 build /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
3
+ > @civic/auth@0.1.1 build /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
4
4
  > pnpm build:cjs && pnpm build:esm
5
5
 
6
6
 
7
- > @civic/auth@0.1.1-beta.0 build:cjs /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
7
+ > @civic/auth@0.1.1 build:cjs /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
8
8
  > tsc -p tsconfig.cjs.json --noEmit false && tsc-alias -p tsconfig.cjs.json
9
9
 
10
10
 
11
- > @civic/auth@0.1.1-beta.0 build:esm /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
11
+ > @civic/auth@0.1.1 build:esm /Users/kevincolgan/code/civic-auth/packages/civic-auth-client
12
12
  > tsc -p tsconfig.esm.json --noEmit false && tsc-alias -p tsconfig.esm.json
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civic/auth",
3
- "version": "0.1.1-beta.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.ts",