@bunnyapp/components 1.0.60-beta.0.1 → 1.0.62
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -171,7 +171,7 @@ var BrandContext = react.createContext({
|
|
|
171
171
|
});
|
|
172
172
|
|
|
173
173
|
// This will be replaced at build time by rollup-plugin-replace
|
|
174
|
-
var PACKAGE_VERSION = '1.0.
|
|
174
|
+
var PACKAGE_VERSION = '1.0.61';
|
|
175
175
|
var createRequestHeaders = function (token) {
|
|
176
176
|
var _a;
|
|
177
177
|
var bearerToken = token ? "Bearer ".concat(token) : null;
|
package/dist/esm/index.js
CHANGED
|
@@ -142,7 +142,7 @@ var BrandContext = createContext({
|
|
|
142
142
|
});
|
|
143
143
|
|
|
144
144
|
// This will be replaced at build time by rollup-plugin-replace
|
|
145
|
-
var PACKAGE_VERSION = '1.0.
|
|
145
|
+
var PACKAGE_VERSION = '1.0.61';
|
|
146
146
|
var createRequestHeaders = function (token) {
|
|
147
147
|
var _a;
|
|
148
148
|
var bearerToken = token ? "Bearer ".concat(token) : null;
|
package/package.json
CHANGED