@grafana/k6-test-builder 0.8.16 → 0.8.17

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/index.d.ts CHANGED
@@ -297,7 +297,7 @@ export const DOCS_ARTICLE_LINKS: {
297
297
  'cloud-apm-new-relic': string;
298
298
  'results-visualization/cloud': string;
299
299
  'cloud-tests-from-cli.load-zones': string;
300
- vuhs: string;
300
+ performanceTestingInvoice: string;
301
301
  };
302
302
  type DocsArticleLink = keyof typeof DOCS_ARTICLE_LINKS;
303
303
  interface ImportItemChoice {
package/dist/index.js CHANGED
@@ -813,7 +813,7 @@ const $e96a968658210988$export$9ffca73f9b15ba64 = {
813
813
  'cloud-apm-new-relic': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/new-relic`,
814
814
  'results-visualization/cloud': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/results-visualization/cloud`,
815
815
  'cloud-tests-from-cli.load-zones': '/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones',
816
- vuhs: `${$e96a968658210988$var$GRAFANA_K6_DOCS_URL}/author-run/vu-hours`
816
+ performanceTestingInvoice: `${$e96a968658210988$var$GRAFANA_DOCS_URL}/cost-management-and-billing/understand-your-invoice/performance-testing-invoice/`
817
817
  };
818
818
  const $e96a968658210988$export$7ff6e792a88a203a = 'grpc_reqs';
819
819
  const $e96a968658210988$export$4dafb9ce6095cf07 = 'grpc_req_duration';
@@ -15708,7 +15708,7 @@ const $4e99116d1d1b712a$export$f4f5234705b8ee7d = ({ vuh_breakdown: vuh_breakdow
15708
15708
  ]
15709
15709
  }),
15710
15710
  /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $cd402c1b3ca4b836$export$e816d7af81d48a79), {
15711
- article: "vuhs",
15711
+ article: "performanceTestingInvoice",
15712
15712
  children: "Learn more about VUh"
15713
15713
  })
15714
15714
  ]
package/dist/module.js CHANGED
@@ -789,7 +789,7 @@ const $977f5f8f585fbb2c$export$9ffca73f9b15ba64 = {
789
789
  'cloud-apm-new-relic': `${$977f5f8f585fbb2c$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/new-relic`,
790
790
  'results-visualization/cloud': `${$977f5f8f585fbb2c$var$K6_DOCS_URL_LEGACY}/docs/results-visualization/cloud`,
791
791
  'cloud-tests-from-cli.load-zones': '/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones',
792
- vuhs: `${$977f5f8f585fbb2c$var$GRAFANA_K6_DOCS_URL}/author-run/vu-hours`
792
+ performanceTestingInvoice: `${$977f5f8f585fbb2c$var$GRAFANA_DOCS_URL}/cost-management-and-billing/understand-your-invoice/performance-testing-invoice/`
793
793
  };
794
794
  const $977f5f8f585fbb2c$export$7ff6e792a88a203a = 'grpc_reqs';
795
795
  const $977f5f8f585fbb2c$export$4dafb9ce6095cf07 = 'grpc_req_duration';
@@ -15684,7 +15684,7 @@ const $7c10312fad43a1ee$export$f4f5234705b8ee7d = ({ vuh_breakdown: vuh_breakdow
15684
15684
  ]
15685
15685
  }),
15686
15686
  /*#__PURE__*/ (0, $b7VBt$jsx)((0, $a2bbc3b49e805484$export$e816d7af81d48a79), {
15687
- article: "vuhs",
15687
+ article: "performanceTestingInvoice",
15688
15688
  children: "Learn more about VUh"
15689
15689
  })
15690
15690
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/k6-test-builder",
3
- "version": "0.8.16",
3
+ "version": "0.8.17",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/module.js",