@staffbase/plugins-client-sdk 2.0.1 → 3.0.0-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staffbase/plugins-client-sdk",
3
- "version": "2.0.1",
3
+ "version": "3.0.0-alpha.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",
@@ -8,7 +8,7 @@
8
8
  "scripts": {
9
9
  "build": "rollup -c",
10
10
  "prebuild": "yarn run lint",
11
- "prepare": "husky install",
11
+ "prepare": "husky",
12
12
  "dev": "rollup -c rollup.dev.mjs -w",
13
13
  "test-unit": "jest",
14
14
  "test-dev": "jest --watch",
@@ -16,10 +16,12 @@
16
16
  "lint-code": "yarn eslint src test",
17
17
  "lint-size": "yarn size-limit",
18
18
  "fix": "eslint --fix 'src/**/*.js' 'test/**/*.js'",
19
- "doc": "mkdir -p doc && yarn --silent jsdoc2md src/main.js > doc/api.md",
20
- "release": "semantic-release"
19
+ "doc": "mkdir -p doc && yarn --silent jsdoc2md src/main.js > doc/api.md"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/Staffbase/plugins-client-sdk.git"
21
24
  },
22
- "repository": "https://github.com/Staffbase/plugins-client-sdk.git",
23
25
  "keywords": [
24
26
  "staffbase",
25
27
  "client",
@@ -28,7 +30,7 @@
28
30
  "plugin",
29
31
  "api"
30
32
  ],
31
- "author": "Staffbase GmbH (https://staffbase.com/)",
33
+ "author": "Staffbase SE (https://staffbase.com/)",
32
34
  "contributors": [
33
35
  "Stefan Staude <stefan.staude@staffbase.com>",
34
36
  "Daniel Große <daniel.grosse@staffbase.com>"
@@ -51,45 +53,48 @@
51
53
  }
52
54
  ],
53
55
  "dependencies": {
54
- "jsdoc": "^4.0.2",
55
56
  "loglevel": "^1.8.1",
56
57
  "object.entries-ponyfill": "1.0.1"
57
58
  },
58
59
  "devDependencies": {
59
- "@amanda-mitchell/semantic-release-npm-multiple": "3.7.0",
60
- "@babel/core": "7.21.0",
61
- "@babel/plugin-external-helpers": "^7.18.6",
62
- "@babel/plugin-transform-runtime": "7.21.0",
60
+ "@babel/core": "7.28.5",
61
+ "@babel/plugin-transform-runtime": "7.28.5",
63
62
  "@babel/preset-env": "^7.20.2",
64
63
  "@babel/register": "^7.21.0",
65
64
  "@babel/runtime": "^7.21.0",
66
- "@commitlint/cli": "17.4.4",
65
+ "@commitlint/cli": "19.6.1",
67
66
  "@commitlint/config-conventional": "17.4.4",
68
- "@rollup/plugin-babel": "6.0.3",
67
+ "@rollup/plugin-babel": "6.1.0",
69
68
  "@rollup/plugin-commonjs": "24.0.1",
70
- "@rollup/plugin-node-resolve": "15.0.1",
71
- "@rollup/plugin-strip": "3.0.2",
69
+ "@rollup/plugin-node-resolve": "15.3.0",
70
+ "@rollup/plugin-strip": "3.0.4",
72
71
  "@rollup/plugin-terser": "^0.4.0",
73
72
  "@size-limit/preset-small-lib": "8.2.4",
74
- "@tmware/semantic-release-npm-github-publish": "^1.5.5",
75
- "babel-jest": "29.5.0",
73
+ "babel-jest": "29.7.0",
76
74
  "babel-plugin-istanbul": "^6.1.1",
77
75
  "compare-versions": "^5.0.3",
78
76
  "eslint": "^8.35.0",
79
- "eslint-config-prettier": "^8.7.0",
77
+ "eslint-config-prettier": "^9.1.0",
80
78
  "eslint-plugin-prettier": "^4.2.1",
81
- "husky": "^8.0.3",
82
- "jest": "29.5.0",
79
+ "husky": "^9.0.10",
80
+ "jest": "29.7.0",
83
81
  "jest-environment-jsdom": "^29.5.0",
84
- "jest-extended": "3.2.4",
82
+ "jest-extended": "4.0.2",
83
+ "jsdoc": "^4.0.2",
85
84
  "jsdoc-to-markdown": "^8.0.0",
86
85
  "prettier": "^2.8.4",
87
- "regenerator-runtime": "0.13.11",
88
- "rollup": "^3.18.0",
89
- "rollup-plugin-license": "3.0.1",
90
- "rollup-plugin-serve": "2.0.2",
86
+ "regenerator-runtime": "0.14.1",
87
+ "rollup": "^4.21.0",
88
+ "rollup-plugin-license": "3.6.0",
89
+ "rollup-plugin-serve": "3.0.0",
91
90
  "rollup-plugin-strip-logger": "0.4.1",
92
91
  "rollup-plugin-template-html": "0.0.3",
93
92
  "size-limit": "^8.2.4"
94
- }
93
+ },
94
+ "resolutions": {
95
+ "cross-spawn": "^7.0.6",
96
+ "wrap-ansi": "^7.0.0",
97
+ "semver": "^7.3.2"
98
+ },
99
+ "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
95
100
  }