@cardano-sdk/golden-test-generator 0.6.0-nightly.0 → 0.6.0-nightly.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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,11 +6,11 @@ module is structured to offer access as libraries.
6
6
  ## Download or Build
7
7
  Builds are attached as artifacts from the GitHub workflow runs, otherwise run
8
8
 
9
- ``` console
9
+ ```bash
10
10
  yarn pkg
11
11
  ```
12
12
 
13
13
  ## Run
14
- ```console
14
+ ```bash
15
15
  ./build/golden-test-generator-{ linux | macos } --help
16
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/golden-test-generator",
3
- "version": "0.6.0-nightly.0",
3
+ "version": "0.6.0-nightly.2",
4
4
  "description": "Generate golden test files for a range of Cardano concepts",
5
5
  "engines": {
6
6
  "node": ">=14.20.1"
@@ -59,8 +59,8 @@
59
59
  "coverage": "shx echo No coverage report for this package"
60
60
  },
61
61
  "dependencies": {
62
- "@cardano-sdk/core": "^0.8.0-nightly.1",
63
- "@cardano-sdk/ogmios": "^0.8.0-nightly.1",
62
+ "@cardano-sdk/core": "^0.8.0-nightly.3",
63
+ "@cardano-sdk/ogmios": "^0.8.0-nightly.3",
64
64
  "@cardano-sdk/util": "^0.7.1-nightly.1",
65
65
  "bunyan": "^1.8.15",
66
66
  "chalk": "^4.1.1",
@@ -98,5 +98,5 @@
98
98
  "LICENSE",
99
99
  "NOTICE"
100
100
  ],
101
- "gitHead": "dd085dd0135243d3d231be537cae2945f55461c6"
101
+ "gitHead": "4e36c1b2b199a0198cfdb46feb7bf413c6aab5aa"
102
102
  }