@veltdev/react 1.0.106 → 1.0.107
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/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -118,7 +118,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
var VELT_SDK_VERSION = '1.0.
|
|
121
|
+
var VELT_SDK_VERSION = '1.0.118';
|
|
122
122
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
123
123
|
|
|
124
124
|
var SnippylyProvider = function (props) {
|