@dagger.io/dagger 0.18.9 → 0.18.11
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 +185 -28
- package/dist/src/api/client.gen.d.ts.map +1 -1
- package/dist/src/api/client.gen.js +206 -34
- package/dist/src/common/errors/ExecError.d.ts +6 -0
- package/dist/src/common/errors/ExecError.d.ts.map +1 -1
- package/dist/src/common/errors/ExecError.js +5 -0
- package/dist/src/common/errors/GraphQLRequestError.d.ts +5 -0
- package/dist/src/common/errors/GraphQLRequestError.d.ts.map +1 -1
- package/dist/src/common/errors/GraphQLRequestError.js +5 -0
- package/dist/src/common/graphql/compute_query.d.ts.map +1 -1
- package/dist/src/common/graphql/compute_query.js +1 -0
- package/dist/src/module/entrypoint/entrypoint.d.ts.map +1 -1
- package/dist/src/module/entrypoint/entrypoint.js +32 -9
- package/dist/src/provisioning/default.d.ts +1 -1
- package/dist/src/provisioning/default.d.ts.map +1 -1
- package/dist/src/provisioning/default.js +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dagger.io/dagger",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.11",
|
|
4
4
|
"author": "hello@dagger.io",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
},
|
|
18
18
|
"main": "dist/src/index.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@grpc/grpc-js": "^1.13.
|
|
20
|
+
"@grpc/grpc-js": "^1.13.4",
|
|
21
21
|
"@lifeomic/axios-fetch": "^3.1.0",
|
|
22
22
|
"@opentelemetry/api": "^1.9.0",
|
|
23
|
-
"@opentelemetry/core": "^2.0.
|
|
24
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
25
|
-
"@opentelemetry/sdk-metrics": "^2.0.
|
|
26
|
-
"@opentelemetry/sdk-node": "^0.
|
|
27
|
-
"@opentelemetry/semantic-conventions": "^1.
|
|
23
|
+
"@opentelemetry/core": "^2.0.1",
|
|
24
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.202.0",
|
|
25
|
+
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
26
|
+
"@opentelemetry/sdk-node": "^0.202.0",
|
|
27
|
+
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
28
28
|
"adm-zip": "^0.5.16",
|
|
29
29
|
"env-paths": "^3.0.0",
|
|
30
|
-
"execa": "^9.
|
|
30
|
+
"execa": "^9.6.0",
|
|
31
31
|
"graphql": "^16.11.0",
|
|
32
|
-
"graphql-request": "^7.
|
|
32
|
+
"graphql-request": "^7.2.0",
|
|
33
33
|
"graphql-tag": "^2.12.6",
|
|
34
34
|
"node-color-log": "^12.0.1",
|
|
35
35
|
"node-fetch": "^3.3.2",
|
|
@@ -54,19 +54,19 @@
|
|
|
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": "~
|
|
57
|
+
"@types/node": "~24.0.3",
|
|
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.34.1",
|
|
60
|
+
"@typescript-eslint/parser": "^8.34.1",
|
|
61
|
+
"eslint": "^9.29.0",
|
|
62
62
|
"eslint-config-prettier": "^10.1.5",
|
|
63
|
-
"eslint-plugin-prettier": "^5.
|
|
64
|
-
"mocha": "^11.
|
|
65
|
-
"prettier": "^3.
|
|
66
|
-
"rollup": "^4.
|
|
63
|
+
"eslint-plugin-prettier": "^5.5.0",
|
|
64
|
+
"mocha": "^11.7.0",
|
|
65
|
+
"prettier": "^3.6.0",
|
|
66
|
+
"rollup": "^4.44.0",
|
|
67
67
|
"rollup-plugin-dts": "^6.2.1",
|
|
68
68
|
"ts-node": "^10.9.2",
|
|
69
|
-
"tsx": "^4.
|
|
70
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"tsx": "^4.20.3",
|
|
70
|
+
"typescript-eslint": "^8.34.1"
|
|
71
71
|
}
|
|
72
72
|
}
|