Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: configures packages for unpkg #642

Merged
merged 2 commits into from Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Expand Up @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>chore: configures unpkg to use esmodules</li>
<li>chore: removes unused lint shell script</li>
<li>chore: adds js-sha256 dependency to principal</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions packages/agent/package.json
Expand Up @@ -34,6 +34,7 @@
],
"main": "./lib/cjs/index",
"module": "./lib/esm/index",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"build:watch": "tsc -b --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/assets/package.json
Expand Up @@ -37,6 +37,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/auth-client/package.json
Expand Up @@ -34,6 +34,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/authentication/package.json
Expand Up @@ -34,6 +34,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/bls-verify/package.json
Expand Up @@ -34,6 +34,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/candid/package.json
Expand Up @@ -33,6 +33,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/identity-ledgerhq/package.json
Expand Up @@ -35,6 +35,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"build:watch": "tsc -b --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/identity/package.json
Expand Up @@ -33,6 +33,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/principal/package.json
Expand Up @@ -33,6 +33,7 @@
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
Expand Down