-
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
fead81f
commit 754717f
Showing
31 changed files
with
191 additions
and
65 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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/core", | ||
"amdName": "harlem", | ||
"version": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
|
@@ -39,7 +39,7 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official action extension for Harlem", | ||
|
@@ -41,15 +41,15 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/task": "^2.4.0-beta.5", | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/task": "^2.4.0-beta.6", | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.4.0-beta.1", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.1", | ||
"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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official compose extension for Harlem", | ||
|
@@ -41,14 +41,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.4.0-beta.1", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official history extension for Harlem", | ||
|
@@ -41,14 +41,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/extension-trace": "^2.4.0-beta.5", | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/extension-trace": "^2.4.0-beta.6", | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official lazy extension for Harlem", | ||
|
@@ -45,7 +45,7 @@ | |
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.1", | ||
"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
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-reset", | ||
"amdName": "harlemReset", | ||
"version": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official reset extension for Harlem", | ||
|
@@ -44,10 +44,10 @@ | |
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.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
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-snapshot", | ||
"amdName": "harlemSnapshot", | ||
"version": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official snapshot extension for Harlem", | ||
|
@@ -44,10 +44,10 @@ | |
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage extension for Harlem", | ||
|
@@ -41,12 +41,12 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5" | ||
"@harlem/core": "^2.4.0-beta.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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/extension-trace", | ||
"amdName": "harlemTrace", | ||
"version": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official trace extension for Harlem", | ||
|
@@ -44,10 +44,10 @@ | |
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.4.0-beta.5" | ||
"@harlem/utilities": "^2.4.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5", | ||
"@harlem/core": "^2.4.0-beta.6", | ||
"@harlem/testing": "^2.4.0-beta.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
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": "2.4.0-beta.5", | ||
"version": "2.4.0-beta.6", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction extension for Harlem", | ||
|
@@ -44,6 +44,6 @@ | |
"@harlem/core": "^2.4.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.4.0-beta.5" | ||
"@harlem/core": "^2.4.0-beta.6" | ||
} | ||
} |
Oops, something went wrong.