File tree 2 files changed +27
-4
lines changed
2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "debug" : true ,
3
+ "plugins" : [
4
+ " @semantic-release/commit-analyzer" ,
5
+ " @semantic-release/release-notes-generator" ,
6
+ " @semantic-release/npm" ,
7
+ [
8
+ " @semantic-release/changelog" ,
9
+ {
10
+ "changelogFile" : " CHANGELOG.md"
11
+ }
12
+ ],
13
+ [
14
+ " @semantic-release/git" ,
15
+ {
16
+ "assets" : [" package.json" , " CHANGELOG.md" ],
17
+ "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
18
+ }
19
+ ],
20
+ " @semantic-release/github"
21
+ ]
22
+ }
23
+
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " expression-eval" ,
3
- "version" : " 5.0.1 " ,
2
+ "name" : " @casbin/ expression-eval" ,
3
+ "version" : " 5.0.2 " ,
4
4
"description" : " JavaScript expression parsing and evaluation." ,
5
5
"source" : " index.ts" ,
6
6
"main" : " dist/expression-eval.js" ,
9
9
"types" : " dist/index.d.ts" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/donmccurdy /expression-eval.git"
12
+ "url" : " https://github.com/node-casbin /expression-eval.git"
13
13
},
14
14
"scripts" : {
15
15
"dev" : " microbundle watch" ,
32
32
" tree" ,
33
33
" math"
34
34
],
35
- "author" : " Don McCurdy <dm@donmccurdy.com> " ,
35
+ "author" : " Node-Casbin " ,
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"jsep" : " ^0.3.0"
You can’t perform that action at this time.
0 commit comments