@dbx-tools/auth 0.6.176 → 0.6.179
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +7 -7
package/index.ts
CHANGED
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.
|
|
1573
|
+
var PACKAGE_VERSION = "0.6.179";
|
|
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.
|
|
9
|
+
"@dbx-tools/shared-core": "0.6.179",
|
|
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.
|
|
15
|
+
"version": "0.6.179",
|
|
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.
|
|
32
|
-
"@dbx-tools/auth-linux-arm64-gnu": "0.6.
|
|
33
|
-
"@dbx-tools/auth-darwin-x64": "0.6.
|
|
34
|
-
"@dbx-tools/auth-darwin-arm64": "0.6.
|
|
35
|
-
"@dbx-tools/auth-win32-x64-msvc": "0.6.
|
|
31
|
+
"@dbx-tools/auth-linux-x64-gnu": "0.6.179",
|
|
32
|
+
"@dbx-tools/auth-linux-arm64-gnu": "0.6.179",
|
|
33
|
+
"@dbx-tools/auth-darwin-x64": "0.6.179",
|
|
34
|
+
"@dbx-tools/auth-darwin-arm64": "0.6.179",
|
|
35
|
+
"@dbx-tools/auth-win32-x64-msvc": "0.6.179"
|
|
36
36
|
},
|
|
37
37
|
"dbxToolsConfig": {
|
|
38
38
|
"uniffi": true,
|