@xylabs/libauth 4.13.3 → 4.13.5
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/browser/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated use actual libauth instead */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { }
|
|
1
|
+
/** @deprecated use actual libauth instead */
|
|
2
|
+
declare const libauth = 1;
|
|
3
|
+
|
|
4
|
+
export { libauth };
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated use actual libauth instead */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { }
|
|
1
|
+
/** @deprecated use actual libauth instead */
|
|
2
|
+
declare const libauth = 1;
|
|
3
|
+
|
|
4
|
+
export { libauth };
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated use actual libauth instead */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { }
|
|
1
|
+
/** @deprecated use actual libauth instead */
|
|
2
|
+
declare const libauth = 1;
|
|
3
|
+
|
|
4
|
+
export { libauth };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/libauth",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.5",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libauth",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"packages/**/*"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.
|
|
43
|
-
"@xylabs/tsconfig": "^7.0.0-rc.
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
|
|
43
|
+
"@xylabs/tsconfig": "^7.0.0-rc.8",
|
|
44
44
|
"typescript": "^5.8.3"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|