inibase 1.0.0-rc.13 → 1.0.0-rc.15

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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.0.0-rc.13",
3
+ "version": "1.0.0-rc.15",
4
4
  "description": "File-based Relational Database for large data",
5
5
  "files": [
6
6
  "dist"
@@ -10,9 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "npx tsc",
12
12
  "test": "npx tsx watch ./index.test",
13
- "benchmark": "npx tsx watch ./benchmark.ts",
14
- "prepublishOnly": "npm run build",
15
- "postversion": "git push --follow-tags && npm publish"
13
+ "benchmark": "npx tsx watch ./benchmark.ts"
16
14
  },
17
15
  "repository": "inicontent/inibase",
18
16
  "keywords": [