Skip to content

Commit 8a81a6e

Browse files
committed
Squash merge spencer/webauthn to master
1 parent a8bf8a9 commit 8a81a6e

File tree

4 files changed

+657
-12
lines changed

4 files changed

+657
-12
lines changed

build.savant

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2019-2022, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,9 +13,8 @@
1313
* either express or implied. See the License for the specific
1414
* language governing permissions and limitations under the License.
1515
*/
16-
savantVersion = "1.0.0"
1716

18-
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.40.2", licenses: ["ApacheV2_0"]) {
17+
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.41.0", licenses: ["ApacheV2_0"]) {
1918
workflow {
2019
fetch {
2120
cache()
@@ -38,9 +37,9 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
3837
}
3938

4039
// Plugins
41-
file = loadPlugin(id: "org.savantbuild.plugin:file:1.0.2")
42-
idea = loadPlugin(id: "org.savantbuild.plugin:idea:1.0.1")
43-
release = loadPlugin(id: "org.savantbuild.plugin:release-git:${savantVersion}")
40+
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.4")
41+
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.4")
42+
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.4")
4443

4544
target(name: "init", description: "Initializes the project") {
4645
def proc = 'npm ci'.execute()

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fusionauth/typescript-client",
3-
"version": "1.40.2",
3+
"version": "1.41.0",
44
"description": "A typescript implementation of the FusionAuth client.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)