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
cd75df8
commit 799dc34
Showing
11 changed files
with
21 additions
and
21 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": "4.3.6", | ||
"version": "4.4.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-async", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"description": "Promise wrappers for the async 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-canonical-path", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"description": "Canonical path library for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
"test": "yarn run lint && ../../node_modules/.bin/mocha --reporter spec" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-db": "^4.0.2", | ||
"@parameter1/base-cms-db": "^4.4.0", | ||
"@parameter1/base-cms-inflector": "^4.0.2", | ||
"@parameter1/base-cms-object-path": "^4.0.2", | ||
"@parameter1/base-cms-utils": "^4.0.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-db", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"description": "The BaseCMS database driver. Requires direct MongoDB access.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-async": "^4.0.2", | ||
"@parameter1/base-cms-async": "^4.4.0", | ||
"@parameter1/base-cms-object-path": "^4.0.2", | ||
"@parameter1/base-cms-utils": "^4.0.2", | ||
"base64-url": "^2.3.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-marko-web", | ||
"version": "4.3.6", | ||
"version": "4.4.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-section-query-generator", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"description": "Utility function for generating section query data for base-cms content", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-db": "^4.0.2" | ||
"@parameter1/base-cms-db": "^4.4.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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-example-website", | ||
"version": "4.3.6", | ||
"version": "4.4.0", | ||
"description": "Example BaseCMS website.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^4.2.0", | ||
"@parameter1/base-cms-marko-web": "^4.3.6", | ||
"@parameter1/base-cms-marko-web": "^4.4.0", | ||
"@parameter1/base-cms-marko-web-auth0-identity-x": "^4.1.0", | ||
"@parameter1/base-cms-marko-web-contact-us": "^4.1.1", | ||
"@parameter1/base-cms-marko-web-deferred-script-loader": "^4.1.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-google-data-api", | ||
"version": "4.1.0", | ||
"version": "4.4.0", | ||
"description": "The BaseCMS Google Data API service using micro.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-db": "^4.0.2", | ||
"@parameter1/base-cms-db": "^4.4.0", | ||
"@parameter1/base-cms-env": "^4.0.2", | ||
"@parameter1/base-cms-micro": "^4.1.0", | ||
"micro": "^9.4.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-graphql-server", | ||
"version": "4.1.0", | ||
"version": "4.4.0", | ||
"description": "The BaseCMS GraphQL server using Apollo and Express.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -14,10 +14,10 @@ | |
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.11.2", | ||
"@parameter1/base-cms-async": "^4.0.2", | ||
"@parameter1/base-cms-async": "^4.4.0", | ||
"@parameter1/base-cms-base4-rest-api": "^4.0.2", | ||
"@parameter1/base-cms-canonical-path": "^4.0.2", | ||
"@parameter1/base-cms-db": "^4.0.2", | ||
"@parameter1/base-cms-canonical-path": "^4.4.0", | ||
"@parameter1/base-cms-db": "^4.4.0", | ||
"@parameter1/base-cms-embedded-media": "^4.0.2", | ||
"@parameter1/base-cms-html": "^4.0.2", | ||
"@parameter1/base-cms-image": "^4.0.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-hooks", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"description": "The BaseCMS hooks server using Express.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -14,8 +14,8 @@ | |
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.11.2", | ||
"@parameter1/base-cms-async": "^4.0.2", | ||
"@parameter1/base-cms-db": "^4.0.2", | ||
"@parameter1/base-cms-async": "^4.4.0", | ||
"@parameter1/base-cms-db": "^4.4.0", | ||
"@parameter1/base-cms-object-path": "^4.0.2", | ||
"@parameter1/base-cms-tooling": "^4.0.2", | ||
"@parameter1/base-cms-utils": "^4.0.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,7 +1,7 @@ | ||
{ | ||
"name": "@parameter1/base-cms-keyword-analysis", | ||
"description": "Analyzes BaseCMS content based on keywords using ElasticSearch.", | ||
"version": "4.0.2", | ||
"version": "4.4.0", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|