@passly-nl/data 0.1.0 → 1.0.0-beta.0
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.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# `@
|
|
7
|
+
# `@passly-nl/data`
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Full API implementation for Passly.nl.
|
|
10
10
|
|
|
11
11
|
## ⭐️ Prerequisites
|
|
12
12
|
|
|
13
|
-
- Bun >= 1.
|
|
14
|
-
- Node >=
|
|
13
|
+
- Bun >= 1.3.0
|
|
14
|
+
- Node >= 25
|
|
15
15
|
|
|
16
16
|
## 🚀 Getting started
|
|
17
17
|
|
|
18
18
|
1. Run `bun install` in the root of the project.
|
|
19
|
-
2. Run `bun
|
|
19
|
+
2. Run `bun run build` to build the project.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@passly-nl/data",
|
|
3
3
|
"description": "API implementation for Passly.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.0-beta.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/basmilius",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public",
|
|
30
|
-
"provenance":
|
|
30
|
+
"provenance": true
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsgo --noEmit && bun -b build.ts"
|