@taquito/beacon-wallet 23.0.0-beta.0 → 23.0.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.
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
7
- "version": "23.0.0-beta.0"
6
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
7
+ "version": "23.0.0"
8
8
  };
@@ -63,8 +63,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
63
63
 
64
64
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
65
65
  const VERSION = {
66
- "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
67
- "version": "23.0.0-beta.0"
66
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
67
+ "version": "23.0.0"
68
68
  };
69
69
 
70
70
  /**
@@ -63,8 +63,8 @@
63
63
 
64
64
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
65
65
  const VERSION = {
66
- "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
67
- "version": "23.0.0-beta.0"
66
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
67
+ "version": "23.0.0"
68
68
  };
69
69
 
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/beacon-wallet",
3
- "version": "23.0.0-beta.0",
3
+ "version": "23.0.0",
4
4
  "description": "Beacon wallet provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -46,18 +46,51 @@
46
46
  },
47
47
  "jest": {
48
48
  "transform": {
49
- ".(ts|tsx)": "ts-jest"
49
+ ".(ts|tsx)": [
50
+ "ts-jest",
51
+ {
52
+ "useESM": true,
53
+ "allowJs": true,
54
+ "tsconfig": {
55
+ "allowJs": true,
56
+ "module": "es2020"
57
+ }
58
+ }
59
+ ],
60
+ ".(js|jsx|mjs)": [
61
+ "ts-jest",
62
+ {
63
+ "useESM": true,
64
+ "allowJs": true,
65
+ "tsconfig": {
66
+ "allowJs": true,
67
+ "module": "es2020"
68
+ }
69
+ }
70
+ ]
50
71
  },
51
72
  "testEnvironment": "node",
52
73
  "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
53
74
  "moduleFileExtensions": [
54
75
  "ts",
55
76
  "tsx",
56
- "js"
77
+ "js",
78
+ "jsx",
79
+ "json",
80
+ "mjs"
57
81
  ],
58
82
  "moduleNameMapper": {
59
- "^@taquito/taquito$": "<rootDir>/../taquito/src/taquito.ts"
83
+ "^@taquito/taquito$": "<rootDir>/../taquito/src/taquito.ts",
84
+ "^(\\.{1,2}/.*)\\.js$": "$1"
60
85
  },
86
+ "transformIgnorePatterns": [
87
+ "/node_modules/(?!(@airgap|@stablelib)/.*)"
88
+ ],
89
+ "extensionsToTreatAsEsm": [
90
+ ".ts",
91
+ ".tsx",
92
+ ".mts"
93
+ ],
61
94
  "coveragePathIgnorePatterns": [
62
95
  "/node_modules/",
63
96
  "/test/"
@@ -68,8 +101,8 @@
68
101
  },
69
102
  "dependencies": {
70
103
  "@airgap/beacon-dapp": "4.5.1",
71
- "@taquito/core": "^23.0.0-beta.0",
72
- "@taquito/taquito": "^23.0.0-beta.0",
104
+ "@taquito/core": "^23.0.0",
105
+ "@taquito/taquito": "^23.0.0",
73
106
  "crypto-browserify": "^3.12.1",
74
107
  "util": "^0.12.5"
75
108
  },
@@ -105,5 +138,5 @@
105
138
  "webpack": "^5.94.0",
106
139
  "webpack-cli": "^5.1.4"
107
140
  },
108
- "gitHead": "37cc766d60407d7909fbd2d841d9dd946243d04a"
141
+ "gitHead": "4ac77876be144da54f292e639b5b977a13642de9"
109
142
  }