Skip to content

Commit 3dd87c1

Browse files
committed
rename the package name
1 parent 37b924a commit 3dd87c1

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

.changeset/fast-pumpkins-visit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
"@smithy/signature-v4a": patch
3-
"@smithy/elliptic": patch
3+
"@smithy/external-dependencies": patch
44
---
55

6-
Move elliptic to separate @smithy/elliptic package
6+
external dependency container
File renamed without changes.
File renamed without changes.

packages/elliptic/package.json renamed to packages/external-dependencies/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@smithy/elliptic",
2+
"name": "@smithy/external-dependencies",
33
"version": "3.1.3",
44
"description": "Elliptic cryptography wrapper for Smithy",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",
77
"types": "./dist-types/index.d.ts",
88
"scripts": {
99
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
10-
"build:cjs": "node ../../scripts/inline elliptic",
10+
"build:cjs": "node ../../scripts/inline external-dependencies",
1111
"build:es": "yarn g:tsc -p tsconfig.es.json",
1212
"build:types": "yarn g:tsc -p tsconfig.types.json",
1313
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
File renamed without changes.

packages/elliptic/scripts/esbuild.mjs renamed to packages/external-dependencies/scripts/esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from "url";
55

66
const __dirname = path.dirname(fileURLToPath(import.meta.url));
77

8-
const bundledSource = path.join(__dirname, "..", "src", "Ec.ts");
8+
const bundledSource = path.join(__dirname, "..", "src", "elliptic", "Ec.ts");
99

1010
const buildOptions = {
1111
platform: "browser",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)