Skip to content

Commit

Permalink
chore: configures packages for unpkg (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 15, 2022
1 parent 36e0ae9 commit e138b28
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
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

0 comments on commit e138b28

Please sign in to comment.