@flareapp/node 0.6.0 → 0.7.0
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -606,7 +606,7 @@ function isLocalFileUrl(url) {
|
|
|
606
606
|
//#endregion
|
|
607
607
|
//#region src/Flare.ts
|
|
608
608
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
609
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
609
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.7.0" : "?";
|
|
610
610
|
/**
|
|
611
611
|
* Strip the `g` and `y` flags from a user-supplied regex.
|
|
612
612
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -577,7 +577,7 @@ function isLocalFileUrl(url) {
|
|
|
577
577
|
//#endregion
|
|
578
578
|
//#region src/Flare.ts
|
|
579
579
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
580
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
580
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.7.0" : "?";
|
|
581
581
|
/**
|
|
582
582
|
* Strip the `g` and `y` flags from a user-supplied regex.
|
|
583
583
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Node.js SDK for flareapp.io",
|
|
5
5
|
"homepage": "https://flareapp.io",
|
|
6
6
|
"bugs": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"release": "release-it"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@flareapp/core": "2.
|
|
47
|
+
"@flareapp/core": "2.7.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsdown": "^0.20.3",
|