@cronitorio/cronitor-rum-nextjs 0.2.1 → 0.4.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/README.md +8 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -64,9 +64,16 @@ function CustomApp({ Component, pageProps }) {
|
|
|
64
64
|
export default CustomApp;
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
|
|
68
67
|
## Changelog
|
|
69
68
|
|
|
69
|
+
### 0.4.0
|
|
70
|
+
|
|
71
|
+
- Update cronitor-rum lib.
|
|
72
|
+
|
|
73
|
+
### 0.3.0
|
|
74
|
+
|
|
75
|
+
- Update cronitor-rum-js lib.
|
|
76
|
+
|
|
70
77
|
### 0.2.1
|
|
71
78
|
|
|
72
79
|
- Update cronitor-rum-js lib.
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
};
|
|
26
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
27
|
exports.useCronitor = void 0;
|
|
28
|
-
const Cronitor = __importStar(require("@cronitorio/cronitor-rum
|
|
28
|
+
const Cronitor = __importStar(require("@cronitorio/cronitor-rum"));
|
|
29
29
|
const navigation_1 = require("next/navigation");
|
|
30
30
|
const react_1 = require("react");
|
|
31
31
|
/**
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAEb,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAEb,mEAAqD;AACrD,gDAA+D;AAC/D,iCAAkC;AAElC;;;;;GAKG;AACH,SAAgB,WAAW,CAAC,SAAiB,EAAE,SAAqC,EAAE;IACpF,MAAM,QAAQ,GAAG,IAAA,wBAAW,GAAE,CAAC;IAC/B,MAAM,YAAY,GAAG,IAAA,4BAAe,GAAE,CAAC;IAEvC,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,QAAQ,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IACnC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAC7B,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC,CAAC;IAE7B,OAAO,QAAQ,CAAC;AAClB,CAAC;AAbD,kCAaC;AAAA,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronitorio/cronitor-rum-nextjs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Official Cronitor integration for Next.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react": "^18"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@cronitorio/cronitor-rum
|
|
36
|
+
"@cronitorio/cronitor-rum": "^0.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/react": "^18.0.27",
|