Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Shavin committed Oct 25, 2020
1 parent e0d05ea commit 9e14ba5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "Gridsome plugin for using Cloudinary-Vue",
"main": "./src/gridsome.client.js",
"private": true,
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@maya/cld-api",
"name": "@mayashavin/cld-api",
"version": "0.0.3",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
Expand Down Expand Up @@ -33,5 +33,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "453e658d03d1726a885e665ebabe8ac46f8f3086"
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
}
2 changes: 1 addition & 1 deletion packages/demo/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
siteName: 'Gridsome',
plugins: [
{
use: '@maya/gridsome-source-cld',
use: '@mayashavin/gridsome-source-cld',
options: {
cloudName: process.env.CLOUDNAME,
apiKey: process.env.API_KEY,
Expand Down
5 changes: 3 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"explore": "gridsome explore"
},
"dependencies": {
"@maya/gridsome-source-cld": "^0.0.3",
"@mayashavin/gridsome-source-cld": "^0.0.3",
"dotenv": "^8.2.0",
"gridsome": "^0.7.0"
}
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
}
2 changes: 1 addition & 1 deletion packages/gs-cld-source/lib/gs-cld-source.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CloudinaryApi from '@maya/cld-api'
import CloudinaryApi from '@mayashavin/cld-api'

class CldImagesSource {
constructor(api, options){
Expand Down
6 changes: 3 additions & 3 deletions packages/gs-cld-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@maya/gridsome-source-cld",
"name": "@mayashavin/gridsome-source-cld",
"version": "0.0.3",
"description": "Source plugin",
"keywords": [
Expand Down Expand Up @@ -33,13 +33,13 @@
"url": "https://github.com/mayashavin/gridsome-plugin-cloudinary/issues"
},
"dependencies": {
"@maya/cld-api": "^0.0.3",
"@mayashavin/cld-api": "^0.0.3",
"cloudinary-core": "^2.11.3",
"cross-env": "^7.0.2",
"lodash.snakecase": "^4.1.1"
},
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "453e658d03d1726a885e665ebabe8ac46f8f3086"
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
}
4 changes: 2 additions & 2 deletions packages/gs-cld-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@maya/gridsome-transformer-cld",
"name": "@mayashavin/gridsome-transformer-cld",
"version": "0.0.3",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
Expand Down Expand Up @@ -39,5 +39,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "453e658d03d1726a885e665ebabe8ac46f8f3086"
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
}
2 changes: 1 addition & 1 deletion packages/gs-image-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "453e658d03d1726a885e665ebabe8ac46f8f3086"
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
}

0 comments on commit 9e14ba5

Please sign in to comment.