We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b246aca commit 98baac2Copy full SHA for 98baac2
packages/browser-destinations/destinations/fullsession/package.json
@@ -2,10 +2,9 @@
2
"name": "@segment/analytics-browser-actions-fullsession",
3
"version": "1.0.0",
4
"license": "MIT",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/segmentio/action-destinations",
8
- "directory": "packages/browser-destinations/destinations/fullsession"
+ "publishConfig": {
+ "access": "public",
+ "registry": "https://registry.npmjs.org"
9
},
10
"main": "./dist/cjs",
11
"module": "./dist/esm",
@@ -16,7 +15,7 @@
16
15
17
"typings": "./dist/esm",
18
"dependencies": {
19
- "@segment/browser-destination-runtime": "^1.4.0",
+ "@segment/browser-destination-runtime": "^1.88.0",
20
"fullsession": "^1.0.0"
21
22
"peerDependencies": {
0 commit comments