@xylabs/url 2.13.19 → 2.13.21

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,2 @@
1
- import { URL } from 'node:url';
2
- export { URL };
1
+ export { URL } from 'node:url';
3
2
  //# sourceMappingURL=Url.d.ts.map
@@ -1 +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,EAAE,CAAA"}
1
+ {"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["../../src/node/Url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA"}
@@ -1,3 +1,2 @@
1
- import { URL } from 'node:url';
2
- export { URL };
1
+ export { URL } from 'node:url';
3
2
  //# sourceMappingURL=Url.d.ts.map
@@ -1 +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,EAAE,CAAA"}
1
+ {"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["../../src/node/Url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA"}
@@ -1,3 +1,2 @@
1
- import { URL } from 'node:url';
2
- export { URL };
1
+ export { URL } from 'node:url';
3
2
  //# sourceMappingURL=Url.d.ts.map
@@ -1 +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,EAAE,CAAA"}
1
+ {"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["../../src/node/Url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/node/index.ts","../../src/node/Url.ts"],"sourcesContent":["export * from './Url'\n","import { URL } from 'node:url'\nexport { URL }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,sBAAoB;","names":[]}
1
+ {"version":3,"sources":["../../src/node/index.ts","../../src/node/Url.ts"],"sourcesContent":["export * from './Url'\n","export { URL } from 'node:url'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,sBAAoB;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/node/Url.ts"],"sourcesContent":["import { URL } from 'node:url'\nexport { URL }\n"],"mappings":";AAAA,SAAS,WAAW;","names":[]}
1
+ {"version":3,"sources":["../../src/node/Url.ts"],"sourcesContent":["export { URL } from 'node:url'\n"],"mappings":";AAAA,SAAS,WAAW;","names":[]}
package/package.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "module": "./dist/node/index.js",
40
40
  "homepage": "https://xylabs.com",
41
41
  "keywords": [
42
+ "url",
42
43
  "xylabs",
43
44
  "utility",
44
45
  "typescript",
@@ -48,19 +49,22 @@
48
49
  "buffer": "^6.0.3"
49
50
  },
50
51
  "devDependencies": {
51
- "@xylabs/ts-scripts-yarn3": "^3.2.10",
52
- "@xylabs/tsconfig": "^3.2.10",
53
- "@xylabs/tsconfig-dom": "^3.2.10",
54
- "typescript": "^5.3.2"
52
+ "@xylabs/ts-scripts-yarn3": "^3.2.25",
53
+ "@xylabs/tsconfig": "^3.2.25",
54
+ "@xylabs/tsconfig-dom": "^3.2.25",
55
+ "typescript": "^5.3.3"
55
56
  },
56
57
  "publishConfig": {
57
58
  "access": "public"
58
59
  },
60
+ "engines": {
61
+ "node": ">=18"
62
+ },
59
63
  "repository": {
60
64
  "type": "git",
61
65
  "url": "https://github.com/xylabs/sdk-js.git"
62
66
  },
63
67
  "sideEffects": false,
64
- "version": "2.13.19",
68
+ "version": "2.13.21",
65
69
  "type": "module"
66
70
  }
package/src/node/Url.ts CHANGED
@@ -1,2 +1 @@
1
- import { URL } from 'node:url'
2
- export { URL }
1
+ export { URL } from 'node:url'