@volontariapp/messaging 1.3.0-snap-7bb8bbc → 1.3.0-snap-59874f9
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/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
- fix: update job audit emitter to be required
|
|
9
9
|
- Updated dependencies []:
|
|
10
10
|
- @volontariapp/database@2.0.0
|
|
11
|
+
## 1.2.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- license package
|
|
16
|
+
|
|
17
|
+
- Updated dependencies []:
|
|
18
|
+
- @volontariapp/contracts@4.0.11
|
|
19
|
+
- @volontariapp/database@1.17.1
|
|
11
20
|
|
|
12
21
|
## 1.2.2
|
|
13
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/messaging",
|
|
3
|
-
"version": "1.3.0-snap-
|
|
3
|
+
"version": "1.3.0-snap-59874f9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "git+https://github.com/Volontariapp/npm-packages.git"
|
|
11
11
|
},
|
|
12
12
|
"description": "Universal messaging contracts for Volontariapp (Events and Jobs)",
|
|
13
|
-
"license": "
|
|
13
|
+
"license": "MIT",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"main": "./dist/index.js",
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"test": "echo \"No tests yet\""
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@volontariapp/testing": "1.0.
|
|
36
|
+
"@volontariapp/testing": "1.0.1-snap-59874f9",
|
|
37
37
|
"typescript": "5.7.3"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@volontariapp/contracts": "4.0.
|
|
41
|
-
"@volontariapp/database": "2.0.0-snap-
|
|
40
|
+
"@volontariapp/contracts": "4.0.11-snap-59874f9",
|
|
41
|
+
"@volontariapp/database": "2.0.0-snap-59874f9"
|
|
42
42
|
}
|
|
43
43
|
}
|