-
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
1664ba2
commit 2eeec04
Showing
18 changed files
with
59 additions
and
59 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,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/app", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
"repository": "https://github.com/andrewcourtice/harlem.git", | ||
"author": "Andrew Courtice <[email protected]>", | ||
|
@@ -13,17 +13,17 @@ | |
"build": "vite build" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/extension-action": "^2.3.1", | ||
"@harlem/extension-compose": "^2.3.1", | ||
"@harlem/extension-history": "^2.3.1", | ||
"@harlem/extension-lazy": "^2.3.1", | ||
"@harlem/extension-reset": "^2.3.1", | ||
"@harlem/extension-snapshot": "^2.3.1", | ||
"@harlem/extension-storage": "^2.3.1", | ||
"@harlem/extension-trace": "^2.3.1", | ||
"@harlem/extension-transaction": "^2.3.1", | ||
"@harlem/plugin-devtools": "^2.3.1", | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/extension-action": "^2.3.2", | ||
"@harlem/extension-compose": "^2.3.2", | ||
"@harlem/extension-history": "^2.3.2", | ||
"@harlem/extension-lazy": "^2.3.2", | ||
"@harlem/extension-reset": "^2.3.2", | ||
"@harlem/extension-snapshot": "^2.3.2", | ||
"@harlem/extension-storage": "^2.3.2", | ||
"@harlem/extension-trace": "^2.3.2", | ||
"@harlem/extension-transaction": "^2.3.2", | ||
"@harlem/plugin-devtools": "^2.3.2", | ||
"date-fns": "^2.28.0", | ||
"date-fns-tz": "^1.3.3", | ||
"flex-layout-attribute": "^1.0.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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/core", | ||
"amdName": "harlem", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
|
@@ -37,7 +37,7 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.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 @@ | ||
{ | ||
"private": true, | ||
"name": "@harlem/docs", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
"repository": "https://github.com/andrewcourtice/harlem.git", | ||
"author": "Andrew Courtice <[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,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/extension-action", | ||
"amdName": "harlemAction", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official action extension for Harlem", | ||
|
@@ -39,15 +39,15 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/task": "^2.3.1" | ||
"@harlem/task": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.0.0", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1", | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.2", | ||
"vue": "^3.2.33" | ||
} | ||
} |
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.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official compose extension for Harlem", | ||
|
@@ -39,14 +39,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.0.0", | ||
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/core": "^2.3.2", | ||
"vue": "^3.2.33" | ||
} | ||
} |
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.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official history extension for Harlem", | ||
|
@@ -39,14 +39,14 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/extension-trace": "^2.3.1", | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/extension-trace": "^2.3.2", | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1" | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.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-lazy", | ||
"amdName": "harlemLazy", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official lazy extension for Harlem", | ||
|
@@ -43,8 +43,8 @@ | |
"vue": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1", | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.2", | ||
"vue": "^3.2.33" | ||
} | ||
} |
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.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official reset extension for Harlem", | ||
|
@@ -42,10 +42,10 @@ | |
"@harlem/core": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1" | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.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-snapshot", | ||
"amdName": "harlemSnapshot", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official snapshot extension for Harlem", | ||
|
@@ -42,10 +42,10 @@ | |
"@harlem/core": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1" | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.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-storage", | ||
"amdName": "harlemStorage", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage extension for Harlem", | ||
|
@@ -39,12 +39,12 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1" | ||
"@harlem/core": "^2.3.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": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official trace extension for Harlem", | ||
|
@@ -42,10 +42,10 @@ | |
"@harlem/core": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1", | ||
"@harlem/testing": "^2.3.1" | ||
"@harlem/core": "^2.3.2", | ||
"@harlem/testing": "^2.3.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-transaction", | ||
"amdName": "harlemTransaction", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction extension for Harlem", | ||
|
@@ -39,12 +39,12 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@harlem/extension-snapshot": "^2.3.1" | ||
"@harlem/extension-snapshot": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1" | ||
"@harlem/core": "^2.3.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,5 +1,5 @@ | ||
{ | ||
"version": "2.3.1", | ||
"version": "2.3.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": "2.3.1", | ||
"version": "2.3.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/testing", | ||
"private": true, | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem testing package", | ||
|
@@ -10,7 +10,7 @@ | |
"build": "echo \"No Build Required\"" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^2.3.1" | ||
"@harlem/core": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/utilities", | ||
"amdName": "harlemUtilities", | ||
"version": "2.3.1", | ||
"version": "2.3.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": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official Vue devtools plugin for Harlem", | ||
|
@@ -42,10 +42,10 @@ | |
"@harlem/core": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1", | ||
"@harlem/utilities": "^2.3.2", | ||
"@vue/devtools-api": "^6.1.4" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1" | ||
"@harlem/core": "^2.3.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": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official server-side rendering plugin for Harlem", | ||
|
@@ -42,9 +42,9 @@ | |
"@harlem/core": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^2.3.1" | ||
"@harlem/utilities": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^2.3.1" | ||
"@harlem/core": "^2.3.2" | ||
} | ||
} |