@talismn/connection-meta 0.0.0-pr974-20230915020916 → 0.0.0-pr974-20231123032136

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/CHANGELOG.md +5 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @talismn/connection-meta
2
2
 
3
- ## 0.0.0-pr974-20230915020916
3
+ ## 0.0.0-pr974-20231123032136
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - c4d59671: bump typescript version
7
8
  - Updated dependencies [03939d5f]
9
+ - Updated dependencies [c4d59671]
10
+ - Updated dependencies [5aadf998]
8
11
  - Updated dependencies [4cace80d]
9
- - @talismn/chaindata-provider@0.0.0-pr974-20230915020916
12
+ - @talismn/chaindata-provider@0.0.0-pr974-20231123032136
10
13
 
11
14
  ## 0.1.0
12
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/connection-meta",
3
- "version": "0.0.0-pr974-20230915020916",
3
+ "version": "0.0.0-pr974-20231123032136",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -26,17 +26,17 @@
26
26
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
27
  },
28
28
  "dependencies": {
29
- "@talismn/chaindata-provider": "0.0.0-pr974-20230915020916",
29
+ "@talismn/chaindata-provider": "0.0.0-pr974-20231123032136",
30
30
  "dexie": "^3.2.4"
31
31
  },
32
32
  "devDependencies": {
33
- "@talismn/eslint-config": "0.0.2",
33
+ "@talismn/eslint-config": "0.0.0-pr974-20231123032136",
34
34
  "@talismn/tsconfig": "0.0.2",
35
35
  "@types/jest": "^27.5.1",
36
- "eslint": "^8.4.0",
36
+ "eslint": "^8.52.0",
37
37
  "jest": "^28.1.0",
38
38
  "ts-jest": "^28.0.2",
39
- "typescript": "^4.6.4"
39
+ "typescript": "^5.2.2"
40
40
  },
41
41
  "eslintConfig": {
42
42
  "root": true,