@voquill/firemix 0.2.5 → 0.3.1

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.
Files changed (2) hide show
  1. package/LICENCE +1 -1
  2. package/package.json +4 -4
package/LICENCE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025-present Handaptive Software, LLC.
1
+ Copyright (c) 2025-present Voquill, Inc.
2
2
 
3
3
  Portions of this software are licensed as follows:
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voquill/firemix",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "description": "Shared firemix utilities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,12 +18,12 @@
18
18
  "devDependencies": {
19
19
  "firebase": "^11.10.0",
20
20
  "typescript": "5.9.2",
21
- "@voquill/typescript-config": "0.2.5"
21
+ "@voquill/typescript-config": "0.3.1"
22
22
  },
23
23
  "dependencies": {
24
24
  "@firemix/core": "^0.1.16",
25
- "@voquill/utilities": "0.2.5",
26
- "@voquill/types": "0.2.5"
25
+ "@voquill/types": "0.3.1",
26
+ "@voquill/utilities": "0.3.1"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"