Skip to content

Commit

Permalink
New version v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 13, 2019
1 parent d0433e7 commit 76077a6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 43 deletions.
2 changes: 1 addition & 1 deletion api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aktnmap-api",
"description": "Kalisio Akt'n'Map Web Services",
"version": "0.6.6",
"version": "0.6.7",
"homepage": "https://github.com/kalisio/aktnmap",
"keywords": [
"kalisio"
Expand Down
19 changes: 0 additions & 19 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,6 @@
passport "^0.4.0"
uuid "^3.1.0"

"@feathersjs/authentication@git+https://github.com/kalisio/authentication.git":
version "2.1.7"
uid b730e0624b112e9be372dea168702dc740037396
resolved "git+https://github.com/kalisio/authentication.git#b730e0624b112e9be372dea168702dc740037396"
dependencies:
"@feathersjs/commons" "^2.0.0"
"@feathersjs/errors" "^3.0.0"
"@feathersjs/socket-commons" "^3.1.2"
debug "^3.1.0"
jsonwebtoken "^8.0.0"
lodash.clone "^4.5.0"
lodash.merge "^4.6.0"
lodash.omit "^4.5.0"
lodash.pick "^4.4.0"
long-timeout "^0.1.1"
ms "^2.0.0"
passport "^0.4.0"
uuid "^3.1.0"

"@feathersjs/authentication@https://github.com/kalisio/authentication.git":
version "2.1.7"
resolved "https://github.com/kalisio/authentication.git#b730e0624b112e9be372dea168702dc740037396"
Expand Down
2 changes: 1 addition & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.kalisio.aktnmap" version="0.6.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.kalisio.aktnmap" version="0.6.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>AktnMap</name>
<description>Akt'n'Map application</description>
<icon src="model/icon.png"/>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aktnmap",
"description": "Kalisio Akt'n'Map Application",
"version": "0.6.6",
"version": "0.6.7",
"homepage": "https://github.com/kalisio/aktnmap",
"keywords": [
"kalisio"
Expand Down
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,6 @@
passport "^0.4.0"
uuid "^3.1.0"

"@feathersjs/authentication@git+https://github.com/kalisio/authentication.git":
version "2.1.7"
uid b730e0624b112e9be372dea168702dc740037396
resolved "git+https://github.com/kalisio/authentication.git#b730e0624b112e9be372dea168702dc740037396"
dependencies:
"@feathersjs/commons" "^2.0.0"
"@feathersjs/errors" "^3.0.0"
"@feathersjs/socket-commons" "^3.1.2"
debug "^3.1.0"
jsonwebtoken "^8.0.0"
lodash.clone "^4.5.0"
lodash.merge "^4.6.0"
lodash.omit "^4.5.0"
lodash.pick "^4.4.0"
long-timeout "^0.1.1"
ms "^2.0.0"
passport "^0.4.0"
uuid "^3.1.0"

"@feathersjs/authentication@https://github.com/kalisio/authentication.git":
version "2.1.7"
resolved "https://github.com/kalisio/authentication.git#b730e0624b112e9be372dea168702dc740037396"
Expand Down

0 comments on commit 76077a6

Please sign in to comment.