@atproto/oauth-client-browser-example 0.1.0-next.0 → 0.1.0

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/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>OAuth Client Example</title>
7
- <script type="module" crossorigin src="/assets/index-xd1N2RBx.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-BWs9zgtD.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-D_2JLQTh.css">
9
9
  </head>
10
10
  <body class="min-h-screen bg-slate-100 dark:bg-slate-800">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-browser-example",
3
- "version": "0.1.0-next.0",
3
+ "version": "0.1.0",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -43,12 +43,12 @@
43
43
  "react-json-view": "^1.21.3",
44
44
  "tailwindcss": "^4.1.3",
45
45
  "vite": "^6.2.0",
46
- "@atproto-labs/rollup-plugin-bundle-manifest": "^0.3.0-next.0",
47
- "@atproto/lex": "^0.1.0-next.0",
48
- "@atproto/oauth-client-browser": "^0.4.0-next.0"
46
+ "@atproto/lex": "^0.1.0",
47
+ "@atproto-labs/rollup-plugin-bundle-manifest": "^0.3.0",
48
+ "@atproto/oauth-client-browser": "^0.4.0"
49
49
  },
50
50
  "scripts": {
51
- "codegen": "lex build --override --indexFile --lexicons ../../../lexicons --out ./src/lexicons",
51
+ "codegen": "lex build --clear --indexFile --lexicons ../../../lexicons --out ./src/lexicons",
52
52
  "prebuild": "pnpm run codegen",
53
53
  "build": "vite build --emptyOutDir -- ignore additional npm args",
54
54
  "dev": "vite --port 8080 --host 127.0.0.1"