@flotrace/runtime 2.3.0 → 2.3.1
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ var import_runtime_core3 = require("@flotrace/runtime-core");
|
|
|
50
50
|
// package.json
|
|
51
51
|
var package_default = {
|
|
52
52
|
name: "@flotrace/runtime",
|
|
53
|
-
version: "2.3.
|
|
53
|
+
version: "2.3.1",
|
|
54
54
|
description: "Runtime package for FloTrace - enables real-time render tracking in your React app",
|
|
55
55
|
main: "./dist/index.js",
|
|
56
56
|
module: "./dist/index.mjs",
|
|
@@ -78,7 +78,7 @@ var package_default = {
|
|
|
78
78
|
"release:major": "npm version major && npm publish"
|
|
79
79
|
},
|
|
80
80
|
dependencies: {
|
|
81
|
-
"@flotrace/runtime-core": "2.3.
|
|
81
|
+
"@flotrace/runtime-core": "2.3.1"
|
|
82
82
|
},
|
|
83
83
|
peerDependencies: {
|
|
84
84
|
react: ">=16.9.0",
|
package/dist/index.mjs
CHANGED
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
// package.json
|
|
45
45
|
var package_default = {
|
|
46
46
|
name: "@flotrace/runtime",
|
|
47
|
-
version: "2.3.
|
|
47
|
+
version: "2.3.1",
|
|
48
48
|
description: "Runtime package for FloTrace - enables real-time render tracking in your React app",
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -72,7 +72,7 @@ var package_default = {
|
|
|
72
72
|
"release:major": "npm version major && npm publish"
|
|
73
73
|
},
|
|
74
74
|
dependencies: {
|
|
75
|
-
"@flotrace/runtime-core": "2.3.
|
|
75
|
+
"@flotrace/runtime-core": "2.3.1"
|
|
76
76
|
},
|
|
77
77
|
peerDependencies: {
|
|
78
78
|
react: ">=16.9.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flotrace/runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Runtime package for FloTrace - enables real-time render tracking in your React app",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"release:major": "npm version major && npm publish"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@flotrace/runtime-core": "2.3.
|
|
31
|
+
"@flotrace/runtime-core": "2.3.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.9.0",
|