@sitecore-jss/sitecore-jss-vue 22.3.0-canary.9 → 22.3.1-canary.10

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.
@@ -150,7 +150,7 @@ function createRawElement(elem) {
150
150
  return (0, vue_1.h)(component, { elem });
151
151
  }
152
152
  /**
153
- * @param {Object} renderingDefinition
153
+ * @param {object} renderingDefinition
154
154
  * @param {string} renderingDefinition.componentName
155
155
  * @param {ComponentFactory} [componentFactory]
156
156
  */
@@ -4,7 +4,6 @@ exports.SitecoreJssPlaceholderPlugin = void 0;
4
4
  const providePlaceholders_1 = require("../enhancers/providePlaceholders");
5
5
  /**
6
6
  * Vue plugins must export a function named 'install'
7
- *
8
7
  * @param {App} app
9
8
  * @param {SitecoreJssPlaceholderPluginOptions} options
10
9
  */
@@ -143,7 +143,7 @@ function createRawElement(elem) {
143
143
  return h(component, { elem });
144
144
  }
145
145
  /**
146
- * @param {Object} renderingDefinition
146
+ * @param {object} renderingDefinition
147
147
  * @param {string} renderingDefinition.componentName
148
148
  * @param {ComponentFactory} [componentFactory]
149
149
  */
@@ -1,7 +1,6 @@
1
1
  import { providePlaceholders } from '../enhancers/providePlaceholders';
2
2
  /**
3
3
  * Vue plugins must export a function named 'install'
4
- *
5
4
  * @param {App} app
6
5
  * @param {SitecoreJssPlaceholderPluginOptions} options
7
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-vue",
3
- "version": "22.3.0-canary.9",
3
+ "version": "22.3.1-canary.10",
4
4
  "description": "A library for building Sitecore JSS apps using Vue.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -12,10 +12,10 @@
12
12
  "test": "jest",
13
13
  "prepublishOnly": "npm run build",
14
14
  "coverage": "jest --config ./jest.config.coverage.js",
15
- "generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-vue src/index.ts --githubPages false"
15
+ "generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --outputFileStrategy Members --parametersFormat table --readme none --out ../../ref-docs/sitecore-jss-vue src/index.ts --githubPages false"
16
16
  },
17
17
  "engines": {
18
- "node": ">=20"
18
+ "node": ">=22"
19
19
  },
20
20
  "author": {
21
21
  "name": "Sitecore Corporation",
@@ -28,19 +28,19 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/jest": "^29.2.6",
31
- "@types/node": "^20.14.2",
31
+ "@types/node": "^22.9.0",
32
32
  "@vue/compiler-dom": "^3.5.12",
33
33
  "@vue/test-utils": "2.2.7",
34
34
  "@vue/vue3-jest": "^29.2.2",
35
35
  "babel-jest": "^29.5.0",
36
36
  "del-cli": "^5.0.0",
37
- "eslint": "^8.32.0",
37
+ "eslint": "^8.56.0",
38
38
  "eslint-plugin-vue": "^9.9.0",
39
39
  "jest": "^29.5.0",
40
40
  "jest-environment-jsdom": "^29.3.1",
41
41
  "jest-serializer-html": "^7.1.0",
42
42
  "ts-jest": "29.0.5",
43
- "typescript": "~5.6.0",
43
+ "typescript": "~5.6.3",
44
44
  "vue": "^3.5.12",
45
45
  "vue-class-component": "^7.2.6"
46
46
  },
@@ -48,10 +48,10 @@
48
48
  "vue": "^3.5.12"
49
49
  },
50
50
  "dependencies": {
51
- "@sitecore-jss/sitecore-jss": "^22.3.0-canary.9"
51
+ "@sitecore-jss/sitecore-jss": "^22.3.1-canary.10"
52
52
  },
53
53
  "types": "./types/index.d.ts",
54
- "gitHead": "80aab2e2e832a1a9ae024c771a955c2d403e63fe",
54
+ "gitHead": "501bf3b7c73be6cf633b4f86a9ca418c4d61745d",
55
55
  "files": [
56
56
  "dist",
57
57
  "types",