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
4b72158
commit d8b69e8
Showing
54 changed files
with
146 additions
and
146 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.44.1", | ||
"version": "2.45.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
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.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"http-errors": "^1.8.0", | ||
"node-fetch": "^2.6.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-canonical-path", | ||
"version": "2.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-db": "^2.45.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.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.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.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.22.2", | ||
"version": "2.45.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.8.4", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.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-embedded-media", | ||
"version": "2.8.1", | ||
"version": "2.45.0", | ||
"description": "BaseCMS embedded media parsing.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -11,8 +11,8 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-html": "^2.0.0", | ||
"@parameter1/base-cms-image": "^2.8.1", | ||
"@parameter1/base-cms-html": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"cheerio": "^1.0.0-rc.10", | ||
"escape-string-regexp": "^1.0.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-embedly", | ||
"version": "2.0.0", | ||
"version": "2.45.0", | ||
"description": "BaseCMS embedly API library.", | ||
"main": "src/index.js", | ||
"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
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.44.0", | ||
"version": "2.45.0", | ||
"description": "Core framework for BaseCMS Exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -12,12 +12,12 @@ | |
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.9.0", | ||
"@parameter1/base-cms-express-apollo": "^2.39.3", | ||
"@parameter1/base-cms-image": "^2.8.1", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"@parameter1/base-cms-web-common": "^2.44.0", | ||
"@parameter1/base-cms-web-common": "^2.45.0", | ||
"express": "^4.17.1", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.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
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.5.0", | ||
"version": "2.45.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/github-release-notes", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@octokit/rest": "^16.43.2", | ||
"@parameter1/base-cms-env": "^2.0.0", | ||
"@parameter1/base-cms-env": "^2.45.0", | ||
"numeral": "^2.0.6" | ||
}, | ||
"publishConfig": { | ||
|
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-graphql-fragment-types", | ||
"version": "2.37.1", | ||
"version": "2.45.0", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/graphql-fragment-types", | ||
|
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-html", | ||
"version": "2.0.0", | ||
"version": "2.45.0", | ||
"description": "Common HTML utilities for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"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-image", | ||
"version": "2.8.1", | ||
"version": "2.45.0", | ||
"description": "Common image utilities for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-html": "^2.0.0", | ||
"@parameter1/base-cms-html": "^2.45.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0" | ||
}, | ||
"publishConfig": { | ||
|
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.37.1", | ||
"version": "2.45.0", | ||
"description": "Leaders Program Vue components", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/leaders-program", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"vue-apollo": "^3.0.8" | ||
}, | ||
"devDependencies": { | ||
"@parameter1/base-cms-graphql-fragment-types": "^2.37.1", | ||
"@parameter1/base-cms-graphql-fragment-types": "^2.45.0", | ||
"@vue/cli-plugin-babel": "^4.5.13", | ||
"@vue/cli-plugin-eslint": "^4.5.13", | ||
"@vue/cli-service": "^4.5.13", | ||
|
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": "@parameter1/base-cms-marko-core", | ||
"version": "2.44.0", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"@parameter1/base-cms-web-common": "^2.44.0", | ||
"@parameter1/base-cms-web-common": "^2.45.0", | ||
"marko": "~4.20.0", | ||
"moment": "^2.29.1", | ||
"moment-timezone": "^0.5.33", | ||
|
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.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"moment": "^2.29.1", | ||
"node-fetch": "^2.6.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-newsletters-gam", | ||
"version": "2.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.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.44.0", | ||
"version": "2.45.0", | ||
"description": "Core Marko+Express components for BaseCMS newsletter templates", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -13,12 +13,12 @@ | |
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.9.0", | ||
"@parameter1/base-cms-express-apollo": "^2.39.3", | ||
"@parameter1/base-cms-image": "^2.8.1", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"@parameter1/base-cms-web-common": "^2.44.0", | ||
"@parameter1/base-cms-web-common": "^2.45.0", | ||
"express": "^4.17.1", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.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-deferred-script-loader", | ||
"version": "2.22.2", | ||
"version": "2.45.0", | ||
"description": "Adds deferred script loading support", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^2.22.2" | ||
"@parameter1/base-cms-object-path": "^2.45.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-gam", | ||
"version": "2.22.2", | ||
"version": "2.45.0", | ||
"description": "Google Ad Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"test": "yarn compile && yarn lint && mocha --reporter spec" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^2.22.2", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^2.45.0", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.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.22.2", | ||
"version": "2.45.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.22.2", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.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.22.2", | ||
"version": "2.45.0", | ||
"description": "Google Tag Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -12,8 +12,8 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^2.22.2", | ||
"@parameter1/base-cms-object-path": "^2.22.2", | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^2.45.0", | ||
"@parameter1/base-cms-object-path": "^2.45.0", | ||
"@parameter1/base-cms-utils": "^2.22.2", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.5" | ||
|
Oops, something went wrong.