@artisan-commerce/analytics-capacitor 0.1.0-canary.51 → 0.1.0-canary.56

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/bundle.cjs CHANGED
@@ -53,95 +53,9 @@ const _State = class {
53
53
  let State$1 = _State;
54
54
  State$1._instance = null;
55
55
 
56
- var name = "@artisan-commerce/analytics-capacitor";
57
- var description = "Artisn commerce analytics capacitor library";
58
- var version = "0.1.0-canary.50";
59
- var type = "module";
60
- var main = "./dist/bundle.cjs";
61
- var module$1 = "./dist/bundle.mjs";
62
- var types = "./dist/bundle.d.ts";
63
- var files = [
64
- "dist"
65
- ];
66
- var sideEffects = false;
67
- var scripts = {
68
- compile: "rollup -c && npx agadoo",
69
- dev: "yarn compile -w",
70
- clean: "rimraf dist",
71
- prebuild: "yarn clean",
72
- build: "yarn compile",
73
- test: "jest --watchAll --runInBand",
74
- "test:all": "yarn test --watchAll=false --coverage",
75
- "test:ci": "cross-env CI=true jest --runInBand",
76
- "test:staged": "yarn test:ci",
77
- "check-types": "tsc --noEmit",
78
- lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
79
- "lint:staged": "yarn lint --max-warnings=0",
80
- prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
81
- format: "yarn prettier --write",
82
- "check-format": "yarn prettier --list-different",
83
- validate: "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
84
- "validate:ci": "npm-run-all --parallel check-types check-format lint"
85
- };
86
- var author = "Luis Eduardo Andrade";
87
- var license = "MIT";
88
- var dependencies = {
89
- "snake-case": "^3.0.4"
90
- };
91
- var devDependencies = {
92
- "@artisan-commerce/products": "0.9.0-canary.73",
93
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.109",
94
- "@artisan-commerce/state": "0.3.0-canary.22",
95
- "@artisan-commerce/types": "0.14.0-canary.50",
96
- "@capacitor-firebase/analytics": "^1.3.0",
97
- "@capacitor/core": "^4.0.0",
98
- "facebook-analytics-capacitor": "^1.0.0"
99
- };
100
- var peerDependencies = {
101
- "@artisan-commerce/products": "*",
102
- "@artisan-commerce/shopping-cart-core": "*",
103
- "@artisan-commerce/state": "*",
104
- "@capacitor-firebase/analytics": "*",
105
- "@capacitor/core": "^4.0.0",
106
- "facebook-analytics-capacitor": "*"
107
- };
108
- var nx = {
109
- targets: {
110
- build: {
111
- outputs: [
112
- "{projectRoot}/dist"
113
- ]
114
- },
115
- compile: {
116
- outputs: [
117
- "{projectRoot}/dist"
118
- ]
119
- },
120
- "test:all": {
121
- outputs: [
122
- "{projectRoot}/coverage"
123
- ]
124
- }
125
- }
126
- };
56
+ var version = "0.1.0-canary.55";
127
57
  var packageJSON = {
128
- name: name,
129
- description: description,
130
- version: version,
131
- type: type,
132
- main: main,
133
- module: module$1,
134
- types: types,
135
- files: files,
136
- sideEffects: sideEffects,
137
- scripts: scripts,
138
- author: author,
139
- license: license,
140
- dependencies: dependencies,
141
- devDependencies: devDependencies,
142
- peerDependencies: peerDependencies,
143
- nx: nx
144
- };
58
+ version: version};
145
59
 
146
60
  const initialState = {
147
61
  providers: [],