-
Notifications
You must be signed in to change notification settings - Fork 16
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
eaad45a
commit c545f50
Showing
15 changed files
with
61 additions
and
61 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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/core", | ||
"amdName": "harlem", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Powerfully simple global state management for Vue 3", | ||
|
@@ -43,7 +43,7 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.2.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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/extension-action", | ||
"amdName": "harlemAction", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official action extension for Harlem", | ||
|
@@ -45,15 +45,15 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/task": "^3.0.1", | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/task": "^3.0.2", | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^3.0.0", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/core": "^3.0.2", | ||
"@harlem/testing": "^3.0.0", | ||
"vue": "^3.2.45" | ||
} | ||
|
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": "@harlem/extension-compose", | ||
"amdName": "harlemCompose", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official compose extension for Harlem", | ||
|
@@ -45,14 +45,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^3.0.0", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/core": "^3.0.2", | ||
"vue": "^3.2.45" | ||
} | ||
} |
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": "@harlem/extension-history", | ||
"amdName": "harlemHistory", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official history extension for Harlem", | ||
|
@@ -45,14 +45,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/extension-trace": "^3.0.1", | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/extension-trace": "^3.0.2", | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/core": "^3.0.2", | ||
"@harlem/testing": "^3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/extension-lazy", | ||
"amdName": "harlemLazy", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official lazy extension for Harlem", | ||
|
@@ -49,7 +49,7 @@ | |
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/core": "^3.0.2", | ||
"@harlem/testing": "^3.0.0", | ||
"vue": "^3.2.45" | ||
} | ||
|
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": "@harlem/extension-storage", | ||
"amdName": "harlemStorage", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage extension for Harlem", | ||
|
@@ -45,12 +45,12 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1" | ||
"@harlem/core": "^3.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": "@harlem/extension-trace", | ||
"amdName": "harlemTrace", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official trace extension for Harlem", | ||
|
@@ -48,10 +48,10 @@ | |
"@harlem/core": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/core": "^3.0.2", | ||
"@harlem/testing": "^3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/extension-transaction", | ||
"amdName": "harlemTransaction", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction extension for Harlem", | ||
|
@@ -48,6 +48,6 @@ | |
"@harlem/core": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1" | ||
"@harlem/core": "^3.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": "harlem", | ||
"amdName": "harlem", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Powerfully simple global state management for Vue 3", | ||
|
@@ -43,8 +43,8 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^3.0.1", | ||
"@harlem/plugin-devtools": "^3.0.1" | ||
"@harlem/core": "^3.0.2", | ||
"@harlem/plugin-devtools": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.2.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,5 +1,5 @@ | ||
{ | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
|
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": "@harlem/task", | ||
"amdName": "harlemTask", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem task package", | ||
|
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": "@harlem/utilities", | ||
"amdName": "harlemUtilities", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem utilities package", | ||
|
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": "@harlem/plugin-devtools", | ||
"amdName": "harlemDevtools", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official Vue devtools plugin for Harlem", | ||
|
@@ -48,10 +48,10 @@ | |
"@harlem/core": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1", | ||
"@harlem/utilities": "^3.0.2", | ||
"@vue/devtools-api": "^6.4.5" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1" | ||
"@harlem/core": "^3.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": "@harlem/plugin-ssr", | ||
"amdName": "harlemSSR", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official server-side rendering plugin for Harlem", | ||
|
@@ -48,9 +48,9 @@ | |
"@harlem/core": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^3.0.1" | ||
"@harlem/utilities": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^3.0.1" | ||
"@harlem/core": "^3.0.2" | ||
} | ||
} |
Oops, something went wrong.
c545f50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
harlem – ./
harlem-andrewcourtice.vercel.app
harlem-git-main-andrewcourtice.vercel.app
harlem.vercel.app
harlemjs.com