callman-core 1.4.0 → 1.5.1
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 +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/scenario-runner/adapters/request-executor.js +13 -1
- package/dist/scenario-runner/adapters/request-executor.js.map +1 -1
- package/dist/scenario-runner/adapters/script-executor.d.ts.map +1 -1
- package/dist/scenario-runner/adapters/script-executor.js +16 -1
- package/dist/scenario-runner/adapters/script-executor.js.map +1 -1
- package/dist/templating/counter-store.d.ts +7 -0
- package/dist/templating/counter-store.d.ts.map +1 -0
- package/dist/templating/counter-store.js +64 -0
- package/dist/templating/counter-store.js.map +1 -0
- package/dist/templating/generator-metadata.d.ts +5 -0
- package/dist/templating/generator-metadata.d.ts.map +1 -0
- package/dist/templating/generator-metadata.js +102 -0
- package/dist/templating/generator-metadata.js.map +1 -0
- package/dist/templating/index.d.ts +6 -0
- package/dist/templating/index.d.ts.map +1 -0
- package/dist/templating/index.js +11 -0
- package/dist/templating/index.js.map +1 -0
- package/dist/templating/random-generators.d.ts +10 -0
- package/dist/templating/random-generators.d.ts.map +1 -0
- package/dist/templating/random-generators.js +16 -0
- package/dist/templating/random-generators.js.map +1 -0
- package/dist/templating/template-engine.d.ts +14 -0
- package/dist/templating/template-engine.d.ts.map +1 -0
- package/dist/templating/template-engine.js +148 -0
- package/dist/templating/template-engine.js.map +1 -0
- package/dist/templating/types.d.ts +22 -0
- package/dist/templating/types.d.ts.map +1 -0
- package/dist/templating/types.js +10 -0
- package/dist/templating/types.js.map +1 -0
- package/dist-cjs/index.js +2 -4
- package/dist-cjs/index.js.map +1 -1
- package/dist-cjs/scenario-runner/adapters/request-executor.js +13 -1
- package/dist-cjs/scenario-runner/adapters/request-executor.js.map +1 -1
- package/dist-cjs/scenario-runner/adapters/script-executor.js +16 -1
- package/dist-cjs/scenario-runner/adapters/script-executor.js.map +1 -1
- package/dist-cjs/templating/counter-store.js +72 -0
- package/dist-cjs/templating/counter-store.js.map +1 -0
- package/dist-cjs/templating/generator-metadata.js +105 -0
- package/dist-cjs/templating/generator-metadata.js.map +1 -0
- package/dist-cjs/templating/index.js +35 -0
- package/dist-cjs/templating/index.js.map +1 -0
- package/dist-cjs/templating/random-generators.js +28 -0
- package/dist-cjs/templating/random-generators.js.map +1 -0
- package/dist-cjs/templating/template-engine.js +155 -0
- package/dist-cjs/templating/template-engine.js.map +1 -0
- package/dist-cjs/templating/types.js +11 -0
- package/dist-cjs/templating/types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/templating/types.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,gDAAgD;AAChD,EAAE;AACF,4DAA4D;AAC5D,wEAAwE;AACxE,0EAA0E;AAC1E,oEAAoE;AACpE,qDAAqD"}
|