@drawbridge/drawbridge-utils 0.0.63 → 0.0.64

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/index.cjs CHANGED
@@ -164,8 +164,8 @@ var constants_default = {
164
164
  draws: 0,
165
165
  exports: 0,
166
166
  entries: 0,
167
- fields: 2,
168
- integrations: 1,
167
+ fields: 0,
168
+ integrations: 0,
169
169
  leads: 0,
170
170
  links: 0,
171
171
  pages: 0,
package/dist/index.d.cts CHANGED
@@ -85,8 +85,8 @@ var constantsData = {
85
85
  draws : 0,
86
86
  exports : 0,
87
87
  entries : 0,
88
- fields : 2,
89
- integrations : 1,
88
+ fields : 0,
89
+ integrations : 0,
90
90
  leads : 0,
91
91
  links : 0,
92
92
  pages : 0,
package/dist/index.d.ts CHANGED
@@ -85,8 +85,8 @@ var constantsData = {
85
85
  draws : 0,
86
86
  exports : 0,
87
87
  entries : 0,
88
- fields : 2,
89
- integrations : 1,
88
+ fields : 0,
89
+ integrations : 0,
90
90
  leads : 0,
91
91
  links : 0,
92
92
  pages : 0,
package/dist/index.js CHANGED
@@ -108,8 +108,8 @@ var constants_default = {
108
108
  draws: 0,
109
109
  exports: 0,
110
110
  entries: 0,
111
- fields: 2,
112
- integrations: 1,
111
+ fields: 0,
112
+ integrations: 0,
113
113
  leads: 0,
114
114
  links: 0,
115
115
  pages: 0,
package/package.json CHANGED
@@ -157,5 +157,5 @@
157
157
  "build": "tsup && npm publish"
158
158
  },
159
159
  "types": "dist/index.d.ts",
160
- "version": "0.0.63"
160
+ "version": "0.0.64"
161
161
  }