Skip to content

Commit faf4c3f

Browse files
authored
Merge pull request #59 from hypercerts-org/chore/bump_versions
Chore/bump versions
2 parents 568bb96 + 7020fcc commit faf4c3f

File tree

5 files changed

+75
-60
lines changed

5 files changed

+75
-60
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@hypercerts-org/sdk-core": patch
3+
"@hypercerts-org/sdk-react": patch
4+
"@hypercerts-org/lexicon": patch
5+
---
6+
7+
Configure npm publishing to exclude source code and development files. Packages now only include the compiled `dist/` folder, README, and necessary runtime files (lexicon schemas). This reduces package sizes and prevents unnecessary files from being published to npm.

packages/lexicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"files": [
2121
"dist",
2222
"lexicons",
23-
"src"
23+
"README.md"
2424
],
2525
"keywords": [
2626
"hypercerts",

packages/sdk-core/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypercerts-org/sdk-core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Framework-agnostic ATProto SDK core for authentication, repository operations, and lexicon management",
55
"main": "dist/index.cjs",
66
"repository": {
@@ -10,6 +10,10 @@
1010
"access": "public",
1111
"registry": "https://registry.npmjs.org/"
1212
},
13+
"files": [
14+
"dist",
15+
"README.md"
16+
],
1317
"scripts": {
1418
"test": "vitest",
1519
"build": "rollup -c",
@@ -37,7 +41,7 @@
3741
"@types/node": ">=20.10.0",
3842
"@vitest/coverage-v8": "^3.2.4",
3943
"@vitest/ui": "^3.2.4",
40-
"jose": "^6.0.13",
44+
"jose": "^6.1.3",
4145
"rollup": "^4.53.3",
4246
"rollup-plugin-dts": "^6.2.3",
4347
"vitest": "^3.2.4"
@@ -81,8 +85,8 @@
8185
"dependencies": {
8286
"@atproto/api": "^0.17.5",
8387
"@atproto/lexicon": "^0.5.1",
84-
"@atproto/oauth-client": "^0.5.9",
85-
"@atproto/oauth-client-node": "^0.3.10",
88+
"@atproto/oauth-client": "^0.5.10",
89+
"@atproto/oauth-client-node": "^0.3.12",
8690
"@hypercerts-org/lexicon": "workspace:*",
8791
"eventemitter3": "^5.0.1",
8892
"zod": "^3.24.4"

packages/sdk-react/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypercerts-org/sdk-react",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "React hooks and components for the Hypercerts ATProto SDK",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -13,6 +13,10 @@
1313
"access": "public",
1414
"registry": "https://registry.npmjs.org/"
1515
},
16+
"files": [
17+
"dist",
18+
"README.md"
19+
],
1620
"exports": {
1721
".": {
1822
"types": "./dist/index.d.ts",

pnpm-lock.yaml

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)