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
d1f6323
commit 6b1c527
Showing
80 changed files
with
309 additions
and
309 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
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-async", | ||
"version": "3.0.0", | ||
"version": "4.0.0-beta.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-base4-rest-api", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "A Base4 REST API client.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,9 +12,9 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-inflector": "^3.0.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-inflector": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"http-errors": "^1.8.1", | ||
"node-fetch": "^2.6.9" | ||
}, | ||
|
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.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Canonical path library for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
@@ -12,10 +12,10 @@ | |
"test": "yarn run lint && ../../node_modules/.bin/mocha --reporter spec" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-db": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-inflector": "^3.0.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0" | ||
"@parameter1/base-cms-db": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-inflector": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.7", | ||
|
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-cli-utils", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Utility functions for BaseCMS CLI projects.", | ||
"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-dayjs", | ||
"version": "3.17.3", | ||
"version": "4.0.0-beta.0", | ||
"description": "Pre-configured Dayjs with plugins and associated logic", | ||
"author": "Jake Collins <[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-db", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "The BaseCMS database driver. Requires direct MongoDB access.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,9 +12,9 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-async": "^3.0.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-async": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"base64-url": "^2.3.3", | ||
"deepmerge": "^3.3.0", | ||
"mongodb": "^3.7.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-dependency-tool", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Command line tool for managing BaseCMS project dependencies.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -15,8 +15,8 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-cli-utils": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-cli-utils": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"chalk": "^4.1.2", | ||
"fancy-log": "^2.0.0", | ||
"semver": "^7.3.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-embedded-media", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "BaseCMS embedded media parsing.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,9 +12,9 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-html": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-image": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-inflector": "^3.0.0", | ||
"@parameter1/base-cms-html": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-image": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-inflector": "^4.0.0-beta.0", | ||
"cheerio": "^1.0.0-rc.12", | ||
"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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.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-cli", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Command line interface for BaseCMS+Marko exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -15,8 +15,8 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-compiler": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-marko-compiler": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"chalk": "^4.1.2", | ||
"chokidar": "^3.5.3", | ||
"fancy-log": "^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
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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Core framework for BaseCMS Exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -15,14 +15,14 @@ | |
}, | ||
"dependencies": { | ||
"@godaddy/terminus": "^4.11.2", | ||
"@parameter1/base-cms-express-apollo": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-image": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-marko-express": "^0.0.0", | ||
"@parameter1/base-cms-marko-node-require": "^3.0.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-tenant-context": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-web-common": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-express-apollo": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-image": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-marko-express": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-marko-node-require": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-tenant-context": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-web-common": "^4.0.0-beta.0", | ||
"express": "^4.18.2", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.6", | ||
|
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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/github-release-notes", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"dependencies": { | ||
"@octokit/rest": "^16.43.2", | ||
"@parameter1/base-cms-env": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-env": "^4.0.0-beta.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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Common image utilities for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,8 +12,8 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-html": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-inflector": "^3.0.0" | ||
"@parameter1/base-cms-html": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-inflector": "^4.0.0-beta.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-inflector", | ||
"version": "3.0.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Inflector functions for JavaScript 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-leaders-program", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Leaders Program Vue components", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/leaders-program", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@parameter1/base-cms-graphql-fragment-types": "^4.0.0-alpha.0", | ||
"@parameter1/base-cms-graphql-fragment-types": "^4.0.0-beta.0", | ||
"@vue/cli-plugin-babel": "^5.0.8", | ||
"@vue/cli-plugin-eslint": "^5.0.8", | ||
"@vue/cli-service": "^4.5.19", | ||
|
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-compiler", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Marko template compiler.", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-compiler", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"chalk": "^4.1.2", | ||
"fancy-log": "^2.0.0", | ||
"fast-glob": "^3.2.12", | ||
|
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": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Core BaseCMS Marko components.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -22,11 +22,11 @@ | |
"test": "yarn compile --no-clean && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-dayjs": "^3.17.3", | ||
"@parameter1/base-cms-marko-express": "^0.0.0", | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-web-common": "^4.0.0-alpha.0" | ||
"@parameter1/base-cms-dayjs": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-marko-express": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-web-common": "^4.0.0-beta.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-marko-express", | ||
"version": "0.0.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Common Marko+Express middleware.", | ||
"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-marko-newsletters-email-x", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "EmailX Marko components for BaseCMS newsletters.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,8 +13,8 @@ | |
"test": "yarn compile --no-clean && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-object-path": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-object-path": "^4.0.0-beta.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"moment": "^2.29.1", | ||
"node-fetch": "^2.6.9" | ||
}, | ||
|
Oops, something went wrong.