Skip to content

Commit

Permalink
Migrated to SherpaJS 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SellersEvan committed Apr 1, 2024
1 parent a7fe9b1 commit 80ad154
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
31 changes: 27 additions & 4 deletions 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
Expand Up @@ -19,6 +19,6 @@
},
"homepage": "https://github.com/sellersindustry/SherpaJS-static-flags#readme",
"dependencies": {
"sherpa-core": "^1.0.4"
"sherpa-core": "^1.1.1"
}
}
11 changes: 6 additions & 5 deletions sherpa.module.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { SherpaJS } from "sherpa-core";
import { ContextSchema, SherpaJS } from "sherpa-core";

export type Context = {
[key: string]: string | number | boolean
}

export default SherpaJS.New.module({
name: "static-flags",
interface: ContextSchema<Context>
});


export type ContextSchema = {
[key: string]: string | number | boolean
}

0 comments on commit 80ad154

Please sign in to comment.