@toolproof-npm/shared 0.1.48 → 0.1.49

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * as CONSTANTS from './constants.js';
2
2
  export * as TYPES from './types.js';
3
+ export * as UTILS from './utils.js';
3
4
  export * from './firebaseAdminHelpers.js';
4
5
  export * from './firebaseAdminInit.js';
5
- export * from './utils.js';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export * as CONSTANTS from './constants.js';
2
2
  export * as TYPES from './types.js';
3
+ export * as UTILS from './utils.js';
3
4
  export * from './firebaseAdminHelpers.js';
4
5
  export * from './firebaseAdminInit.js';
5
- export * from './utils.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/shared",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "Core library utilities for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",
@@ -35,6 +35,10 @@
35
35
  "import": "./dist/types.js",
36
36
  "types": "./dist/types.d.ts"
37
37
  },
38
+ "./utils": {
39
+ "import": "./dist/utils.js",
40
+ "types": "./dist/utils.d.ts"
41
+ },
38
42
  "./server": {
39
43
  "node": "./dist/firebaseAdminHelpers.js",
40
44
  "types": "./dist/firebaseAdminHelpers.d.ts"