@salesforce/lds-adapters-community-seo 1.448.0 → 1.449.0

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.
Files changed (2) hide show
  1. package/package.json +6 -8
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-seo",
3
- "version": "1.448.0",
3
+ "version": "1.449.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for various SEO features in experiences",
6
6
  "main": "dist/es/es2018/community-seo.js",
@@ -34,20 +34,18 @@
34
34
  "scripts": {
35
35
  "clean": "rm -rf dist sfdc src/generated karma/dist",
36
36
  "build": "yarn build:services",
37
- "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
38
37
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
39
38
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
40
- "start": "nx build:karma && karma start",
41
- "test": "nx build:karma && karma start --single-run",
42
39
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-community-seo",
43
- "release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-seo"
40
+ "release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-seo",
41
+ "test:unit": "jest --config=./jest.config.js"
44
42
  },
45
43
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.448.0"
44
+ "@salesforce/lds-bindings": "^1.449.0"
47
45
  },
48
46
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.448.0",
50
- "@salesforce/lds-karma": "^1.448.0"
47
+ "@salesforce/lds-compiler-plugins": "^1.449.0",
48
+ "@salesforce/lds-karma": "^1.449.0"
51
49
  },
52
50
  "nx": {
53
51
  "targets": {
package/sfdc/index.js CHANGED
@@ -334,4 +334,4 @@ withDefaultLuvio((luvio) => {
334
334
  });
335
335
 
336
336
  export { getRecordSeoProperties, getRecordSeoProperties_imperative };
337
- // version: 1.448.0-8bacde725a
337
+ // version: 1.449.0-7b415dc950