@highstate/backend 0.7.1 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1577,7 +1577,7 @@ class LocalRunnerBackend {
1577
1577
  }
1578
1578
  );
1579
1579
  } catch (error) {
1580
- const { StackNotFoundError } = await import('@pulumi/pulumi/automation');
1580
+ const { StackNotFoundError } = await import('@pulumi/pulumi/automation/index.js');
1581
1581
  if (error instanceof StackNotFoundError) {
1582
1582
  this.updateState({
1583
1583
  id: instanceId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/backend",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "build": "pkgroll --tsconfig=tsconfig.build.json"
31
31
  },
32
32
  "dependencies": {
33
- "@highstate/contract": "^0.7.1",
33
+ "@highstate/contract": "^0.7.2",
34
34
  "@types/node": "^22.10.1",
35
35
  "ajv": "^8.17.1",
36
36
  "better-lock": "^3.2.0",
@@ -68,5 +68,5 @@
68
68
  "rollup": "^4.28.1",
69
69
  "typescript": "^5.7.2"
70
70
  },
71
- "gitHead": "76c38ce5dbf7a710cf0e6339f52e86358537a99a"
71
+ "gitHead": "e177535015e0fa3c74ae8ddc0bc6d31b191d2c54"
72
72
  }