@frigade/react 1.36.9 → 1.37.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/README.md +2 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frigade/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.1",
|
|
4
4
|
"description": "Build better product onboarding, faster.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"clean": "rimraf ./dist",
|
|
12
12
|
"test": "jest",
|
|
13
|
-
"semantic-release": "semantic-release",
|
|
14
13
|
"lint": "eslint --fix --ext .ts,.tsx .",
|
|
15
14
|
"build": "yarn clean && tsup",
|
|
16
15
|
"local-release": "tsup",
|
|
@@ -19,7 +18,7 @@
|
|
|
19
18
|
},
|
|
20
19
|
"repository": {
|
|
21
20
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/FrigadeHQ/
|
|
21
|
+
"url": "git+https://github.com/FrigadeHQ/javascript.git"
|
|
23
22
|
},
|
|
24
23
|
"keywords": [
|
|
25
24
|
"React",
|
|
@@ -67,7 +66,6 @@
|
|
|
67
66
|
"react": "17.0.2",
|
|
68
67
|
"react-test-renderer": "17.0.2",
|
|
69
68
|
"rimraf": "^4.1.2",
|
|
70
|
-
"semantic-release": "^19.0.3",
|
|
71
69
|
"storybook": "^7.0.9",
|
|
72
70
|
"ts-jest": "^29.1.0",
|
|
73
71
|
"tsup": "^6.7.0",
|
|
@@ -83,33 +81,12 @@
|
|
|
83
81
|
"main"
|
|
84
82
|
]
|
|
85
83
|
},
|
|
86
|
-
"plugins": [
|
|
87
|
-
"@semantic-release/commit-analyzer",
|
|
88
|
-
"@semantic-release/changelog",
|
|
89
|
-
[
|
|
90
|
-
"@semantic-release/npm",
|
|
91
|
-
{
|
|
92
|
-
"npmPublish": true
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
[
|
|
96
|
-
"@semantic-release/git",
|
|
97
|
-
{
|
|
98
|
-
"assets": [
|
|
99
|
-
"src/api/version.ts",
|
|
100
|
-
"package.json"
|
|
101
|
-
],
|
|
102
|
-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"@semantic-release/github"
|
|
106
|
-
],
|
|
107
84
|
"author": "Frigade Inc.",
|
|
108
85
|
"license": "MIT",
|
|
109
86
|
"bugs": {
|
|
110
|
-
"url": "https://github.com/FrigadeHQ/
|
|
87
|
+
"url": "https://github.com/FrigadeHQ/javascript/issues"
|
|
111
88
|
},
|
|
112
|
-
"homepage": "https://github.com/FrigadeHQ/
|
|
89
|
+
"homepage": "https://github.com/FrigadeHQ/javascript#readme",
|
|
113
90
|
"dependencies": {
|
|
114
91
|
"core-js-pure": "^3.32.0",
|
|
115
92
|
"dompurify": "^3.0.1",
|