Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit120c32f

Browse files
committed
fix(rules): add Yousign
1 parent831b854 commit120c32f

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

‎src/rules/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ exports[`all > should match everything 1`] = `
255255
"woocommerce",
256256
"wordpress",
257257
"yii2",
258+
"yousign",
258259
"zapier",
259260
"zendesk",
260261
"zookeeper",

‎src/rules/saas/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import './twitter.js';
5757
import'./vialink.js';
5858
import'./webflow.js';
5959
import'./wiz.js';
60+
import'./yousign.js';
6061
import'./zapier.js';
6162
import'./zendesk.js';
6263
import'./zoom.js';

‎src/rules/saas/yousign.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import{register}from'../../register.js';
2+
3+
register({
4+
tech:'yousign',
5+
name:'Yousign',
6+
type:'saas',
7+
dependencies:[{type:'php',name:'androk/yousign-api'}],
8+
});

‎src/rules/spec/php/__snapshots__/component.test.ts.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ exports[`php > should match everything 1`] = `
101101
"woocommerce",
102102
"wordpress",
103103
"yii2",
104+
"yousign",
104105
"zookeeper",
105106
]
106107
`;
@@ -132,6 +133,11 @@ exports[`php > should match everything 2`] = `
132133
"alibabacloud/sdk",
133134
"0.0.0",
134135
],
136+
[
137+
"php",
138+
"androk/yousign-api",
139+
"0.0.0",
140+
],
135141
[
136142
"php",
137143
"async-aws/dynamo-db",

‎src/types/techs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ export type AllowedKeys =
288288
|'wordpress'
289289
|'yii2'
290290
|'yii2'
291+
|'yousign'
291292
|'zapier'
292293
|'zendesk'
293294
|'zookeeper'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp