recal-sdk 0.2.3 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recal-sdk",
3
- "version": "0.2.3",
3
+ "version": "0.2.6",
4
4
  "description": "Recal SDK",
5
5
  "author": "Recal <team@recal.dev>",
6
6
  "contributors": ["tkoehlerlg", "jschwxrz"],
@@ -25,9 +25,16 @@
25
25
  "lint:fix:all": "biome lint --fix --unsafe",
26
26
  "check": "biome check",
27
27
  "check:fix": "biome check --fix",
28
- "prepublishOnly": "NODE_ENV=production bun run build",
29
- "postpublish": "echo 'Successfully published recal-sdk@'$npm_package_version"
28
+ "prepublishOnly": "bun format && bun lint && bun check && NODE_ENV=production bun run build"
30
29
  },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/recal-dev/recal-sdk-js.git"
33
+ },
34
+ "bugs": {
35
+ "url": "https://github.com/recal-dev/recal-sdk-js/issues"
36
+ },
37
+ "homepage": "https://github.com/recal-dev/recal-sdk-js#readme",
31
38
  "keywords": ["recal", "calendar"],
32
39
  "devDependencies": {
33
40
  "@biomejs/biome": "2.1.2",