@structyl/api-client 1.0.0 → 1.0.1

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +12 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 your-lib contributors
3
+ Copyright (c) 2026 Mohammed Irfanul Alam Tanveer
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -143,7 +143,7 @@ Exported types include `ApiError`, `ApiClientConfig`, `UseApiQueryOptions`, `Use
143
143
 
144
144
  ## Part of structyl
145
145
 
146
- Part of the [structyl](https://github.com/imirfanul/structyl) component library. Read the full docs at [structyl.dev](https://structyl.dev).
146
+ Part of the [structyl](https://github.com/imirfanul/structyl) component library. Read the full docs at [www.structyl.com](https://www.structyl.com).
147
147
 
148
148
  ## License
149
149
 
package/package.json CHANGED
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "name": "@structyl/api-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/imirfanul/structyl.git",
7
+ "directory": "packages/api-client"
8
+ },
9
+ "homepage": "https://www.structyl.com",
10
+ "bugs": "https://github.com/imirfanul/structyl/issues",
11
+ "author": {
12
+ "name": "Mohammed Irfanul Alam Tanveer",
13
+ "url": "https://www.imirfanul.com"
14
+ },
4
15
  "publishConfig": {
5
16
  "access": "public"
6
17
  },