@layerzerolabs/vm-tooling-stellar 0.2.34 → 0.2.36

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.
@@ -6,7 +6,7 @@ var vmTooling = require('@layerzerolabs/vm-tooling');
6
6
 
7
7
  // src/scripts/generate-github-matrix.ts
8
8
  JBSG7YXG_cjs.init_cjs_shims();
9
- vmTooling.runGithubMatrixGenerator(XSBMIZZK_cjs.images, "tools/vm-tooling-stellar").catch((error) => {
9
+ vmTooling.runGithubMatrixGenerator(XSBMIZZK_cjs.images, "tools/vm-tooling-stellar", XSBMIZZK_cjs.versionCombinations).catch((error) => {
10
10
  console.error(error);
11
11
  process.exit(1);
12
12
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/scripts/generate-github-matrix.ts"],"names":["init_cjs_shims","runGithubMatrixGenerator","images","catch","error","console","process","exit"],"mappings":";;;;;;;AAAAA,2BAAA,EAAA;AAIAC,kCAAAA,CAAyBC,mBAAAA,EAAQ,0BAAA,CAAA,CAA4BC,KAAAA,CAAM,CAACC,KAAAA,KAAAA;AAChEC,EAAAA,OAAAA,CAAQD,MAAMA,KAAAA,CAAAA;AACdE,EAAAA,OAAAA,CAAQC,KAAK,CAAA,CAAA;AACjB,CAAA,CAAA","file":"generate-github-matrix.cjs","sourcesContent":["import { runGithubMatrixGenerator } from '@layerzerolabs/vm-tooling';\n\nimport { images } from '../config';\n\nrunGithubMatrixGenerator(images, 'tools/vm-tooling-stellar').catch((error: unknown) => {\n console.error(error);\n process.exit(1);\n});\n"]}
1
+ {"version":3,"sources":["../../src/scripts/generate-github-matrix.ts"],"names":["init_cjs_shims","runGithubMatrixGenerator","images","versionCombinations","catch","error","console","process","exit"],"mappings":";;;;;;;AAAAA,2BAAA,EAAA;AAIAC,kCAAAA,CAAyBC,qBAAQ,0BAAA,EAA4BC,gCAAAA,CAAAA,CAAqBC,KAAAA,CAC9E,CAACC,KAAAA,KAAAA;AACGC,EAAAA,OAAAA,CAAQD,MAAMA,KAAAA,CAAAA;AACdE,EAAAA,OAAAA,CAAQC,KAAK,CAAA,CAAA;AACjB,CAAA,CAAA","file":"generate-github-matrix.cjs","sourcesContent":["import { runGithubMatrixGenerator } from '@layerzerolabs/vm-tooling';\n\nimport { images, versionCombinations } from '../config';\n\nrunGithubMatrixGenerator(images, 'tools/vm-tooling-stellar', versionCombinations).catch(\n (error: unknown) => {\n console.error(error);\n process.exit(1);\n },\n);\n"]}
@@ -1,10 +1,10 @@
1
- import { images } from '../FV4ECYCI.js';
1
+ import { images, versionCombinations } from '../FV4ECYCI.js';
2
2
  import { init_esm_shims } from '../PHXMTVK6.js';
3
3
  import { runGithubMatrixGenerator } from '@layerzerolabs/vm-tooling';
4
4
 
5
5
  // src/scripts/generate-github-matrix.ts
6
6
  init_esm_shims();
7
- runGithubMatrixGenerator(images, "tools/vm-tooling-stellar").catch((error) => {
7
+ runGithubMatrixGenerator(images, "tools/vm-tooling-stellar", versionCombinations).catch((error) => {
8
8
  console.error(error);
9
9
  process.exit(1);
10
10
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/scripts/generate-github-matrix.ts"],"names":["runGithubMatrixGenerator","images","catch","error","console","process","exit"],"mappings":";;;;;AAAA,cAAA,EAAA;AAIAA,wBAAAA,CAAyBC,MAAAA,EAAQ,0BAAA,CAAA,CAA4BC,KAAAA,CAAM,CAACC,KAAAA,KAAAA;AAChEC,EAAAA,OAAAA,CAAQD,MAAMA,KAAAA,CAAAA;AACdE,EAAAA,OAAAA,CAAQC,KAAK,CAAA,CAAA;AACjB,CAAA,CAAA","file":"generate-github-matrix.js","sourcesContent":["import { runGithubMatrixGenerator } from '@layerzerolabs/vm-tooling';\n\nimport { images } from '../config';\n\nrunGithubMatrixGenerator(images, 'tools/vm-tooling-stellar').catch((error: unknown) => {\n console.error(error);\n process.exit(1);\n});\n"]}
1
+ {"version":3,"sources":["../../src/scripts/generate-github-matrix.ts"],"names":["runGithubMatrixGenerator","images","versionCombinations","catch","error","console","process","exit"],"mappings":";;;;;AAAA,cAAA,EAAA;AAIAA,wBAAAA,CAAyBC,QAAQ,0BAAA,EAA4BC,mBAAAA,CAAAA,CAAqBC,KAAAA,CAC9E,CAACC,KAAAA,KAAAA;AACGC,EAAAA,OAAAA,CAAQD,MAAMA,KAAAA,CAAAA;AACdE,EAAAA,OAAAA,CAAQC,KAAK,CAAA,CAAA;AACjB,CAAA,CAAA","file":"generate-github-matrix.js","sourcesContent":["import { runGithubMatrixGenerator } from '@layerzerolabs/vm-tooling';\n\nimport { images, versionCombinations } from '../config';\n\nrunGithubMatrixGenerator(images, 'tools/vm-tooling-stellar', versionCombinations).catch(\n (error: unknown) => {\n console.error(error);\n process.exit(1);\n },\n);\n"]}
package/package.json CHANGED
@@ -20,15 +20,15 @@
20
20
  "bin/**/*"
21
21
  ],
22
22
  "dependencies": {
23
- "@layerzerolabs/vm-tooling": "0.2.34"
23
+ "@layerzerolabs/vm-tooling": "0.2.36"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "^8.4.0",
27
27
  "tsx": "^4.19.3",
28
28
  "typescript": "^5.8.2",
29
29
  "vitest": "^3.2.3",
30
- "@layerzerolabs/tsup-configuration": "0.2.34",
31
- "@layerzerolabs/typescript-configuration": "0.2.34"
30
+ "@layerzerolabs/tsup-configuration": "0.2.36",
31
+ "@layerzerolabs/typescript-configuration": "0.2.36"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "restricted",
@@ -39,7 +39,7 @@
39
39
  "audit-external"
40
40
  ]
41
41
  },
42
- "version": "0.2.34",
42
+ "version": "0.2.36",
43
43
  "scripts": {
44
44
  "build": "tsup",
45
45
  "generate-github-matrix": "tsx src/scripts/generate-github-matrix.ts",