Package not found. Please check the package name and try again.

@push.rocks/smartdns 7.9.3 → 7.10.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.
package/.smartconfig.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "targets": [
4
4
  "linux_amd64",
5
5
  "linux_arm64"
6
- ]
6
+ ],
7
+ "static": true
7
8
  },
8
9
  "@git.zone/cli": {
9
10
  "projectType": "npm",
@@ -14,14 +15,37 @@
14
15
  "description": "A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.",
15
16
  "npmPackagename": "@push.rocks/smartdns",
16
17
  "license": "MIT",
17
- "projectDomain": "push.rocks"
18
+ "projectDomain": "push.rocks",
19
+ "keywords": [
20
+ "TypeScript",
21
+ "DNS",
22
+ "DNS records",
23
+ "DNS resolution",
24
+ "DNS management",
25
+ "DNSSEC",
26
+ "Node.js",
27
+ "Google DNS",
28
+ "Cloudflare",
29
+ "UDP DNS",
30
+ "HTTPS DNS",
31
+ "ACME",
32
+ "Let's Encrypt",
33
+ "SSL Certificates",
34
+ "Feature Flagging",
35
+ "Domain Propagation",
36
+ "DNS Server"
37
+ ]
18
38
  },
19
39
  "release": {
20
- "registries": [
21
- "https://verdaccio.lossless.digital",
22
- "https://registry.npmjs.org"
23
- ],
24
- "accessLevel": "public"
40
+ "targets": {
41
+ "npm": {
42
+ "registries": [
43
+ "https://verdaccio.lossless.digital",
44
+ "https://registry.npmjs.org"
45
+ ],
46
+ "accessLevel": "public"
47
+ }
48
+ }
25
49
  }
26
50
  },
27
51
  "@git.zone/tsdoc": {
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdns',
6
- version: '7.9.3',
6
+ version: '7.10.1',
7
7
  description: 'A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.'
8
8
  };
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHlMQUF5TDtDQUN2TSxDQUFBIn0=
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHlMQUF5TDtDQUN2TSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartdns",
3
- "version": "7.9.3",
3
+ "version": "7.10.1",
4
4
  "private": false,
5
5
  "description": "A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.",
6
6
  "exports": {
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@git.zone/tsbuild": "^4.4.2",
51
51
  "@git.zone/tsrun": "^2.0.4",
52
- "@git.zone/tsrust": "^1.3.4",
52
+ "@git.zone/tsrust": "^1.4.1",
53
53
  "@git.zone/tstest": "^3.6.6",
54
54
  "@types/dns-packet": "^5.6.5",
55
55
  "@types/lodash.clonedeep": "^4.5.9",
@@ -67,7 +67,6 @@
67
67
  "cli.js",
68
68
  ".smartconfig.json",
69
69
  "license",
70
- "npmextra.json",
71
70
  "readme.md"
72
71
  ],
73
72
  "browserslist": [
@@ -76,6 +75,7 @@
76
75
  "type": "module",
77
76
  "scripts": {
78
77
  "test": "(tstest test/ --verbose --timeout 60)",
78
+ "test:rust": "(cd rust && cargo test)",
79
79
  "build": "(tsbuild tsfolders --web) && (tsrust)",
80
80
  "buildDocs": "tsdoc"
81
81
  }
package/readme.hints.md CHANGED
@@ -145,4 +145,10 @@ The test suite demonstrates:
145
145
 
146
146
  ## Known Limitations
147
147
 
148
- 1. **Handler Deduplication**: If the same handler is registered multiple times, it will contribute duplicate records (this may be desired behavior for some use cases)
148
+ 1. **Handler Deduplication**: If the same handler is registered multiple times, it will contribute duplicate records (this may be desired behavior for some use cases)
149
+ ## Static Rust Binaries
150
+
151
+ - The Rust binaries in `dist_rust/` are statically linked (static-pie) via `"static": true` in the `@git.zone/tsrust` block of `.smartconfig.json` (tsrust >= 1.4.1). They run on both glibc (Debian/Ubuntu) and musl (Alpine) systems.
152
+ - tsrust injects `RUSTFLAGS="-C target-feature=+crt-static"` only into its own per-target cargo invocations and verifies the result (no `PT_INTERP` ELF header). Keep `rust/.cargo/config.toml` free of `rustflags` entries: the injected env variable would replace them, and a repo-wide `rustflags` would also break plain `cargo test`/`cargo check` (proc-macros cannot build with `+crt-static` on linux-gnu without an explicit `--target`).
153
+ - `pnpm run test:rust` runs the Rust unit tests; plain `cargo test` in `rust/` works as well.
154
+ - Verify linkage manually with `ldd dist_rust/<binary>_linux_amd64` → "statically linked".
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartdns',
6
- version: '7.9.3',
6
+ version: '7.10.1',
7
7
  description: 'A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.'
8
8
  }
package/npmextra.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "@git.zone/tsrust": {
3
- "targets": [
4
- "linux_amd64",
5
- "linux_arm64"
6
- ]
7
- },
8
- "@git.zone/cli": {
9
- "projectType": "npm",
10
- "module": {
11
- "githost": "code.foss.global",
12
- "gitscope": "push.rocks",
13
- "gitrepo": "smartdns",
14
- "description": "A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.",
15
- "npmPackagename": "@push.rocks/smartdns",
16
- "license": "MIT",
17
- "keywords": [
18
- "TypeScript",
19
- "DNS",
20
- "DNS records",
21
- "DNS resolution",
22
- "DNS management",
23
- "DNSSEC",
24
- "Node.js",
25
- "Google DNS",
26
- "Cloudflare",
27
- "UDP DNS",
28
- "HTTPS DNS",
29
- "ACME",
30
- "Let's Encrypt",
31
- "SSL Certificates",
32
- "Feature Flagging",
33
- "Domain Propagation",
34
- "DNS Server"
35
- ]
36
- },
37
- "release": {
38
- "registries": [
39
- "https://verdaccio.lossless.digital",
40
- "https://registry.npmjs.org"
41
- ],
42
- "accessLevel": "public"
43
- }
44
- },
45
- "@git.zone/tsdoc": {
46
- "legal": "\n## License and Legal Information\n\nThis repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. \n\n**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.\n\n### Trademarks\n\nThis project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.\n\n### Company Information\n\nTask Venture Capital GmbH \nRegistered at District court Bremen HRB 35230 HB, Germany\n\nFor any legal inquiries or if you require further information, please contact us via email at hello@task.vc.\n\nBy using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.\n"
47
- },
48
- "@ship.zone/szci": {
49
- "npmGlobalTools": [],
50
- "npmRegistryUrl": "registry.npmjs.org"
51
- }
52
- }