@xylabs/url 2.11.1 → 2.11.3

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.
@@ -0,0 +1,9 @@
1
+ declare const BrowserUrl: {
2
+ new (url: string | URL, base?: string | URL | undefined): URL;
3
+ prototype: URL;
4
+ canParse(url: string | URL, base?: string | undefined): boolean;
5
+ createObjectURL(obj: Blob | MediaSource): string;
6
+ revokeObjectURL(url: string): void;
7
+ };
8
+ export { BrowserUrl };
9
+ //# sourceMappingURL=Url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["../../src/browser/Url.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU;;;;;;CAAM,CAAA;AACtB,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ const BrowserUrl = URL;
4
+
5
+ exports.BrowserUrl = BrowserUrl;
6
+ //# sourceMappingURL=Url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.js","sources":["../../src/browser/Url.ts"],"sourcesContent":["const BrowserUrl = URL;\nexport { BrowserUrl };\n//# sourceMappingURL=Url.js.map"],"names":[],"mappings":";;AAAK,MAAC,UAAU,GAAG;;;;"}
@@ -0,0 +1,4 @@
1
+ const BrowserUrl = URL;
2
+
3
+ export { BrowserUrl };
4
+ //# sourceMappingURL=Url.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.mjs","sources":["../../src/browser/Url.ts"],"sourcesContent":["const BrowserUrl = URL;\nexport { BrowserUrl };\n//# sourceMappingURL=Url.js.map"],"names":[],"mappings":"AAAK,MAAC,UAAU,GAAG;;;;"}
@@ -0,0 +1,2 @@
1
+ export * from './Url';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var Url = require('./Url.js');
4
+
5
+
6
+
7
+ exports.BrowserUrl = Url.BrowserUrl;
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -0,0 +1,2 @@
1
+ export { BrowserUrl } from './Url.mjs';
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export declare const URL: {
2
+ new (url: string | URL, base?: string | URL | undefined): URL;
3
+ prototype: URL;
4
+ canParse(url: string | URL, base?: string | undefined): boolean;
5
+ createObjectURL(obj: Blob | MediaSource): string;
6
+ revokeObjectURL(url: string): void;
7
+ };
8
+ //# sourceMappingURL=browserIndex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browserIndex.d.ts","sourceRoot":"","sources":["../src/browserIndex.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,GAAG;;;;;;CAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { URL } from 'node:url';
2
+ export { URL as NodeUrl };
3
+ //# sourceMappingURL=Url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["../../src/node/Url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AAC9B,OAAO,EAAE,GAAG,IAAI,OAAO,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var node_url = require('node:url');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, 'NodeUrl', {
8
+ enumerable: true,
9
+ get: function () { return node_url.URL; }
10
+ });
11
+ //# sourceMappingURL=Url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ export { URL as NodeUrl } from 'node:url';
2
+ //# sourceMappingURL=Url.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Url.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './Url';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var node_url = require('node:url');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, 'NodeUrl', {
8
+ enumerable: true,
9
+ get: function () { return node_url.URL; }
10
+ });
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ export { URL as NodeUrl } from 'node:url';
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ /// <reference types="node" />
2
+ import { NodeUrl } from './node';
3
+ export declare const URL: typeof NodeUrl;
4
+ //# sourceMappingURL=nodeIndex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nodeIndex.d.ts","sourceRoot":"","sources":["../src/nodeIndex.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAChC,eAAO,MAAM,GAAG,gBAAU,CAAA"}
package/package.json CHANGED
@@ -61,9 +61,10 @@
61
61
  "buffer": "^6.0.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@xylabs/ts-scripts-yarn3": "^3.0.0-rc.16",
65
- "@xylabs/tsconfig": "^3.0.0-rc.16",
66
- "@xylabs/tsconfig-dom": "^2.19.12"
64
+ "@xylabs/ts-scripts-yarn3": "^3.0.0",
65
+ "@xylabs/tsconfig": "^3.0.0",
66
+ "@xylabs/tsconfig-dom": "^3.0.0",
67
+ "typescript": "^5.2.2"
67
68
  },
68
69
  "publishConfig": {
69
70
  "access": "public"
@@ -73,5 +74,5 @@
73
74
  "url": "https://github.com/xylabs/sdk-js.git"
74
75
  },
75
76
  "sideEffects": false,
76
- "version": "2.11.1"
77
+ "version": "2.11.3"
77
78
  }