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
9d9e630
commit 033db38
Showing
13 changed files
with
15 additions
and
15 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.19.0", | ||
"version": "2.20.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-marko-web-gam", | ||
"version": "2.18.0", | ||
"version": "2.20.0", | ||
"description": "Google Ad Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"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-marko-web-gtm", | ||
"version": "2.18.0", | ||
"version": "2.20.0", | ||
"description": "Google Tag Manager (GAM) Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"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-marko-web-native-x", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "NativeX Marko components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^2.18.0", | ||
"@parameter1/base-cms-marko-web-gtm": "^2.18.0", | ||
"@parameter1/base-cms-marko-web-gtm": "^2.20.0", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"@parameter1/base-cms-utils": "^2.4.2", | ||
"@parameter1/base-cms-web-common": "^2.5.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", | ||
"version": "2.13.0", | ||
"version": "2.20.0", | ||
"description": "Core Marko+Express components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
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-web-cli", | ||
"version": "2.13.0", | ||
"version": "2.20.0", | ||
"description": "Command line interface for BaseCMS+Marko websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -20,7 +20,7 @@ | |
"@babel/runtime": "^7.13.17", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"@parameter1/base-cms-express-apollo": "^2.3.0", | ||
"@parameter1/base-cms-marko-web": "^2.13.0", | ||
"@parameter1/base-cms-marko-web": "^2.20.0", | ||
"autoprefixer": "^10.2.5", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
|
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-google-data-api", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS Google Data API service using micro.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[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-graphql-server", | ||
"version": "2.8.3", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS GraphQL server using Apollo and Express.", | ||
"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-hooks", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS hooks server using Express.", | ||
"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-oembed", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS oEmbed service", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[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-omail-link-processor", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/services/omail-link-processor", | ||
"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-rss", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS RSS service", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[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-sitemaps", | ||
"version": "2.8.0", | ||
"version": "2.20.0", | ||
"description": "The BaseCMS Sitemaps service", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|