@gyldendalas/gyldendal-divine-api 0.0.1 → 0.0.2

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Gyldendal Divine API
2
+
3
+ A collection of API clients for the GU-D department at Gyldendal.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript": "^5.7.3",
10
10
  "@types/node": "^22.10.10"
11
11
  },
12
- "version": "0.0.1",
12
+ "version": "0.0.2",
13
13
  "files": [
14
14
  "dist",
15
15
  "package.json"