@dbx-tools/auth 0.6.177 → 0.6.180

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/index.ts CHANGED
@@ -3,5 +3,5 @@
3
3
  // Hand edits are overwritten on the next watch; this file is read-only.
4
4
 
5
5
  export const PACKAGE_IDENTIFIER = "@dbx-tools/auth";
6
- export const PACKAGE_VERSION = "0.6.177";
6
+ export const PACKAGE_VERSION = "0.6.180";
7
7
  export * from "./src/bindings.ts";
package/lib/index.js CHANGED
@@ -1570,7 +1570,7 @@ async function uniffiInitAsync() {}
1570
1570
 
1571
1571
  // index.ts
1572
1572
  var PACKAGE_IDENTIFIER = "@dbx-tools/auth";
1573
- var PACKAGE_VERSION = "0.6.177";
1573
+ var PACKAGE_VERSION = "0.6.180";
1574
1574
  export {
1575
1575
  _bindings_default as uniffiModule,
1576
1576
  uniffiInitAsync,
package/package.json CHANGED
@@ -6,13 +6,13 @@
6
6
  "directory": "packages/js/node/auth"
7
7
  },
8
8
  "dependencies": {
9
- "@dbx-tools/shared-core": "0.6.177",
9
+ "@dbx-tools/shared-core": "0.6.180",
10
10
  "@ubjs/core": "0.31.0-5",
11
11
  "@ubjs/node": "0.31.0-5"
12
12
  },
13
13
  "main": "./lib/index.js",
14
14
  "license": "Apache-2.0",
15
- "version": "0.6.177",
15
+ "version": "0.6.180",
16
16
  "types": "./index.ts",
17
17
  "type": "module",
18
18
  "exports": {
@@ -28,11 +28,11 @@
28
28
  "lib"
29
29
  ],
30
30
  "optionalDependencies": {
31
- "@dbx-tools/auth-linux-x64-gnu": "0.6.177",
32
- "@dbx-tools/auth-linux-arm64-gnu": "0.6.177",
33
- "@dbx-tools/auth-darwin-x64": "0.6.177",
34
- "@dbx-tools/auth-darwin-arm64": "0.6.177",
35
- "@dbx-tools/auth-win32-x64-msvc": "0.6.177"
31
+ "@dbx-tools/auth-linux-x64-gnu": "0.6.180",
32
+ "@dbx-tools/auth-linux-arm64-gnu": "0.6.180",
33
+ "@dbx-tools/auth-darwin-x64": "0.6.180",
34
+ "@dbx-tools/auth-darwin-arm64": "0.6.180",
35
+ "@dbx-tools/auth-win32-x64-msvc": "0.6.180"
36
36
  },
37
37
  "dbxToolsConfig": {
38
38
  "uniffi": true,