@xylabs/libauth 4.12.44 → 4.13.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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
/** @deprecated use actual libauth instead */
|
|
2
|
-
export declare const libauth = 1;
|
|
3
|
-
|
|
1
|
+
/** @deprecated use actual libauth instead */
|
|
2
|
+
export declare const libauth = 1;
|
|
3
|
+
|
|
4
|
+
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/libauth",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.0",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libauth",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"type": "module",
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
|
-
"types": "./dist/
|
|
31
|
+
"types": "./dist/neutral/index.d.ts",
|
|
32
32
|
"default": "./dist/neutral/index.mjs"
|
|
33
33
|
},
|
|
34
34
|
"./package.json": "./package.json"
|
|
35
35
|
},
|
|
36
36
|
"module": "./dist/neutral/index.mjs",
|
|
37
|
-
"types": "./dist/
|
|
37
|
+
"types": "./dist/neutral/index.d.ts",
|
|
38
38
|
"workspaces": [
|
|
39
39
|
"packages/**/*"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
43
|
-
"@xylabs/tsconfig": "^
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.7",
|
|
43
|
+
"@xylabs/tsconfig": "^7.0.0-rc.7",
|
|
44
44
|
"typescript": "^5.8.3"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,eAAO,MAAM,OAAO,IAAI,CAAA"}
|