@dagger.io/dagger 0.17.0 → 0.17.2
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/dist/src/api/client.gen.d.ts +69 -76
- package/dist/src/api/client.gen.d.ts.map +1 -1
- package/dist/src/api/client.gen.js +115 -79
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +0 -1
- package/dist/src/provisioning/default.d.ts +1 -1
- package/dist/src/provisioning/default.js +1 -1
- package/dist/src/telemetry/init.d.ts.map +1 -1
- package/dist/src/telemetry/init.js +2 -3
- package/package.json +12 -12
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAG/C,cAAc,qBAAqB,CAAA;AAGnC,cAAc,0BAA0B,CAAA;AAGxC,YAAY,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAGnD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAG7C,cAAc,wBAAwB,CAAA;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA"}
|
package/dist/src/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CLI_VERSION = "0.17.
|
|
1
|
+
export declare const CLI_VERSION = "0.17.2";
|
|
2
2
|
//# sourceMappingURL=default.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Code generated by dagger. DO NOT EDIT.
|
|
2
|
-
export const CLI_VERSION = "0.17.
|
|
2
|
+
export const CLI_VERSION = "0.17.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/telemetry/init.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/telemetry/init.ts"],"names":[],"mappings":"AAYA;;GAEG;AACH,qBAAa,sBAAsB;IACjC,OAAO,CAAC,aAAa,CAAQ;IAE7B,OAAO,CAAC,GAAG,CAAC,CAAS;IAErB;;OAEG;IACH,UAAU;IAQV,SAAS;IAoBT;;OAEG;IACG,KAAK;IAMX;;OAEG;IACH,QAAQ;CAeT"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getBooleanFromEnv } from "@opentelemetry/core";
|
|
2
2
|
import { NodeSDK } from "@opentelemetry/sdk-node";
|
|
3
3
|
const SERVICE_NAME = "dagger-typescript-sdk";
|
|
4
|
-
const env = getEnvWithoutDefaults();
|
|
5
4
|
/*
|
|
6
5
|
* Look for variables prefixed with OTel to see if OpenTelemetry is configured.
|
|
7
6
|
*/
|
|
@@ -28,7 +27,7 @@ export class DaggerOtelConfigurator {
|
|
|
28
27
|
if (!otelConfigured()) {
|
|
29
28
|
return;
|
|
30
29
|
}
|
|
31
|
-
if (
|
|
30
|
+
if (getBooleanFromEnv("OTEL_SDK_DISABLED") ?? true) {
|
|
32
31
|
return;
|
|
33
32
|
}
|
|
34
33
|
this.setupEnv();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dagger.io/dagger",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"author": "hello@dagger.io",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"main": "dist/src/index.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@grpc/grpc-js": "^1.13.
|
|
20
|
+
"@grpc/grpc-js": "^1.13.1",
|
|
21
21
|
"@lifeomic/axios-fetch": "^3.1.0",
|
|
22
22
|
"@opentelemetry/api": "^1.9.0",
|
|
23
|
-
"@opentelemetry/core": "^
|
|
24
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
25
|
-
"@opentelemetry/sdk-metrics": "^
|
|
26
|
-
"@opentelemetry/sdk-node": "^0.
|
|
23
|
+
"@opentelemetry/core": "^2.0.0",
|
|
24
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
|
|
25
|
+
"@opentelemetry/sdk-metrics": "^2.0.0",
|
|
26
|
+
"@opentelemetry/sdk-node": "^0.200.0",
|
|
27
27
|
"@opentelemetry/semantic-conventions": "^1.30.0",
|
|
28
28
|
"adm-zip": "^0.5.16",
|
|
29
29
|
"env-paths": "^3.0.0",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
55
55
|
"@types/adm-zip": "^0.5.7",
|
|
56
56
|
"@types/mocha": "^10.0.10",
|
|
57
|
-
"@types/node": "~22.13.
|
|
57
|
+
"@types/node": "~22.13.13",
|
|
58
58
|
"@types/tar": "^6.1.13",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
61
|
-
"eslint": "^9.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
|
60
|
+
"@typescript-eslint/parser": "^8.27.0",
|
|
61
|
+
"eslint": "^9.23.0",
|
|
62
62
|
"eslint-config-prettier": "^10.1.1",
|
|
63
|
-
"eslint-plugin-prettier": "^5.2.
|
|
63
|
+
"eslint-plugin-prettier": "^5.2.4",
|
|
64
64
|
"mocha": "^11.1.0",
|
|
65
65
|
"prettier": "^3.5.3",
|
|
66
66
|
"ts-node": "^10.9.2",
|
|
67
67
|
"tsx": "^4.19.3",
|
|
68
|
-
"typescript-eslint": "^8.
|
|
68
|
+
"typescript-eslint": "^8.27.0"
|
|
69
69
|
}
|
|
70
70
|
}
|