@flareapp/node 0.2.0 → 0.3.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
|
@@ -621,7 +621,7 @@ function isLocalFileUrl(url) {
|
|
|
621
621
|
//#endregion
|
|
622
622
|
//#region src/Flare.ts
|
|
623
623
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
624
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
624
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.3.0" : "?";
|
|
625
625
|
/**
|
|
626
626
|
* Strip the `g` and `y` flags from a user-supplied regex.
|
|
627
627
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -592,7 +592,7 @@ function isLocalFileUrl(url) {
|
|
|
592
592
|
//#endregion
|
|
593
593
|
//#region src/Flare.ts
|
|
594
594
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
595
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.
|
|
595
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.3.0" : "?";
|
|
596
596
|
/**
|
|
597
597
|
* Strip the `g` and `y` flags from a user-supplied regex.
|
|
598
598
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.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.4.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsdown": "^0.20.3",
|