@crvouga/postgres-mem 0.1.0 → 1.0.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/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@crvouga/postgres-mem",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Pure TypeScript in-memory PostgreSQL implementation with zero WASM/native dependencies",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
- "sideEffects": false,
7
+ "sideEffects": [
8
+ "./src/serialization/codec.ts",
9
+ "./src/schema/catalog-tables.ts",
10
+ "./src/executor/triggers-exec.ts"
11
+ ],
8
12
  "main": "./dist/index.js",
9
13
  "module": "./dist/index.js",
10
14
  "types": "./dist/index.d.ts",
@@ -39,7 +43,7 @@
39
43
  },
40
44
  "publishConfig": {
41
45
  "access": "public",
42
- "provenance": false
46
+ "provenance": true
43
47
  },
44
48
  "scripts": {
45
49
  "prepare": "husky",
@@ -97,7 +101,7 @@
97
101
  "@semantic-release/npm": "^13.1.5",
98
102
  "@semantic-release/release-notes-generator": "^14.1.1",
99
103
  "@types/bun": "latest",
100
- "conventional-changelog-conventionalcommits": "^10.3.0",
104
+ "conventional-changelog-conventionalcommits": "9.3.1",
101
105
  "esbuild": "^0.28.2",
102
106
  "fast-check": "^4.1.1",
103
107
  "husky": "^9.1.7",
@@ -1,80 +0,0 @@
1
- {
2
- "generatedAt": "2026-08-21T19:16:17.602Z",
3
- "referenceServerVersion": "18.3",
4
- "inventory": {
5
- "oracleFunctionCount": 2787,
6
- "oracleOperatorCount": 74,
7
- "implementedFunctions": 301,
8
- "registeredUnsupportedFunctions": 2486,
9
- "implementedOperators": [
10
- "!~",
11
- "!~*",
12
- "!~~",
13
- "!~~*",
14
- "#",
15
- "#-",
16
- "#>",
17
- "#>>",
18
- "%",
19
- "&",
20
- "&&",
21
- "*",
22
- "+",
23
- "-",
24
- "->",
25
- "->>",
26
- "/",
27
- "<",
28
- "<<",
29
- "<=",
30
- "<>",
31
- "<@",
32
- "=",
33
- ">",
34
- ">=",
35
- ">>",
36
- "?",
37
- "?&",
38
- "?|",
39
- "@",
40
- "@>",
41
- "@@",
42
- "^",
43
- "|",
44
- "|/",
45
- "||",
46
- "||/",
47
- "~",
48
- "~*",
49
- "~~",
50
- "~~*"
51
- ],
52
- "registeredUnsupportedOperators": 33,
53
- "memoryOnlyFunctions": [
54
- "current_catalog",
55
- "current_date",
56
- "current_role",
57
- "current_time",
58
- "current_timestamp",
59
- "json_is_valid_check",
60
- "jsonb_object_keys_check",
61
- "localtime",
62
- "localtimestamp",
63
- "pg_listening_channels_check",
64
- "substring_similar",
65
- "trim",
66
- "tsvector_in_check",
67
- "tsvector_length",
68
- "user"
69
- ]
70
- },
71
- "scenarios": {
72
- "sections": 33,
73
- "promoted": 33,
74
- "total": 945,
75
- "mapped": 945,
76
- "smoke": 0
77
- },
78
- "failures": [],
79
- "ok": true
80
- }