@secondlayer/shared 6.4.5 → 6.5.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondlayer/shared",
3
- "version": "6.4.5",
3
+ "version": "6.5.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,10 +48,6 @@
48
48
  "types": "./dist/src/db/queries/subgraph-operations.d.ts",
49
49
  "import": "./dist/src/db/queries/subgraph-operations.js"
50
50
  },
51
- "./db/jsonb": {
52
- "types": "./dist/src/db/jsonb.d.ts",
53
- "import": "./dist/src/db/jsonb.js"
54
- },
55
51
  "./db/schema": {
56
52
  "types": "./dist/src/db/schema.d.ts",
57
53
  "import": "./dist/src/db/schema.js"
@@ -64,10 +60,6 @@
64
60
  "types": "./dist/src/schemas/index.d.ts",
65
61
  "import": "./dist/src/schemas/index.js"
66
62
  },
67
- "./schemas/filters": {
68
- "types": "./dist/src/schemas/filters.d.ts",
69
- "import": "./dist/src/schemas/filters.js"
70
- },
71
63
  "./schemas/subgraphs": {
72
64
  "types": "./dist/src/schemas/subgraphs.d.ts",
73
65
  "import": "./dist/src/schemas/subgraphs.js"
@@ -84,22 +76,10 @@
84
76
  "types": "./dist/src/schemas/accounts.d.ts",
85
77
  "import": "./dist/src/schemas/accounts.js"
86
78
  },
87
- "./db/queries/tenants": {
88
- "types": "./dist/src/db/queries/tenants.d.ts",
89
- "import": "./dist/src/db/queries/tenants.js"
90
- },
91
79
  "./db/queries/projects": {
92
80
  "types": "./dist/src/db/queries/projects.d.ts",
93
81
  "import": "./dist/src/db/queries/projects.js"
94
82
  },
95
- "./db/queries/provisioning-audit": {
96
- "types": "./dist/src/db/queries/provisioning-audit.d.ts",
97
- "import": "./dist/src/db/queries/provisioning-audit.js"
98
- },
99
- "./db/queries/tenant-compute-addons": {
100
- "types": "./dist/src/db/queries/tenant-compute-addons.d.ts",
101
- "import": "./dist/src/db/queries/tenant-compute-addons.js"
102
- },
103
83
  "./db/queries/account-spend-caps": {
104
84
  "types": "./dist/src/db/queries/account-spend-caps.d.ts",
105
85
  "import": "./dist/src/db/queries/account-spend-caps.js"
@@ -116,14 +96,6 @@
116
96
  "types": "./dist/src/crypto/standard-webhooks.d.ts",
117
97
  "import": "./dist/src/crypto/standard-webhooks.js"
118
98
  },
119
- "./types": {
120
- "types": "./dist/src/types.d.ts",
121
- "import": "./dist/src/types.js"
122
- },
123
- "./env": {
124
- "types": "./dist/src/env.d.ts",
125
- "import": "./dist/src/env.js"
126
- },
127
99
  "./mode": {
128
100
  "types": "./dist/src/mode.d.ts",
129
101
  "import": "./dist/src/mode.js"
@@ -136,22 +108,10 @@
136
108
  "types": "./dist/src/errors.d.ts",
137
109
  "import": "./dist/src/errors.js"
138
110
  },
139
- "./constants": {
140
- "types": "./dist/src/constants.d.ts",
141
- "import": "./dist/src/constants.js"
142
- },
143
111
  "./pricing": {
144
112
  "types": "./dist/src/pricing.d.ts",
145
113
  "import": "./dist/src/pricing.js"
146
114
  },
147
- "./crypto": {
148
- "types": "./dist/src/crypto/hmac.d.ts",
149
- "import": "./dist/src/crypto/hmac.js"
150
- },
151
- "./crypto/hmac": {
152
- "types": "./dist/src/crypto/hmac.d.ts",
153
- "import": "./dist/src/crypto/hmac.js"
154
- },
155
115
  "./crypto/secrets": {
156
116
  "types": "./dist/src/crypto/secrets.d.ts",
157
117
  "import": "./dist/src/crypto/secrets.js"