@glissandoo/lib 1.120.0 → 1.120.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.120.0",
3
+ "version": "1.120.1",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1,4 +1,4 @@
1
- import { Timestamp } from '@google-cloud/firestore';
1
+ import { Timestamp } from './firestore';
2
2
  /**
3
3
  * Shared types for the payout rules engine.
4
4
  * Rules live at two levels:
@@ -1,4 +1,4 @@
1
- import { Timestamp } from '@google-cloud/firestore';
1
+ import { Timestamp } from './firestore';
2
2
 
3
3
  /**
4
4
  * Shared types for the payout rules engine.