@drawbridge/drawbridge-utils 0.0.103 → 0.0.104

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
@@ -163,6 +163,11 @@
163
163
  "import": "./dist/plans.js",
164
164
  "require": "./dist/plans.cjs"
165
165
  },
166
+ "./pricing": {
167
+ "types": "./dist/pricing.d.ts",
168
+ "import": "./dist/pricing.js",
169
+ "require": "./dist/pricing.cjs"
170
+ },
166
171
  "./fields-validate": {
167
172
  "types": "./dist/fields-validate.d.ts",
168
173
  "import": "./dist/fields-validate.js",
@@ -185,5 +190,5 @@
185
190
  "test": ". \"$HOME/.nvm/nvm.sh\" && nvm use && node --test"
186
191
  },
187
192
  "types": "dist/index.d.ts",
188
- "version": "0.0.103"
193
+ "version": "0.0.104"
189
194
  }