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
1940d1e
commit f215b36
Showing
7 changed files
with
13 additions
and
13 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.66.2", | ||
"version": "4.67.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-canonical-path", | ||
"version": "4.40.3", | ||
"version": "4.67.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.40.3", | ||
"@parameter1/base-cms-db": "^4.67.0", | ||
"@parameter1/base-cms-inflector": "^4.5.12", | ||
"@parameter1/base-cms-object-path": "^4.40.3", | ||
"@parameter1/base-cms-utils": "^4.40.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-db", | ||
"version": "4.40.3", | ||
"version": "4.67.0", | ||
"description": "The BaseCMS database driver. Requires direct MongoDB access.", | ||
"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-section-query-generator", | ||
"version": "4.40.3", | ||
"version": "4.67.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.40.3" | ||
"@parameter1/base-cms-db": "^4.67.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-google-data-api", | ||
"version": "4.40.3", | ||
"version": "4.67.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.40.3", | ||
"@parameter1/base-cms-db": "^4.67.0", | ||
"@parameter1/base-cms-env": "^4.5.12", | ||
"@parameter1/base-cms-micro": "^4.40.3", | ||
"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.65.3", | ||
"version": "4.67.0", | ||
"description": "The BaseCMS GraphQL server using Apollo and Express.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -16,8 +16,8 @@ | |
"@godaddy/terminus": "^4.11.2", | ||
"@parameter1/base-cms-async": "^4.5.12", | ||
"@parameter1/base-cms-base4-rest-api": "^4.40.3", | ||
"@parameter1/base-cms-canonical-path": "^4.40.3", | ||
"@parameter1/base-cms-db": "^4.40.3", | ||
"@parameter1/base-cms-canonical-path": "^4.67.0", | ||
"@parameter1/base-cms-db": "^4.67.0", | ||
"@parameter1/base-cms-embedded-media": "^4.47.1", | ||
"@parameter1/base-cms-html": "^4.5.12", | ||
"@parameter1/base-cms-image": "^4.47.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-hooks", | ||
"version": "4.40.3", | ||
"version": "4.67.0", | ||
"description": "The BaseCMS hooks server using Express.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
"dependencies": { | ||
"@godaddy/terminus": "^4.11.2", | ||
"@parameter1/base-cms-async": "^4.5.12", | ||
"@parameter1/base-cms-db": "^4.40.3", | ||
"@parameter1/base-cms-db": "^4.67.0", | ||
"@parameter1/base-cms-object-path": "^4.40.3", | ||
"@parameter1/base-cms-tooling": "^4.5.12", | ||
"@parameter1/base-cms-utils": "^4.40.3", | ||
|