@flareapp/node 0.12.0 → 0.12.2
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
|
@@ -328,7 +328,7 @@ function isLocalFileUrl(url) {
|
|
|
328
328
|
//#endregion
|
|
329
329
|
//#region src/Flare.ts
|
|
330
330
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
331
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.12.
|
|
331
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.12.2" : "?";
|
|
332
332
|
function sanitizeRegex(re) {
|
|
333
333
|
const safeFlags = re.flags.replace(/[gy]/g, "");
|
|
334
334
|
return new RegExp(re.source, safeFlags);
|
package/dist/index.mjs
CHANGED
|
@@ -299,7 +299,7 @@ function isLocalFileUrl(url) {
|
|
|
299
299
|
//#endregion
|
|
300
300
|
//#region src/Flare.ts
|
|
301
301
|
const NODE_SDK_NAME = "@flareapp/node";
|
|
302
|
-
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.12.
|
|
302
|
+
const NODE_SDK_VERSION = typeof process !== "undefined" && true ? "0.12.2" : "?";
|
|
303
303
|
function sanitizeRegex(re) {
|
|
304
304
|
const safeFlags = re.flags.replace(/[gy]/g, "");
|
|
305
305
|
return new RegExp(re.source, safeFlags);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/node",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
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.12.
|
|
47
|
+
"@flareapp/core": "2.12.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@flareapp/test-helpers": "*",
|