Skip to content

Commit

Permalink
fix: Update dependencies versions for @cocreate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 4, 2023
1 parent 8cafb0e commit 1483084
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "@cocreate/authenticate",
"version": "1.0.2",
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"authenticate",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-authenticate.git"
},
"authenticateor": "CoCreate LLC",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-authenticate/issues"
},
"main": "./src/index.js",
"homepage": "https://cocreate.app/docs/authenticate",
"dependencies": {
"@cocreate/docs": "^1.7.13",
"@cocreate/uuid": "^1.4.11",
"jsonwebtoken": "^9.0.0"
}
}
{
"name": "@cocreate/authenticate",
"version": "1.0.2",
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"authenticate",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-authenticate.git"
},
"authenticateor": "CoCreate LLC",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-authenticate/issues"
},
"main": "./src/index.js",
"homepage": "https://cocreate.app/docs/authenticate",
"dependencies": {
"@cocreate/docs": "^1.7.15",
"@cocreate/uuid": "^1.4.13",
"jsonwebtoken": "^9.0.0"
}
}

0 comments on commit 1483084

Please sign in to comment.