Skip to content

Commit 342868c

Browse files
authored
Update licenses for signals (#1197)
1 parent 4907e7c commit 342868c

File tree

6 files changed

+654
-50
lines changed

6 files changed

+654
-50
lines changed

.changeset/tame-paws-raise.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@segment/analytics-signals': patch
3+
'@segment/analytics-signals-runtime': patch
4+
---
5+
6+
Update signals license

constraints.pro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
% https://github.com/babel/babel/blob/main/constraints.pro
88
% https://github.com/yarnpkg/berry/blob/master/constraints.pro
99

10-
% Enforces the license in all public workspaces while removing it from private workspaces
11-
gen_enforced_field(WorkspaceCwd, 'license', 'MIT') :-
12-
\+ workspace_field(WorkspaceCwd, 'private', true).
13-
gen_enforced_field(WorkspaceCwd, 'license', null) :-
14-
workspace_field(WorkspaceCwd, 'private', true).
15-
1610
% This rule will enforce that a workspace MUST depend on the same version of a dependency as the one used by the other workspaces
1711
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, DependencyType) :-
1812
% Iterates over all dependencies from all workspaces

0 commit comments

Comments
 (0)