@staffbase/plugins-client-sdk 1.2.1 → 1.2.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.
@@ -2,7 +2,7 @@
2
2
  * Bundle of @staffbase/plugins-client-sdk
3
3
  * @file Staffbase plugins client SDK for JavaScript
4
4
  * @see https://github.com/Staffbase/plugins-client-sdk#readme
5
- * @version 1.2.0
5
+ * @version 1.2.1
6
6
  *
7
7
  * @author Stefan Staude <stefan.staude@staffbase.com>
8
8
  * @author Daniel Große <daniel.grosse@staffbase.com>
@@ -2,7 +2,7 @@
2
2
  * Bundle of @staffbase/plugins-client-sdk
3
3
  * @file Staffbase plugins client SDK for JavaScript
4
4
  * @see https://github.com/Staffbase/plugins-client-sdk#readme
5
- * @version 1.2.0
5
+ * @version 1.2.1
6
6
  *
7
7
  * @author Stefan Staude <stefan.staude@staffbase.com>
8
8
  * @author Daniel Große <daniel.grosse@staffbase.com>
@@ -2,7 +2,7 @@
2
2
  * Bundle of @staffbase/plugins-client-sdk
3
3
  * @file Staffbase plugins client SDK for JavaScript
4
4
  * @see https://github.com/Staffbase/plugins-client-sdk#readme
5
- * @version 1.2.0
5
+ * @version 1.2.1
6
6
  *
7
7
  * @author Stefan Staude <stefan.staude@staffbase.com>
8
8
  * @author Daniel Große <daniel.grosse@staffbase.com>
@@ -2,7 +2,7 @@
2
2
  * Bundle of @staffbase/plugins-client-sdk
3
3
  * @file Staffbase plugins client SDK for JavaScript
4
4
  * @see https://github.com/Staffbase/plugins-client-sdk#readme
5
- * @version 1.2.0
5
+ * @version 1.2.1
6
6
  *
7
7
  * @author Stefan Staude <stefan.staude@staffbase.com>
8
8
  * @author Daniel Große <daniel.grosse@staffbase.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staffbase/plugins-client-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Staffbase plugins client SDK for JavaScript",
5
5
  "main": "dist/plugins-client-sdk.js",
6
6
  "module": "dist/plugins-client-sdk.esm.js",
@@ -52,19 +52,19 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "fast-async": "7",
55
- "jsdoc": "^3.6.7",
55
+ "jsdoc": "^3.6.10",
56
56
  "loglevel": "^1.8.0",
57
57
  "object.entries-ponyfill": "1.0.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@amanda-mitchell/semantic-release-npm-multiple": "2.15.0",
61
- "@babel/core": "7.16.7",
60
+ "@amanda-mitchell/semantic-release-npm-multiple": "2.17.0",
61
+ "@babel/core": "7.16.12",
62
62
  "@babel/plugin-external-helpers": "^7.16.7",
63
- "@babel/plugin-transform-runtime": "7.16.8",
64
- "@babel/preset-env": "^7.16.8",
63
+ "@babel/plugin-transform-runtime": "7.16.10",
64
+ "@babel/preset-env": "^7.16.11",
65
65
  "@babel/register": "^7.16.9",
66
66
  "@babel/runtime": "^7.16.7",
67
- "@commitlint/cli": "16.0.2",
67
+ "@commitlint/cli": "16.1.0",
68
68
  "@commitlint/config-conventional": "16.0.0",
69
69
  "@rollup/plugin-babel": "5.3.0",
70
70
  "@rollup/plugin-commonjs": "21.0.1",
@@ -75,7 +75,7 @@
75
75
  "babel-jest": "27.4.6",
76
76
  "babel-plugin-istanbul": "^6.1.1",
77
77
  "compare-versions": "^4.1.3",
78
- "eslint": "^8.6.0",
78
+ "eslint": "^8.7.0",
79
79
  "eslint-config-prettier": "^8.3.0",
80
80
  "eslint-plugin-prettier": "^4.0.0",
81
81
  "husky": "^7.0.4",
@@ -84,13 +84,17 @@
84
84
  "jsdoc-to-markdown": "^7.1.0",
85
85
  "prettier": "^2.5.1",
86
86
  "regenerator-runtime": "0.13.9",
87
- "rollup": "^2.63.0",
87
+ "rollup": "^2.66.1",
88
88
  "rollup-plugin-license": "2.6.1",
89
89
  "rollup-plugin-serve": "1.1.0",
90
90
  "rollup-plugin-strip-logger": "0.4.1",
91
91
  "rollup-plugin-template-html": "0.0.3",
92
92
  "rollup-plugin-terser": "7.0.2",
93
- "semantic-release": "^18.0.1",
94
93
  "size-limit": "^7.0.5"
94
+ },
95
+ "resolutions": {
96
+ "semantic-release": "^19.0.0",
97
+ "marked": "^4.0.10",
98
+ "json-schema": "^0.4.0"
95
99
  }
96
100
  }