@kajoo-ai/sitecore-nextjs 16.0.2 → 16.0.5

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": "@kajoo-ai/sitecore-nextjs",
3
- "version": "16.0.2",
3
+ "version": "16.0.5",
4
4
  "description": "The collection of reusable components for sitecore nextjs projects",
5
5
  "author": "kajoo",
6
6
  "license": "MIT",
@@ -14,15 +14,16 @@
14
14
  "scripts": {
15
15
  "clean": "rimraf dist",
16
16
  "build": "rollup -c",
17
- "publish": "lerna run build && lerna publish"
17
+ "test": "echo \"TODO:add test script\"",
18
+ "publish": "npm publish --tag ver16"
18
19
  },
19
20
  "peerDependencies": {
20
21
  "@sitecore-jss/sitecore-jss-nextjs": "16.x.x"
21
22
  },
22
23
  "dependencies": {
23
- "@kontent-ai/delivery-sdk": "^15.0.0",
24
24
  "@typeform/embed-react": "^1.1.2",
25
- "contentstack": "3.17.1"
25
+ "contentstack": "3.17.1",
26
+ "type-fest": "^4.30.1"
26
27
  },
27
28
  "devDependencies": {
28
29
  "@rollup/plugin-commonjs": "^24.0.1",