@cardano-sdk/projection-typeorm 0.2.0-nightly.1 → 0.2.0-nightly.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/projection-typeorm",
3
- "version": "0.2.0-nightly.1",
3
+ "version": "0.2.0-nightly.3",
4
4
  "description": "Project Chain Sync events into PostgreSQL via TypeORM",
5
5
  "engines": {
6
6
  "node": "^14"
@@ -32,7 +32,6 @@
32
32
  "build:esm": "tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020",
33
33
  "build:cjs": "tsc --build src",
34
34
  "build": "run-s build:cjs build:esm module-fixup",
35
- "circular-deps:check": "madge --circular dist",
36
35
  "module-fixup": "shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json",
37
36
  "tscNoEmit": "shx echo typescript --noEmit command not implemented yet",
38
37
  "cleanup:dist": "shx rm -rf dist",
@@ -48,11 +47,11 @@
48
47
  "test:e2e": "shx echo 'test:e2e' command not implemented yet"
49
48
  },
50
49
  "dependencies": {
51
- "@cardano-sdk/core": "^0.11.0-nightly.3",
52
- "@cardano-sdk/crypto": "^0.1.4-nightly.2",
53
- "@cardano-sdk/projection": "^0.6.0-nightly.1",
54
- "@cardano-sdk/util": "^0.9.0-nightly.0",
55
- "@cardano-sdk/util-rxjs": "^0.4.7-nightly.2",
50
+ "@cardano-sdk/core": "^0.11.0-nightly.5",
51
+ "@cardano-sdk/crypto": "^0.1.4-nightly.3",
52
+ "@cardano-sdk/projection": "^0.6.0-nightly.3",
53
+ "@cardano-sdk/util": "^0.9.0-nightly.1",
54
+ "@cardano-sdk/util-rxjs": "^0.4.7-nightly.3",
56
55
  "backoff-rxjs": "^7.0.0",
57
56
  "lodash": "^4.17.21",
58
57
  "pg": "^8.9.0",
@@ -62,7 +61,7 @@
62
61
  "typeorm": "^0.3.12"
63
62
  },
64
63
  "devDependencies": {
65
- "@cardano-sdk/util-dev": "^0.8.1-nightly.3",
64
+ "@cardano-sdk/util-dev": "^0.8.1-nightly.5",
66
65
  "eslint": "^7.32.0",
67
66
  "jest": "^28.1.3",
68
67
  "madge": "^5.0.1",
@@ -78,5 +77,5 @@
78
77
  "LICENSE",
79
78
  "NOTICE"
80
79
  ],
81
- "gitHead": "973854d70b06e7c9e64fd8edf52cee970d6eb85f"
80
+ "gitHead": "c05693c29a92e37fec9c3731d58b02fc33680706"
82
81
  }