cloudcommerce 0.0.35 → 0.0.36
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 +2 -0
- package/package.json +1 -1
- package/packages/api/package.json +1 -1
- package/packages/apps/discounts/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/firebase/lib/handlers/check-store-events.js +1 -1
- package/packages/firebase/package.json +1 -1
- package/packages/modules/lib/firebase/index.js +0 -1
- package/packages/modules/lib/firebase/index.js.map +1 -1
- package/packages/modules/package.json +1 -1
- package/packages/modules/src/firebase/index.ts +0 -1
- package/packages/storefront/package.json +1 -1
- package/packages/types/package.json +1 -1
- package/pnpm-lock.yaml +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.0.36](https://github.com/ecomplus/cloud-commerce/compare/v0.0.35...v0.0.36) (2022-07-27)
|
|
6
|
+
|
|
5
7
|
### [0.0.35](https://github.com/ecomplus/cloud-commerce/compare/v0.0.34...v0.0.35) (2022-07-27)
|
|
6
8
|
|
|
7
9
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.36",
|
|
5
5
|
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
|
|
6
6
|
"main": "packages/api/lib/index.js",
|
|
7
7
|
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { firestore } from 'firebase-admin';
|
|
2
2
|
import { logger } from 'firebase-functions';
|
|
3
3
|
import api from '@cloudcommerce/api';
|
|
4
|
-
import getEnv from '../env';
|
|
4
|
+
import getEnv from '../env.js';
|
|
5
5
|
|
|
6
6
|
export default async () => {
|
|
7
7
|
const { authenticationId, apiKey } = getEnv();
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/* eslint-disable import/prefer-default-export */
|
|
2
2
|
import 'source-map-support/register.js';
|
|
3
3
|
import { initializeApp } from 'firebase-admin';
|
|
4
|
-
// import { logger } from 'firebase-functions';
|
|
5
4
|
// eslint-disable-next-line import/no-unresolved
|
|
6
5
|
import { onRequest } from 'firebase-functions/v2/https';
|
|
7
6
|
import config from '@cloudcommerce/firebase/lib/config';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/firebase/index.ts"],"names":[],"mappings":"AAAA,iDAAiD;AAEjD,OAAO,gCAAgC,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/firebase/index.ts"],"names":[],"mappings":"AAAA,iDAAiD;AAEjD,OAAO,gCAAgC,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,gDAAgD;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,MAAM,MAAM,oCAAoC,CAAC;AAExD,aAAa,EAAE,CAAC;AAChB,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC;AAElD,MAAM,CAAC,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,EAAE;IACvE,OAAO,CAAC,GAAG,CAAC,YAAY,GAAG,KAAK,CAAC;IACjC,QAAQ,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;AAClC,CAAC,CAAC,CAAC"}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
import 'source-map-support/register.js';
|
|
4
4
|
import { initializeApp } from 'firebase-admin';
|
|
5
|
-
// import { logger } from 'firebase-functions';
|
|
6
5
|
// eslint-disable-next-line import/no-unresolved
|
|
7
6
|
import { onRequest } from 'firebase-functions/v2/https';
|
|
8
7
|
import config from '@cloudcommerce/firebase/lib/config';
|
package/pnpm-lock.yaml
CHANGED
|
@@ -47,7 +47,7 @@ importers:
|
|
|
47
47
|
packages/__skeleton:
|
|
48
48
|
specifiers:
|
|
49
49
|
'@cloudcommerce/api': workspace:*
|
|
50
|
-
'@cloudcommerce/types': workspace
|
|
50
|
+
'@cloudcommerce/types': workspace:*
|
|
51
51
|
dependencies:
|
|
52
52
|
'@cloudcommerce/api': link:../api
|
|
53
53
|
devDependencies:
|
|
@@ -59,7 +59,7 @@ importers:
|
|
|
59
59
|
packages/apps/discounts:
|
|
60
60
|
specifiers:
|
|
61
61
|
'@cloudcommerce/api': workspace:*
|
|
62
|
-
'@cloudcommerce/types': workspace
|
|
62
|
+
'@cloudcommerce/types': workspace:*
|
|
63
63
|
dependencies:
|
|
64
64
|
'@cloudcommerce/api': link:../../api
|
|
65
65
|
devDependencies:
|
|
@@ -99,7 +99,7 @@ importers:
|
|
|
99
99
|
packages/modules:
|
|
100
100
|
specifiers:
|
|
101
101
|
'@cloudcommerce/firebase': workspace:*
|
|
102
|
-
'@cloudcommerce/types': workspace
|
|
102
|
+
'@cloudcommerce/types': workspace:*
|
|
103
103
|
'@firebase/app-types': ^0.7.0
|
|
104
104
|
firebase-admin: ^11.0.0
|
|
105
105
|
firebase-functions: ^3.22.0
|
|
@@ -131,13 +131,13 @@ importers:
|
|
|
131
131
|
|
|
132
132
|
store:
|
|
133
133
|
specifiers:
|
|
134
|
-
'@cloudcommerce/cli': ^0.0.
|
|
134
|
+
'@cloudcommerce/cli': ^0.0.35
|
|
135
135
|
dependencies:
|
|
136
136
|
'@cloudcommerce/cli': link:../packages/cli
|
|
137
137
|
|
|
138
138
|
store/functions:
|
|
139
139
|
specifiers:
|
|
140
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
140
|
+
'@cloudcommerce/firebase': ^0.0.35
|
|
141
141
|
dependencies:
|
|
142
142
|
'@cloudcommerce/firebase': link:../../packages/firebase
|
|
143
143
|
|