Skip to content

Commit 0c92510

Browse files
committed
chore(build:pack): Correct tgz name
1 parent 154558c commit 0c92510

File tree

72 files changed

+80
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+80
-80
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ blog-test-project/*
2121
.pnp.*
2222
*.code-workspace
2323
.nova
24-
packages/**/cedar-*.tgz
24+
packages/**/cedarjs-*.tgz
2525
packages/**/storybook-*.tgz
2626
packages/create-cedar-app/create-cedar-app.tgz
2727

__fixtures__/test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"@storybook/react-dom-shim@npm:7.6.20": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz",
2727
"react-is": "19.0.0-rc-f2df5694-20240916"
2828
}
29-
}
29+
}

packages/adapters/fastify/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"scripts": {
1616
"build": "tsx ./build.mts && yarn build:types",
17-
"build:pack": "yarn pack -o cedar-fastify-web.tgz",
17+
"build:pack": "yarn pack -o cedarjs-fastify-web.tgz",
1818
"build:types": "tsc --build --verbose",
1919
"prepublishOnly": "NODE_ENV=production yarn build",
2020
"test": "vitest run",

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"scripts": {
2222
"build": "tsx ./build.mts && yarn build:types",
23-
"build:pack": "yarn pack -o cedar-api-server.tgz",
23+
"build:pack": "yarn pack -o cedarjs-api-server.tgz",
2424
"build:types": "tsc --build --verbose tsconfig.build.json",
2525
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
2626
"fix:permissions": "chmod +x dist/index.js; chmod +x dist/watch.js",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
],
7676
"scripts": {
7777
"build": "tsx ./build.mts && yarn build:types",
78-
"build:pack": "yarn pack -o cedar-api.tgz",
78+
"build:pack": "yarn pack -o cedarjs-api.tgz",
7979
"build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.cjs.json",
8080
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
8181
"check:attw": "yarn rw-fwtools-attw",

packages/auth-providers/auth0/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "tsx ./build.mts && yarn build:types",
32-
"build:pack": "yarn pack -o cedar-auth-auth0-api.tgz",
32+
"build:pack": "yarn pack -o cedarjs-auth-auth0-api.tgz",
3333
"build:types": "tsc --build --verbose ./tsconfig.json",
3434
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
3535
"check:attw": "yarn attw -P",

packages/auth-providers/auth0/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "tsx ./build.mts && yarn build:types",
32-
"build:pack": "yarn pack -o cedar-auth-auth0-setup.tgz",
32+
"build:pack": "yarn pack -o cedarjs-auth-auth0-setup.tgz",
3333
"build:types": "tsc --build --verbose ./tsconfig.json",
3434
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
3535
"check:attw": "yarn attw -P",

packages/auth-providers/auth0/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"scripts": {
4040
"build": "tsx ./build.ts",
41-
"build:pack": "yarn pack -o cedar-auth-auth0-web.tgz",
41+
"build:pack": "yarn pack -o cedarjs-auth-auth0-web.tgz",
4242
"build:types": "tsc --build --verbose ./tsconfig.build.json",
4343
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
4444
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",

packages/auth-providers/azureActiveDirectory/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "tsx ./build.mts && yarn build:types",
32-
"build:pack": "yarn pack -o cedar-auth-azure-active-directory-api.tgz",
32+
"build:pack": "yarn pack -o cedarjs-auth-azure-active-directory-api.tgz",
3333
"build:types": "tsc --build --verbose ./tsconfig.json",
3434
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
3535
"check:attw": "yarn attw -P",

packages/auth-providers/azureActiveDirectory/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "tsx ./build.mts && yarn build:types",
32-
"build:pack": "yarn pack -o cedar-auth-azure-active-directory-setup.tgz",
32+
"build:pack": "yarn pack -o cedarjs-auth-azure-active-directory-setup.tgz",
3333
"build:types": "tsc --build --verbose ./tsconfig.json",
3434
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
3535
"check:attw": "yarn attw -P",

0 commit comments

Comments
 (0)