@xylabs/platform 4.13.4 → 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.
@@ -1,9 +1,7 @@
1
- import type { subtle as subtle_2 } from 'node:crypto';
2
-
3
- export declare const isBrowser: () => boolean;
4
-
5
- export declare const isWebworker: () => boolean;
6
-
7
- export declare const subtle: typeof subtle_2;
8
-
9
- export { }
1
+ import { subtle as subtle$1 } from 'node:crypto';
2
+
3
+ declare const isBrowser: () => boolean;
4
+ declare const isWebworker: () => boolean;
5
+ declare const subtle: typeof subtle$1;
6
+
7
+ export { isBrowser, isWebworker, subtle };
@@ -1,9 +1,6 @@
1
- import { subtle } from 'node:crypto';
2
-
3
- export declare const isBrowser: () => boolean;
4
-
5
- export declare const isWebworker: () => boolean;
6
-
7
- export { subtle }
8
-
9
- export { }
1
+ export { subtle } from 'node:crypto';
2
+
3
+ declare const isBrowser: () => boolean;
4
+ declare const isWebworker: () => boolean;
5
+
6
+ export { isBrowser, isWebworker };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/platform",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "platform",
@@ -47,8 +47,8 @@
47
47
  "types": "./dist/browser/browser/index.d.ts",
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.13",
50
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.7",
51
- "@xylabs/tsconfig": "^7.0.0-rc.7",
50
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
51
+ "@xylabs/tsconfig": "^7.0.0-rc.8",
52
52
  "typescript": "^5.8.3"
53
53
  },
54
54
  "engines": {