forked from enkryptcom/enKrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'enkryptcom:main' into main
- Loading branch information
Showing
362 changed files
with
29,258 additions
and
4,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
.yarn/patches/@amplitude-plugin-autocapture-browser-npm-1.0.3-edb25bef55.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/lib/cjs/constants.js b/lib/cjs/constants.js | ||
index 5772226ef895bff7a6f7fa291fc1138b10049dab..c65a57bf3535e6c6d4d894657da9b571d7f40d8a 100644 | ||
--- a/lib/cjs/constants.js | ||
+++ b/lib/cjs/constants.js | ||
@@ -29,7 +29,7 @@ exports.AMPLITUDE_ORIGINS_MAP = { | ||
EU: exports.AMPLITUDE_ORIGIN_EU, | ||
STAGING: exports.AMPLITUDE_ORIGIN_STAGING, | ||
}; | ||
-exports.AMPLITUDE_VISUAL_TAGGING_SELECTOR_SCRIPT_URL = 'https://cdn.amplitude.com/libs/visual-tagging-selector-1.0.0-alpha.js.gz'; | ||
+exports.AMPLITUDE_VISUAL_TAGGING_SELECTOR_SCRIPT_URL = ''; | ||
// This is the class name used by the visual tagging selector to highlight the selected element. | ||
// Should not use this class in the selector. | ||
exports.AMPLITUDE_VISUAL_TAGGING_HIGHLIGHT_CLASS = 'amp-visual-tagging-selector-highlight'; | ||
diff --git a/lib/esm/constants.js b/lib/esm/constants.js | ||
index 17e665c05e62e488032673d312a69432297cb6fd..7d75951a29fad79ba49c83c076785294166dd0bf 100644 | ||
--- a/lib/esm/constants.js | ||
+++ b/lib/esm/constants.js | ||
@@ -27,7 +27,7 @@ export var AMPLITUDE_ORIGINS_MAP = { | ||
EU: AMPLITUDE_ORIGIN_EU, | ||
STAGING: AMPLITUDE_ORIGIN_STAGING, | ||
}; | ||
-export var AMPLITUDE_VISUAL_TAGGING_SELECTOR_SCRIPT_URL = 'https://cdn.amplitude.com/libs/visual-tagging-selector-1.0.0-alpha.js.gz'; | ||
+export var AMPLITUDE_VISUAL_TAGGING_SELECTOR_SCRIPT_URL = ''; | ||
// This is the class name used by the visual tagging selector to highlight the selected element. | ||
// Should not use this class in the selector. | ||
export var AMPLITUDE_VISUAL_TAGGING_HIGHLIGHT_CLASS = 'amp-visual-tagging-selector-highlight'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
undecided: | ||
- enkrypt | ||
- "@enkryptcom/keyring" | ||
- "@enkryptcom/name-resolution" | ||
- "@enkryptcom/signer-ethereum" | ||
- "@enkryptcom/signer-kadena" | ||
- "@enkryptcom/storage" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "enkrypt", | ||
"packageManager": "[email protected]", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/signers/*", | ||
|
@@ -25,21 +25,24 @@ | |
"watch-ts": "nodemon --exec 'yarn run build:all && node scripts/compile-done.js'", | ||
"upgrade": "yarn upgrade-interactive", | ||
"version:bump:patch": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn version --immediate patch'", | ||
"publish": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 474911'", | ||
"publish": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 312003'", | ||
"version:apply": "yarn version apply --all", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@swc/core": "^1.4.8", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@swc/core": "^1.7.28", | ||
"concurrently": "^8.2.2", | ||
"husky": "^9.0.11", | ||
"husky": "^9.1.6", | ||
"node-notifier": "^10.0.1", | ||
"nodemon": "^3.1.0", | ||
"nodemon": "^3.1.7", | ||
"ultra-runner": "^3.10.5" | ||
}, | ||
"resolutions": { | ||
"@ledgerhq/compressjs": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz" | ||
"@ledgerhq/compressjs": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz", | ||
"@noble/hashes": "^1.4.0", | ||
"fork-ts-checker-webpack-plugin": "^6.5.3", | ||
"@amplitude/plugin-autocapture-browser@^1.0.2": "patch:@amplitude/plugin-autocapture-browser@npm%3A1.0.3#./.yarn/patches/@amplitude-plugin-autocapture-browser-npm-1.0.3-edb25bef55.patch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.