postman-runtime 7.41.2 → 7.42.0

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/CHANGELOG.yaml CHANGED
@@ -1,3 +1,11 @@
1
+ 7.42.0:
2
+ date: 2024-09-04
3
+ new features:
4
+ - GH-1452 Enabled async access to vault secrets
5
+ - GH-1413 Added support for initializing local variables
6
+ chores:
7
+ - GH-1452 Update dependencies
8
+
1
9
  7.41.2:
2
10
  date: 2024-08-16
3
11
  fixed bugs:
package/README.md CHANGED
@@ -51,6 +51,9 @@ runner.run(collection, {
51
51
  // Globals (a "VariableScope" from the SDK)
52
52
  globals: new sdk.VariableScope(),
53
53
 
54
+ // Local variables (a "VariableScope" from the SDK)
55
+ localVariables: new sdk.VariableScope(),
56
+
54
57
  // Execute a folder/request using id/name or path
55
58
  entrypoint: {
56
59
  // execute a folder/request using id or name