@merkl/api 0.20.86 → 0.20.88
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/dist/src/engine/dynamicData/implementations/ERCMultiToken.js +4 -4
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +3 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.js +30 -0
- package/dist/src/modules/v4/router.js +7 -1
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
"dist"
|
8
8
|
],
|
9
9
|
"scripts": {
|
10
|
+
"dag": "bun scripts/scanenv.ts",
|
10
11
|
"build:ci": "bun tsc -b",
|
11
12
|
"build:local": "bun tsc -b",
|
12
13
|
"cmd": "bun run scripts/cmd.ts",
|
@@ -56,8 +57,6 @@
|
|
56
57
|
"@notionhq/client": "^2.2.15",
|
57
58
|
"@opentelemetry/auto-instrumentations-node": "^0.56.0",
|
58
59
|
"@opentelemetry/instrumentation": "^0.57.1",
|
59
|
-
"@opentelemetry/instrumentation-pg": "^0.52.0",
|
60
|
-
"@opentelemetry/instrumentation-redis": "^0.47.0",
|
61
60
|
"@prisma/client": "6.3.1",
|
62
61
|
"@prisma/instrumentation": "^6.3.1",
|
63
62
|
"@sinclair/typebox": "^0.34.15",
|
@@ -110,5 +109,5 @@
|
|
110
109
|
"access": "public",
|
111
110
|
"registry": "https://registry.npmjs.org/"
|
112
111
|
},
|
113
|
-
"version": "v0.20.
|
112
|
+
"version": "v0.20.88"
|
114
113
|
}
|