@rangedb/cloudflare 1.0.0 → 1.0.3

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 +6 -3
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@rangedb/cloudflare",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
+ "repository": {
6
+ "url": "https://github.com/RangeDB/rangedb"
7
+ },
5
8
  "main": "./index.js",
6
9
  "types": "./dist/index.d.ts",
7
10
  "exports": {
@@ -11,7 +14,7 @@
11
14
  }
12
15
  },
13
16
  "scripts": {
14
- "build:types": "npx -p typescript tsc",
17
+ "build:types": "tsc",
15
18
  "prepare": "npm run build:types",
16
19
  "test": "node --experimental-test-coverage --test-coverage-include=*.js --test",
17
20
  "test:watch": "node --test --watch"
@@ -22,7 +25,7 @@
22
25
  ],
23
26
  "publishConfig": {
24
27
  "access": "public",
25
- "provenance": false
28
+ "provenance": true
26
29
  },
27
30
  "dependencies": {
28
31
  "@rangedb/js": "*"