@pulumi/docker-build 0.0.17 → 0.0.18

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/image.d.ts CHANGED
@@ -307,7 +307,7 @@ import * as enums from "./types/enums";
307
307
  * }],
308
308
  * tags: ["docker.io/pulumi/pulumi:3.107.0"],
309
309
  * });
310
- * export const ref = myImage.ref;
310
+ * export const ref = image.ref;
311
311
  * ```
312
312
  * ### Caching
313
313
  *
package/image.js CHANGED
@@ -333,7 +333,7 @@ const utilities = __importStar(require("./utilities"));
333
333
  * }],
334
334
  * tags: ["docker.io/pulumi/pulumi:3.107.0"],
335
335
  * });
336
- * export const ref = myImage.ref;
336
+ * export const ref = image.ref;
337
337
  * ```
338
338
  * ### Caching
339
339
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/docker-build",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "keywords": [
5
5
  "docker",
6
6
  "buildkit",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource docker-build 0.0.17"
15
+ "install": "node scripts/install-pulumi-plugin.js resource docker-build 0.0.18"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.142.0"
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "docker-build",
27
- "version": "0.0.17"
27
+ "version": "0.0.18"
28
28
  }
29
29
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/docker-build",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "keywords": [
5
5
  "docker",
6
6
  "buildkit",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "docker-build",
26
- "version": "0.0.17"
26
+ "version": "0.0.18"
27
27
  }
28
28
  }