This commit is contained in:
Michael Puckett 2022-10-10 21:46:52 -04:00
parent 8cf3a959c6
commit 361643246c
12 changed files with 36 additions and 75 deletions

View File

@ -1,51 +1,12 @@
0 silly argv {
0 silly argv _: [ 'version' ],
0 silly argv lernaVersion: '5.6.2',
0 silly argv '$0': '..\\..\\..\\AppData\\Roaming\\npm\\node_modules\\lerna\\cli.js',
0 silly argv bump: '0.0.34'
0 silly argv }
1 notice cli v5.6.2
2 verbose rootPath C:\Users\Michael Puckett\Sites\activitypub-lerna
3 info current version 0.0.33
4 silly isAnythingCommitted
5 verbose isAnythingCommitted 1
6 silly getCurrentBranch
7 verbose currentBranch master
8 silly remoteBranchExists
9 silly isBehindUpstream
10 silly isBehindUpstream master is behind origin/master by 0 commit(s) and ahead by 0
11 silly hasTags
12 verbose hasTags false
13 info Assuming all packages changed
14 verbose updated activitypub-core-express-jsx
15 verbose updated activitypub-core-express-middleware
16 verbose updated activitypub-core-jsx-components
17 verbose updated activitypub-core-types
18 verbose updated activitypub-core
19 verbose git-describe undefined => "dd0939f"
20 silly git-describe parsed => {"refCount":"7","sha":"dd0939f","isDirty":false}
21 info execute Skipping releases
22 silly lifecycle No script for "preversion" in "root", continuing
23 silly lifecycle No script for "preversion" in "activitypub-core-types", continuing
24 silly lifecycle No script for "version" in "activitypub-core-types", continuing
25 silly lifecycle No script for "preversion" in "activitypub-core-express-jsx", continuing
26 silly lifecycle No script for "preversion" in "activitypub-core-express-middleware", continuing
27 silly lifecycle No script for "preversion" in "activitypub-core-jsx-components", continuing
28 silly lifecycle No script for "preversion" in "activitypub-core", continuing
29 silly lifecycle No script for "version" in "activitypub-core-jsx-components", continuing
30 silly lifecycle No script for "version" in "activitypub-core", continuing
31 silly lifecycle No script for "version" in "activitypub-core-express-jsx", continuing
32 silly lifecycle No script for "version" in "activitypub-core-express-middleware", continuing
33 verbose version Updating root package-lock.json
34 error Error: Command failed with exit code 1: npm install --package-lock-only --ignore-scripts
34 error npm ERR! code ETARGET
34 error npm ERR! notarget No matching version found for activitypub-core-types@^0.0.34.
34 error npm ERR! notarget In most cases you or one of your dependencies are requesting
34 error npm ERR! notarget a package version that doesn't exist.
34 error
34 error npm ERR! A complete log of this run can be found in:
34 error npm ERR! C:\Users\Michael Puckett\AppData\Local\npm-cache\_logs\2022-10-11T01_45_33_926Z-debug.log
34 error at makeError (C:\Users\Michael Puckett\Sites\activitypub-lerna\node_modules\execa\lib\error.js:60:11)
34 error at handlePromise (C:\Users\Michael Puckett\Sites\activitypub-lerna\node_modules\execa\index.js:118:26)
34 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
34 error at async Promise.all (index 0)
39 error Error: Command failed with exit code 1: npm install --package-lock-only --ignore-scripts
39 error npm ERR! code ETARGET
39 error npm ERR! notarget No matching version found for activitypub-core-types@^0.0.35.
39 error npm ERR! notarget In most cases you or one of your dependencies are requesting
39 error npm ERR! notarget a package version that doesn't exist.
39 error
39 error npm ERR! A complete log of this run can be found in:
39 error npm ERR! C:\Users\Michael Puckett\AppData\Local\npm-cache\_logs\2022-10-11T01_46_43_267Z-debug.log
39 error at makeError (C:\Users\Michael Puckett\Sites\activitypub-lerna\node_modules\execa\lib\error.js:60:11)
39 error at handlePromise (C:\Users\Michael Puckett\Sites\activitypub-lerna\node_modules\execa\index.js:118:26)
39 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
39 error at async Promise.all (index 0)

View File

@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.0.34"
"version": "0.0.35"
}

View File

@ -1,17 +1,17 @@
{
"name": "activitypub-core-express-jsx",
"version": "0.0.34",
"version": "0.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activitypub-core-express-jsx",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"activitypub-core-express-middleware": "^0.0.5",
"activitypub-core-jsx-components": "^0.0.1",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"firebase-admin": "^11.1.0",
"react": "^16.14.0",
"react-server": "^0.8.1"

View File

@ -1,6 +1,6 @@
{
"name": "activitypub-core-express-jsx",
"version": "0.0.34",
"version": "0.0.35",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "",
@ -24,7 +24,7 @@
"dependencies": {
"activitypub-core-express-middleware": "^0.0.5",
"activitypub-core-jsx-components": "^0.0.1",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"firebase-admin": "^11.1.0",
"react": "^16.14.0",
"react-server": "^0.8.1"

View File

@ -1,16 +1,16 @@
{
"name": "activitypub-core-express-middleware",
"version": "0.0.34",
"version": "0.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activitypub-core-express-middleware",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"activitypub-core": "^0.0.28",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"express": "^4.18.2",
"firebase-admin": "^11.1.0",
"http": "^0.0.1-security"

View File

@ -1,6 +1,6 @@
{
"name": "activitypub-core-express-middleware",
"version": "0.0.34",
"version": "0.0.35",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "",
@ -21,7 +21,7 @@
},
"dependencies": {
"activitypub-core": "^0.0.28",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"express": "^4.18.2",
"firebase-admin": "^11.1.0",
"http": "^0.0.1-security"

View File

@ -1,16 +1,16 @@
{
"name": "activitypub-core-jsx-components",
"version": "0.0.34",
"version": "0.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activitypub-core-jsx-components",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"activitypub-core-express-middleware": "^0.0.0",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "activitypub-core-jsx-components",
"version": "0.0.34",
"version": "0.0.35",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "",
@ -22,7 +22,7 @@
},
"dependencies": {
"activitypub-core-express-middleware": "^0.0.0",
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"react": "^18.2.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "activitypub-core-types",
"version": "0.0.34",
"version": "0.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activitypub-core-types",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"devDependencies": {
"ts-node": "^10.9.1"

View File

@ -1,6 +1,6 @@
{
"name": "activitypub-core-types",
"version": "0.0.34",
"version": "0.0.35",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "",

View File

@ -1,15 +1,15 @@
{
"name": "activitypub-core",
"version": "0.0.34",
"version": "0.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activitypub-core",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"cookie": "^0.5.0",
"firebase-admin": "^11.1.0",
"http": "^0.0.1-security",

View File

@ -1,6 +1,6 @@
{
"name": "activitypub-core",
"version": "0.0.34",
"version": "0.0.35",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "",
@ -17,7 +17,7 @@
"tsc": "tsc --project tsconfig.json"
},
"dependencies": {
"activitypub-core-types": "^0.0.34",
"activitypub-core-types": "^0.0.35",
"cookie": "^0.5.0",
"firebase-admin": "^11.1.0",
"http": "^0.0.1-security",