Skip to content

Commit

Permalink
update licenses for signals
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Nov 25, 2024
1 parent 4907e7c commit 33f34b1
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 50 deletions.
6 changes: 6 additions & 0 deletions .changeset/tame-paws-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@segment/analytics-signals': patch
'@segment/analytics-signals-runtime': patch
---

update license
6 changes: 0 additions & 6 deletions constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
% https://github.com/babel/babel/blob/main/constraints.pro
% https://github.com/yarnpkg/berry/blob/master/constraints.pro

% Enforces the license in all public workspaces while removing it from private workspaces
gen_enforced_field(WorkspaceCwd, 'license', 'MIT') :-
\+ workspace_field(WorkspaceCwd, 'private', true).
gen_enforced_field(WorkspaceCwd, 'license', null) :-
workspace_field(WorkspaceCwd, 'private', true).

% This rule will enforce that a workspace MUST depend on the same version of a dependency as the one used by the other workspaces
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, DependencyType) :-
% Iterates over all dependencies from all workspaces
Expand Down
Loading

0 comments on commit 33f34b1

Please sign in to comment.