-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into allow-crawling
- Loading branch information
Showing
19 changed files
with
202 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "3.12.5", | ||
"version": "3.13.1", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
const NativeXConfiguration = require('@parameter1/base-cms-marko-web-native-x/config'); | ||
|
||
module.exports = ({ | ||
uri = 'https://pmmi.native-x.parameter1.com', | ||
enabled = false, | ||
} = {}) => new NativeXConfiguration(uri, { enabled }); | ||
uri = 'https://delivery.mindfulcms.com/pmmi/default/compat/native-website', | ||
enabled = true, | ||
} = {}) => new NativeXConfiguration(uri, { enabled, tenantKey: 'pmmi' }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/package-global", | ||
"version": "3.12.1", | ||
"version": "3.13.1", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/packages/global", | ||
"license": "MIT", | ||
|
@@ -16,29 +16,29 @@ | |
"@parameter1/base-cms-dayjs": "^4.5.12", | ||
"@parameter1/base-cms-image": "^4.6.0", | ||
"@parameter1/base-cms-inflector": "^4.5.12", | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gam": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gtm": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-html-sitemap": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-inquiry": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-inquiry": "^4.27.0", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-omeda": "^4.23.1", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.25.1", | ||
"@parameter1/base-cms-marko-web-search": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-social-sharing": "^4.11.1", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^4.37.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-search": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-social-sharing": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.36.0", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-cli": "^4.18.3", | ||
"@parameter1/base-cms-web-common": "^4.5.12", | ||
"@parameter1/base-cms-web-common": "^4.36.0", | ||
"@parameter1/omeda-graphql-client-express": "^0.4.2", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.10.0", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.13.0", | ||
"body-parser": "^1.19.0", | ||
"cheerio": "^1.0.0-rc.10", | ||
"express": "^4.17.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/package-theme-monorail-leaders", | ||
"version": "3.10.0", | ||
"version": "3.13.0", | ||
"description": "Marko Wrapper & Components for the Leaders Program", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/packages/theme-monorail-leaders", | ||
"author": "Brian Miller<[email protected]>", | ||
|
@@ -14,12 +14,12 @@ | |
"test": "yarn lint && yarn compile --no-clean" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-common": "^4.5.12", | ||
"@parameter1/base-cms-web-common": "^4.36.0", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.5", | ||
"object-path": "^0.11.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/cpgnext.com", | ||
"version": "3.12.5", | ||
"version": "3.13.1", | ||
"author": "Jessica Stenzel <[email protected]>", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/sites/cpgnext.com", | ||
"license": "MIT", | ||
|
@@ -31,24 +31,24 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-gam": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gcse": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gtm": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.25.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-reveal-ad": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.36.0", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-cli": "^4.18.3", | ||
"@pmmi-media-group/package-global": "^3.12.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.10.0", | ||
"@pmmi-media-group/package-global": "^3.13.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.13.0", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/healthcarepackaging.com", | ||
"version": "3.12.5", | ||
"version": "3.13.1", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/sites/healthcarepackaging.com", | ||
"license": "MIT", | ||
|
@@ -31,24 +31,24 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-gam": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gcse": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gtm": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.25.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-reveal-ad": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.36.0", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-cli": "^4.18.3", | ||
"@pmmi-media-group/package-global": "^3.12.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.10.0", | ||
"@pmmi-media-group/package-global": "^3.13.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.13.0", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/mundopmmi.com", | ||
"version": "3.12.1", | ||
"version": "3.13.1", | ||
"author": "Brandon Krigbaum <[email protected]>", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/sites/mundopmmi.com", | ||
"license": "MIT", | ||
|
@@ -31,24 +31,24 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-gam": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gcse": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gtm": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.25.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-reveal-ad": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.36.0", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-cli": "^4.18.3", | ||
"@pmmi-media-group/package-global": "^3.12.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.10.0", | ||
"@pmmi-media-group/package-global": "^3.13.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.13.0", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pmmi-media-group/oemmagazine.org", | ||
"version": "3.12.5", | ||
"version": "3.13.1", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/pmmi-media-group-websites/tree/master/sites/oemmagazine.org", | ||
"license": "MIT", | ||
|
@@ -31,24 +31,24 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.9.0", | ||
"@parameter1/base-cms-marko-web": "^4.22.3", | ||
"@parameter1/base-cms-marko-core": "^4.36.0", | ||
"@parameter1/base-cms-marko-web": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-gam": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gcse": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-gtm": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.24.0", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.16.2", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.25.1", | ||
"@parameter1/base-cms-marko-web-icons": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-identity-x": "^4.36.13", | ||
"@parameter1/base-cms-marko-web-leaders": "^4.36.8", | ||
"@parameter1/base-cms-marko-web-native-x": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-p1-events": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-reveal-ad": "^4.5.12", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.26.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.17.1", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^4.38.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail-magazine": "^4.36.0", | ||
"@parameter1/base-cms-object-path": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.5.12", | ||
"@parameter1/base-cms-web-cli": "^4.18.3", | ||
"@pmmi-media-group/package-global": "^3.12.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.10.0", | ||
"@pmmi-media-group/package-global": "^3.13.1", | ||
"@pmmi-media-group/package-theme-monorail-leaders": "^3.13.0", | ||
"graphql": "^14.5.4", | ||
"graphql-tag": "^2.10.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.