This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b8c5f0
commit 875582e
Showing
34 changed files
with
77 additions
and
77 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": "2.4.6", | ||
"version": "2.5.0", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-base4-rest-api", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "A Base4 REST API client.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"http-errors": "^1.8.0", | ||
"node-fetch": "^2.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-canonical-path", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Canonical path library for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -11,9 +11,9 @@ | |
"test": "yarn run lint && ../../node_modules/.bin/mocha --reporter spec" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-db": "^2.4.2", | ||
"@parameter1/base-cms-db": "^2.5.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
|
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": "@parameter1/base-cms-db", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "The BaseCMS database driver. Requires direct MongoDB access.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-async": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"base64-url": "^2.3.3", | ||
"deepmerge": "^3.3.0", | ||
|
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": "@parameter1/base-cms-dependency-tool", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Command line tool for managing BaseCMS project dependencies.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"chalk": "^2.4.2", | ||
"fancy-log": "^1.3.3", | ||
"yargs": "^14.2.3" | ||
|
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": "@parameter1/base-cms-export-framework", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Core framework for BaseCMS Exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -14,10 +14,10 @@ | |
"@godaddy/terminus": "^4.5.0", | ||
"@parameter1/base-cms-express-apollo": "^2.3.0", | ||
"@parameter1/base-cms-image": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.5.0", | ||
"express": "^4.17.1", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.11.0", | ||
|
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": "@parameter1/base-cms-github-release-notes", | ||
"version": "2.0.0", | ||
"version": "2.5.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/github-release-notes", | ||
"license": "MIT", | ||
|
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": "@parameter1/base-cms-leaders-program", | ||
"version": "2.4.4", | ||
"version": "2.5.0", | ||
"description": "Leaders Program Vue components", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/leaders-program", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
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": "@parameter1/base-cms-marko-core", | ||
"version": "2.4.3", | ||
"version": "2.5.0", | ||
"description": "Core BaseCMS Marko components.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -12,9 +12,9 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.5.0", | ||
"marko": "~4.20.0", | ||
"moment": "^2.29.1", | ||
"moment-timezone": "^0.5.32" | ||
|
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": "@parameter1/base-cms-marko-newsletters-email-x", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "EmailX Marko components for BaseCMS newsletters.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"moment": "^2.29.1", | ||
"node-fetch": "^2.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-newsletters-gam", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "GAM/DFP Marko components for BaseCMS newsletters.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"moment": "^2.29.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-newsletters", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Core Marko+Express components for BaseCMS newsletter templates", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -15,10 +15,10 @@ | |
"@godaddy/terminus": "^4.5.0", | ||
"@parameter1/base-cms-express-apollo": "^2.3.0", | ||
"@parameter1/base-cms-image": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.5.0", | ||
"express": "^4.17.1", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.11.0", | ||
|
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": "@parameter1/base-cms-marko-web-gam", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Google Ad Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"test": "yarn compile && yarn lint && mocha --reporter spec" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"scrollmagic": "^2.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web-gcse", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Google Custom Search (GCSE) Marko/Vue components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2" | ||
}, | ||
"peerDependencies": { | ||
|
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": "@parameter1/base-cms-marko-web-gtm", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Google Tag Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.11.0" | ||
|
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": "@parameter1/base-cms-marko-web-identity-x", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Marko Wrapper for IdentityX", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-identity-x", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"apollo-cache-inmemory": "^1.6.6", | ||
"apollo-client": "^2.6.10", | ||
|
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": "@parameter1/base-cms-marko-web-inquiry", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/inquiry", | ||
"license": "MIT", | ||
|
@@ -10,7 +10,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-env": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"@sendgrid/mail": "^6.4.0", | ||
"body-parser": "^1.19.0", | ||
|
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": "@parameter1/base-cms-marko-web-leaders", | ||
"version": "2.4.4", | ||
"version": "2.5.0", | ||
"description": "Marko Wrapper for the Leaders Program", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-leaders", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-leaders-program": "^2.4.4", | ||
"@parameter1/base-cms-leaders-program": "^2.5.0", | ||
"@parameter1/base-cms-marko-web-icons": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.11.0", | ||
"object-path": "^0.11.5" | ||
|
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": "@parameter1/base-cms-marko-web-native-x", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "NativeX Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"node-fetch": "^2.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web-p1-events", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Parameter1 user event tracking components for BaseCMS/Marko websites.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2" | ||
"@parameter1/base-cms-object-path": "^2.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@parameter1/base-cms-marko-core": "^2.0.0", | ||
|
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": "@parameter1/base-cms-marko-web-photoswipe", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-photoswipe", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-image": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"photoswipe": "^4.1.3" | ||
}, | ||
"peerDependencies": { | ||
|
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": "@parameter1/base-cms-marko-web-reveal-ad", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Custom Reveal Ad Marko/Vue components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2" | ||
}, | ||
"peerDependencies": { | ||
|
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": "@parameter1/base-cms-marko-web-theme-default", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "Default theme for Marko BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-web-icons": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.4.2", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"bootstrap": "4.3.1", | ||
"graphql": "^14.7.0", | ||
|
Oops, something went wrong.