@xylabs/url 2.11.0 → 2.11.1

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
+ 'use strict';
2
+
3
+ var index = require('./index.js');
4
+ require('node:url');
5
+
6
+ const URL = index.BrowserUrl;
7
+
8
+ exports.URL = URL;
9
+ //# sourceMappingURL=browserIndex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browserIndex.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import { BrowserUrl } from './index.mjs';
2
+ import 'node:url';
3
+
4
+ const URL = BrowserUrl;
5
+
6
+ export { URL };
7
+ //# sourceMappingURL=browserIndex.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browserIndex.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var node_url = require('node:url');
4
+
5
+ const URL = node_url.URL;
6
+
7
+ exports.URL = URL;
8
+ //# sourceMappingURL=nodeIndex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nodeIndex.js","sources":["../src/nodeIndex.ts"],"sourcesContent":[null],"names":["NodeUrl"],"mappings":";;;;AAAS,MAAA,GAAO,GAAEA;;;;"}
@@ -0,0 +1,6 @@
1
+ import { URL as URL$1 } from 'node:url';
2
+
3
+ const URL = URL$1;
4
+
5
+ export { URL };
6
+ //# sourceMappingURL=nodeIndex.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nodeIndex.mjs","sources":["../src/nodeIndex.ts"],"sourcesContent":[null],"names":["NodeUrl"],"mappings":";;AAAS,MAAA,GAAO,GAAEA;;;;"}
package/package.json CHANGED
@@ -61,8 +61,8 @@
61
61
  "buffer": "^6.0.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@xylabs/ts-scripts-yarn3": "^3.0.0-rc.15",
65
- "@xylabs/tsconfig": "^3.0.0-rc.15",
64
+ "@xylabs/ts-scripts-yarn3": "^3.0.0-rc.16",
65
+ "@xylabs/tsconfig": "^3.0.0-rc.16",
66
66
  "@xylabs/tsconfig-dom": "^2.19.12"
67
67
  },
68
68
  "publishConfig": {
@@ -73,5 +73,5 @@
73
73
  "url": "https://github.com/xylabs/sdk-js.git"
74
74
  },
75
75
  "sideEffects": false,
76
- "version": "2.11.0"
76
+ "version": "2.11.1"
77
77
  }