@friggframework/api-module-hubspot 1.2.0-canary.293.5731c31.0 → 2.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +1 -1
- package/CHANGELOG.md +179 -29
- package/LICENSE.md +10 -3
- package/README.md +1 -1
- package/api.js +211 -219
- package/defaultConfig.json +12 -7
- package/definition.js +11 -9
- package/index.js +2 -2
- package/jest-setup.js +1 -1
- package/jest-teardown.js +1 -1
- package/package.json +6 -7
- package/tests/api.test.js +365 -36
- package/tests/auther.test.js +4 -4
package/.eslintrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,126 @@
|
|
|
1
|
+
# v1.1.7 (Tue Aug 06 2024)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, Fer Riffel ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook)), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Updated icons for all Frigg API modules [#14](https://github.com/friggframework/api-module-library/pull/14) ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
10
|
+
- Update icons for all Frigg API modules ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
11
|
+
|
|
12
|
+
#### Authors: 1
|
|
13
|
+
|
|
14
|
+
- Fer Riffel ([@FerRiffel-LeftHook](https://github.com/FerRiffel-LeftHook))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# v1.1.6 (Thu Aug 01 2024)
|
|
19
|
+
|
|
20
|
+
:tada: This release contains work from new contributors! :tada:
|
|
21
|
+
|
|
22
|
+
Thanks for all your work!
|
|
23
|
+
|
|
24
|
+
:heart: Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
25
|
+
|
|
26
|
+
:heart: Armando Alvarado ([@aaj](https://github.com/aaj))
|
|
27
|
+
|
|
28
|
+
#### 🐛 Bug Fix
|
|
29
|
+
|
|
30
|
+
- Salesforce V1 and some HubSpot API methods [#11](https://github.com/friggframework/api-module-library/pull/11) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
31
|
+
- Add API module for Asana [#2](https://github.com/friggframework/api-module-library/pull/2) ([@igorschechtel](https://github.com/igorschechtel))
|
|
32
|
+
- update module to pass current manager tests ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
33
|
+
- Added Zoho CRM API module [#4](https://github.com/friggframework/api-module-library/pull/4) ([@aaj](https://github.com/aaj))
|
|
34
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
35
|
+
- Merge branch 'friggframework:main' into main ([@igorschechtel](https://github.com/igorschechtel))
|
|
36
|
+
|
|
37
|
+
#### Authors: 4
|
|
38
|
+
|
|
39
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
40
|
+
- Armando Alvarado ([@aaj](https://github.com/aaj))
|
|
41
|
+
- Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
42
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
# v1.1.5 (Mon May 06 2024)
|
|
47
|
+
|
|
48
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
49
|
+
|
|
50
|
+
Thank you, Sean Matthews ([@seanspeaks](https://github.com/seanspeaks)), for all your work!
|
|
51
|
+
|
|
52
|
+
#### 🐛 Bug Fix
|
|
53
|
+
|
|
54
|
+
- HubSpot API Method Updates [#5](https://github.com/friggframework/api-module-library/pull/5) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
55
|
+
- remove .only ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
56
|
+
- differentiate the two versions of batch association delete, generic and label specific ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
57
|
+
- correct inherited parameter naming (confusion between object and object type) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
58
|
+
- add method for clearing list ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
59
|
+
- Merge branch 'refs/heads/main' into feature/42m-needed-hubspot-api-methods ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
60
|
+
- property update working ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
61
|
+
- update implementation of properties methods ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
62
|
+
- association label and association batch requests implemented and tested ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
63
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
64
|
+
- remove .only tests [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
65
|
+
- update to getListById to follow convention in this api at least [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
66
|
+
- add getList [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
67
|
+
- remove client reference [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
68
|
+
- add list addition, creation, deletion [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
69
|
+
- remove unnecessary dependency [#1](https://github.com/friggframework/api-module-library/pull/1) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
70
|
+
- add methods and tests for list search and label retrieval [#1](https://github.com/friggframework/api-module-library/pull/1) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
71
|
+
|
|
72
|
+
#### ⚠️ Pushed to `main`
|
|
73
|
+
|
|
74
|
+
- Publish ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
75
|
+
|
|
76
|
+
#### Authors: 2
|
|
77
|
+
|
|
78
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
79
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
# v1.1.4 (Wed Apr 17 2024)
|
|
84
|
+
|
|
85
|
+
#### 🐛 Bug Fix
|
|
86
|
+
|
|
87
|
+
- Add HubSpot list membership, creation and deletion requests [#3](https://github.com/friggframework/api-module-library/pull/3) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
88
|
+
- remove .only tests ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
89
|
+
- update to getListById to follow convention in this api at least ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
90
|
+
- add getList ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
91
|
+
- remove client reference ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
92
|
+
- add list addition, creation, deletion ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
93
|
+
- remove unnecessary dependency [#1](https://github.com/friggframework/api-module-library/pull/1) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
94
|
+
- add methods and tests for list search and label retrieval [#1](https://github.com/friggframework/api-module-library/pull/1) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
95
|
+
|
|
96
|
+
#### ⚠️ Pushed to `main`
|
|
97
|
+
|
|
98
|
+
- Publish ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
99
|
+
|
|
100
|
+
#### Authors: 1
|
|
101
|
+
|
|
102
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
# v1.1.3 (Tue Apr 02 2024)
|
|
107
|
+
|
|
108
|
+
#### 🐛 Bug Fix
|
|
109
|
+
|
|
110
|
+
- hubspot api module - list and label search [#1](https://github.com/friggframework/api-module-library/pull/1) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
111
|
+
- remove unnecessary dependency ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
112
|
+
- add methods and tests for list search and label retrieval ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
113
|
+
|
|
114
|
+
#### ⚠️ Pushed to `main`
|
|
115
|
+
|
|
116
|
+
- Publish ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
117
|
+
|
|
118
|
+
#### Authors: 1
|
|
119
|
+
|
|
120
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
1
124
|
# v1.1.0 (Wed Mar 20 2024)
|
|
2
125
|
|
|
3
126
|
:tada: This release contains work from new contributors! :tada:
|
|
@@ -10,12 +133,14 @@ Thanks for all your work!
|
|
|
10
133
|
|
|
11
134
|
#### 🚀 Enhancement
|
|
12
135
|
|
|
13
|
-
|
|
14
136
|
#### 🐛 Bug Fix
|
|
15
137
|
|
|
16
|
-
- Preparing auto for managing "major old
|
|
17
|
-
|
|
18
|
-
-
|
|
138
|
+
- Preparing auto for managing "major old
|
|
139
|
+
versions" [#271](https://github.com/friggframework/frigg/pull/271) ([@seanspeaks](https://github.com/seanspeaks))
|
|
140
|
+
- correct some bad automated edits, though they are not in relevant
|
|
141
|
+
files ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
142
|
+
- Added the updateContact call to HubSpot API
|
|
143
|
+
module [#265](https://github.com/friggframework/frigg/pull/265) ([@leofmds](https://github.com/leofmds))
|
|
19
144
|
- Added the updateContact call to HubSpot API module ([@leofmds](https://github.com/leofmds))
|
|
20
145
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
21
146
|
|
|
@@ -33,9 +158,12 @@ Thanks for all your work!
|
|
|
33
158
|
|
|
34
159
|
#### 🐛 Bug Fix
|
|
35
160
|
|
|
36
|
-
- update hubspot and slack versions to addres publishing
|
|
37
|
-
|
|
38
|
-
-
|
|
161
|
+
- update hubspot and slack versions to addres publishing
|
|
162
|
+
issue [#273](https://github.com/friggframework/frigg/pull/273) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
163
|
+
- update hubspot and slack versions as they seem to be causing an
|
|
164
|
+
issue ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
165
|
+
- Added the updateContact call to HubSpot API
|
|
166
|
+
module [#265](https://github.com/friggframework/frigg/pull/265) ([@leofmds](https://github.com/leofmds))
|
|
39
167
|
- Added the updateContact call to HubSpot API module ([@leofmds](https://github.com/leofmds))
|
|
40
168
|
|
|
41
169
|
#### Authors: 2
|
|
@@ -61,7 +189,8 @@ Thanks for all your work!
|
|
|
61
189
|
|
|
62
190
|
#### 🐛 Bug Fix
|
|
63
191
|
|
|
64
|
-
- HubSpot - add crud methods for Email
|
|
192
|
+
- HubSpot - add crud methods for Email
|
|
193
|
+
Templates [#216](https://github.com/friggframework/frigg/pull/216) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
65
194
|
- add CRUD methods for email templates ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
66
195
|
|
|
67
196
|
#### Authors: 1
|
|
@@ -74,8 +203,10 @@ Thanks for all your work!
|
|
|
74
203
|
|
|
75
204
|
#### 🐛 Bug Fix
|
|
76
205
|
|
|
77
|
-
- hubspot publishing endpoints for pages and blog
|
|
78
|
-
|
|
206
|
+
- hubspot publishing endpoints for pages and blog
|
|
207
|
+
posts [#182](https://github.com/friggframework/frigg/pull/182) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
208
|
+
- update to hubspot landing/site/blog to be to push drafts to live and to schedule
|
|
209
|
+
publishing ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
79
210
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
80
211
|
|
|
81
212
|
#### Authors: 2
|
|
@@ -113,7 +244,8 @@ Thanks for all your work!
|
|
|
113
244
|
|
|
114
245
|
#### 🐛 Bug Fix
|
|
115
246
|
|
|
116
|
-
- add get by id method for pages and
|
|
247
|
+
- add get by id method for pages and
|
|
248
|
+
blogs [#149](https://github.com/friggframework/frigg/pull/149) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
117
249
|
- add get by id method for pages and blogs ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
118
250
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
119
251
|
|
|
@@ -128,16 +260,19 @@ Thanks for all your work!
|
|
|
128
260
|
|
|
129
261
|
#### 🐛 Bug Fix
|
|
130
262
|
|
|
131
|
-
- add requests and tests for retrieval and update of landing pages, site pages and blog
|
|
263
|
+
- add requests and tests for retrieval and update of landing pages, site pages and blog
|
|
264
|
+
posts [#144](https://github.com/friggframework/frigg/pull/144) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
132
265
|
- add notes about why certain tests are being skipped ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
133
266
|
- Update api-module-library/hubspot/tests/api.test.js ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
134
267
|
- Update api-module-library/hubspot/api.js ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
135
268
|
- use entity names for url parameters ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
136
269
|
- fix typo in blog post update url string ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
137
270
|
- add patch methods and test for pages and blogs ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
138
|
-
- basic get method with query support for Site Pages and Blog
|
|
271
|
+
- basic get method with query support for Site Pages and Blog
|
|
272
|
+
Posts ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
139
273
|
- add api method for retrieving landing pages ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
140
|
-
- get api test working again (skips a lot that old tests covered, but the bones are
|
|
274
|
+
- get api test working again (skips a lot that old tests covered, but the bones are
|
|
275
|
+
there) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
141
276
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
142
277
|
|
|
143
278
|
#### Authors: 2
|
|
@@ -163,9 +298,11 @@ Thanks for all your work!
|
|
|
163
298
|
|
|
164
299
|
#### 🐛 Bug Fix
|
|
165
300
|
|
|
166
|
-
- Updates to HubSpot
|
|
301
|
+
- Updates to HubSpot
|
|
302
|
+
Module [#132](https://github.com/friggframework/frigg/pull/132) ([@seanspeaks](https://github.com/seanspeaks))
|
|
167
303
|
- Testing and example env ready ([@seanspeaks](https://github.com/seanspeaks))
|
|
168
|
-
- Upserts make way more sense for the use case... consider doing across alllll
|
|
304
|
+
- Upserts make way more sense for the use case... consider doing across alllll
|
|
305
|
+
Modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
169
306
|
- Merge branch 'main' into hubspot-updates ([@seanspeaks](https://github.com/seanspeaks))
|
|
170
307
|
- WIP Updates... cleanup, simplify, and fix ([@seanspeaks](https://github.com/seanspeaks))
|
|
171
308
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
@@ -180,7 +317,8 @@ Thanks for all your work!
|
|
|
180
317
|
|
|
181
318
|
#### 🐛 Bug Fix
|
|
182
319
|
|
|
183
|
-
- Update the
|
|
320
|
+
- Update the
|
|
321
|
+
Credential [#111](https://github.com/friggframework/frigg/pull/111) ([@seanspeaks](https://github.com/seanspeaks))
|
|
184
322
|
- Update the Credential ([@seanspeaks](https://github.com/seanspeaks))
|
|
185
323
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
186
324
|
|
|
@@ -236,18 +374,25 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
236
374
|
|
|
237
375
|
#### 🐛 Bug Fix
|
|
238
376
|
|
|
239
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
377
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
378
|
+
gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
|
|
240
379
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
241
|
-
- A lot of changes all rolled into
|
|
242
|
-
|
|
380
|
+
- A lot of changes all rolled into
|
|
381
|
+
one [#21](https://github.com/friggframework/frigg/pull/21) ([@seanspeaks](https://github.com/seanspeaks))
|
|
382
|
+
- Updated API modules with support for sls offline, and made sure optional chaining with discriminators was in
|
|
383
|
+
place ([@seanspeaks](https://github.com/seanspeaks))
|
|
243
384
|
- Fixing dependencies across all API Modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
244
|
-
- More import issues (Exports are named objects, imports needed to object
|
|
385
|
+
- More import issues (Exports are named objects, imports needed to object
|
|
386
|
+
destructure) ([@seanspeaks](https://github.com/seanspeaks))
|
|
245
387
|
- Updates to API Modules for proper export/imports ([@seanspeaks](https://github.com/seanspeaks))
|
|
246
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
388
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
389
|
+
simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
|
|
247
390
|
- Update all api modules to use module-plugin models ([@seanspeaks](https://github.com/seanspeaks))
|
|
248
|
-
- Add READMEs for all packages and
|
|
391
|
+
- Add READMEs for all packages and
|
|
392
|
+
api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
|
|
249
393
|
- Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
250
|
-
- Continued
|
|
394
|
+
- Continued
|
|
395
|
+
refactor [#11](https://github.com/friggframework/frigg/pull/11) ([@seanspeaks](https://github.com/seanspeaks))
|
|
251
396
|
- Prettier and eslint fix (missing . in lint:fix script, re-ran after) ([@seanspeaks](https://github.com/seanspeaks))
|
|
252
397
|
|
|
253
398
|
#### ⚠️ Pushed to `main`
|
|
@@ -267,7 +412,8 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
267
412
|
|
|
268
413
|
#### 🐛 Bug Fix
|
|
269
414
|
|
|
270
|
-
- fix modules to
|
|
415
|
+
- fix modules to
|
|
416
|
+
@friggframework [#74](https://github.com/friggframework/frigg/pull/74) ([@sheehantoufiq](https://github.com/sheehantoufiq))
|
|
271
417
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
272
418
|
|
|
273
419
|
#### Authors: 2
|
|
@@ -281,9 +427,11 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
281
427
|
|
|
282
428
|
#### 🐛 Bug Fix
|
|
283
429
|
|
|
284
|
-
- Test environment setup for all
|
|
430
|
+
- Test environment setup for all
|
|
431
|
+
modules [#49](https://github.com/friggframework/frigg/pull/49) ([@seanspeaks](https://github.com/seanspeaks))
|
|
285
432
|
- Test environment setup for all modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
286
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
433
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
434
|
+
gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
|
|
287
435
|
|
|
288
436
|
#### Authors: 1
|
|
289
437
|
|
|
@@ -295,10 +443,12 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
295
443
|
|
|
296
444
|
#### 🐛 Bug Fix
|
|
297
445
|
|
|
298
|
-
- version bumped to address tag
|
|
446
|
+
- version bumped to address tag
|
|
447
|
+
issue [#43](https://github.com/friggframework/frigg/pull/43) ([@seanspeaks](https://github.com/seanspeaks))
|
|
299
448
|
- version bumped ([@seanspeaks](https://github.com/seanspeaks))
|
|
300
449
|
- Publish ([@seanspeaks](https://github.com/seanspeaks))
|
|
301
|
-
- Add nx and
|
|
450
|
+
- Add nx and
|
|
451
|
+
licenses [#37](https://github.com/friggframework/frigg/pull/37) ([@seanspeaks](https://github.com/seanspeaks))
|
|
302
452
|
- MIT to all packages ([@seanspeaks](https://github.com/seanspeaks))
|
|
303
453
|
|
|
304
454
|
#### Authors: 1
|
package/LICENSE.md
CHANGED
|
@@ -2,8 +2,15 @@ MIT License
|
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2022 Left Hook Inc.
|
|
4
4
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
6
|
+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
|
7
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
+
persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
9
|
|
|
7
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or
|
|
10
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or
|
|
11
|
+
substantial portions of the Software.
|
|
8
12
|
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
14
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
15
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
16
|
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED