@fleetbase/storefront-engine 0.2.6 → 0.2.7

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/composer.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbase/storefront-api",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Headless Commerce & Marketplace Extension for Fleetbase",
5
5
  "keywords": [
6
6
  "fleetbase-extension",
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "require": {
24
24
  "php": "^7.4|^8.0",
25
- "fleetbase/core-api": "^1.3.6",
26
- "fleetbase/fleetops-api": "^0.3.8",
25
+ "fleetbase/core-api": "^1.3.10",
26
+ "fleetbase/fleetops-api": "^0.4.0",
27
27
  "geocoder-php/google-maps-places-provider": "^1.4",
28
28
  "laravel-notification-channels/apn": "^3.8",
29
29
  "laravel-notification-channels/fcm": "^2.7",
package/extension.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Storefront",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Headless Commerce & Marketplace Extension for Fleetbase",
5
5
  "repository": "https://github.com/fleetbase/storefront",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,134 +1,134 @@
1
1
  {
2
- "name": "@fleetbase/storefront-engine",
3
- "version": "0.2.6",
4
- "description": "Headless Commerce & Marketplace Extension for Fleetbase",
5
- "fleetbase": {
6
- "route": "storefront",
7
- "dashboard": "storefront/int/v1/dashboard"
8
- },
9
- "keywords": [
10
- "fleetbase-extension",
11
- "fleetbase-storefront",
12
- "fleetbase",
13
- "e-commerce",
14
- "headless-commerce",
15
- "headless-marketplace",
16
- "ember-engine",
17
- "ember-addon"
18
- ],
19
- "repository": "https://github.com/fleetbase/storefront",
20
- "license": "MIT",
21
- "author": "Fleetbase Pte Ltd <hello@fleetbase.io>",
22
- "directories": {
23
- "app": "app",
24
- "addon": "addon",
25
- "tests": "tests"
26
- },
27
- "scripts": {
28
- "build": "ember build --environment=production",
29
- "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
30
- "lint:css": "stylelint \"**/*.css\"",
31
- "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
32
- "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
33
- "lint:hbs": "ember-template-lint .",
34
- "lint:hbs:fix": "ember-template-lint . --fix",
35
- "lint:js": "eslint . --cache",
36
- "lint:js:fix": "eslint . --fix",
37
- "start": "ember serve",
38
- "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
39
- "test:ember": "ember test",
40
- "test:ember-compatibility": "ember try:each",
41
- "publish:npm": "npm config set registry https://registry.npmjs.org/ && npm publish",
42
- "publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
43
- },
44
- "dependencies": {
45
- "@fleetbase/ember-core": "^0.1.9",
46
- "@fleetbase/ember-ui": "^0.2.8",
47
- "@fleetbase/fleetops-data": "^0.1.6",
48
- "@babel/core": "^7.23.2",
49
- "@fortawesome/ember-fontawesome": "^0.4.1",
50
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
51
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
52
- "ember-cli-babel": "^8.2.0",
53
- "ember-cli-htmlbars": "^6.3.0",
54
- "ember-intl": "6.3.2",
55
- "ember-tag-input": "^3.1.0",
56
- "ember-wormhole": "^0.6.0"
57
- },
58
- "devDependencies": {
59
- "@babel/eslint-parser": "^7.22.15",
60
- "@babel/plugin-proposal-decorators": "^7.23.2",
61
- "@ember/optional-features": "^2.0.0",
62
- "@ember/test-helpers": "^3.2.0",
63
- "@embroider/test-setup": "^3.0.2",
64
- "@glimmer/component": "^1.1.2",
65
- "@glimmer/tracking": "^1.1.2",
66
- "broccoli-asset-rev": "^3.0.0",
67
- "broccoli-funnel": "^3.0.8",
68
- "broccoli-merge-trees": "^4.2.0",
69
- "concurrently": "^8.2.2",
70
- "ember-auto-import": "^2.6.3",
71
- "ember-classic-decorator": "^3.0.0",
72
- "ember-cli": "~5.4.1",
73
- "ember-cli-clean-css": "^3.0.0",
74
- "ember-cli-dependency-checker": "^3.3.2",
75
- "ember-cli-inject-live-reload": "^2.1.0",
76
- "ember-cli-sri": "^2.1.1",
77
- "ember-cli-terser": "^4.0.2",
78
- "ember-concurrency": "^3.1.1",
79
- "ember-concurrency-decorators": "^2.0.3",
80
- "ember-data": "^4.12.5",
81
- "ember-engines": "^0.9.0",
82
- "ember-load-initializers": "^2.1.2",
83
- "ember-math-helpers": "^4.0.0",
84
- "ember-page-title": "^8.0.0",
85
- "ember-qunit": "^8.0.1",
86
- "ember-resolver": "^11.0.1",
87
- "ember-responsive": "^5.0.0",
88
- "ember-source": "~5.4.0",
89
- "ember-source-channel-url": "^3.0.0",
90
- "ember-template-lint": "^5.11.2",
91
- "ember-try": "^3.0.0",
92
- "eslint": "^8.52.0",
93
- "eslint-config-prettier": "^9.0.0",
94
- "eslint-plugin-ember": "^11.11.1",
95
- "eslint-plugin-n": "^16.2.0",
96
- "eslint-plugin-prettier": "^5.0.1",
97
- "eslint-plugin-qunit": "^8.0.1",
98
- "loader.js": "^4.7.0",
99
- "prettier": "^3.0.3",
100
- "qunit": "^2.20.0",
101
- "qunit-dom": "^2.0.0",
102
- "stylelint": "^15.11.0",
103
- "stylelint-config-standard": "^34.0.0",
104
- "stylelint-prettier": "^4.0.2",
105
- "webpack": "^5.89.0"
106
- },
107
- "peerDependencies": {
108
- "ember-engines": "^0.9.0"
109
- },
110
- "engines": {
111
- "node": ">= 18"
112
- },
113
- "ember": {
114
- "edition": "octane"
115
- },
116
- "ember-addon": {
117
- "configPath": "tests/dummy/config"
118
- },
119
- "prettier": {
120
- "trailingComma": "es5",
121
- "tabWidth": 4,
122
- "semi": true,
123
- "singleQuote": true,
124
- "printWidth": 190,
125
- "overrides": [
126
- {
127
- "files": "*.hbs",
128
- "options": {
129
- "singleQuote": false
130
- }
131
- }
132
- ]
133
- }
2
+ "name": "@fleetbase/storefront-engine",
3
+ "version": "0.2.7",
4
+ "description": "Headless Commerce & Marketplace Extension for Fleetbase",
5
+ "fleetbase": {
6
+ "route": "storefront",
7
+ "dashboard": "storefront/int/v1/dashboard"
8
+ },
9
+ "keywords": [
10
+ "fleetbase-extension",
11
+ "fleetbase-storefront",
12
+ "fleetbase",
13
+ "e-commerce",
14
+ "headless-commerce",
15
+ "headless-marketplace",
16
+ "ember-engine",
17
+ "ember-addon"
18
+ ],
19
+ "repository": "https://github.com/fleetbase/storefront",
20
+ "license": "MIT",
21
+ "author": "Fleetbase Pte Ltd <hello@fleetbase.io>",
22
+ "directories": {
23
+ "app": "app",
24
+ "addon": "addon",
25
+ "tests": "tests"
26
+ },
27
+ "scripts": {
28
+ "build": "ember build --environment=production",
29
+ "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
30
+ "lint:css": "stylelint \"**/*.css\"",
31
+ "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
32
+ "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
33
+ "lint:hbs": "ember-template-lint .",
34
+ "lint:hbs:fix": "ember-template-lint . --fix",
35
+ "lint:js": "eslint . --cache",
36
+ "lint:js:fix": "eslint . --fix",
37
+ "start": "ember serve",
38
+ "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
39
+ "test:ember": "ember test",
40
+ "test:ember-compatibility": "ember try:each",
41
+ "publish:npm": "npm config set registry https://registry.npmjs.org/ && npm publish",
42
+ "publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
43
+ },
44
+ "dependencies": {
45
+ "@fleetbase/ember-core": "^0.2.0",
46
+ "@fleetbase/ember-ui": "^0.2.9",
47
+ "@fleetbase/fleetops-data": "^0.1.7",
48
+ "@babel/core": "^7.23.2",
49
+ "@fortawesome/ember-fontawesome": "^0.4.1",
50
+ "@fortawesome/fontawesome-svg-core": "^6.4.0",
51
+ "@fortawesome/free-solid-svg-icons": "^6.4.0",
52
+ "ember-cli-babel": "^8.2.0",
53
+ "ember-cli-htmlbars": "^6.3.0",
54
+ "ember-intl": "6.3.2",
55
+ "ember-tag-input": "^3.1.0",
56
+ "ember-wormhole": "^0.6.0"
57
+ },
58
+ "devDependencies": {
59
+ "@babel/eslint-parser": "^7.22.15",
60
+ "@babel/plugin-proposal-decorators": "^7.23.2",
61
+ "@ember/optional-features": "^2.0.0",
62
+ "@ember/test-helpers": "^3.2.0",
63
+ "@embroider/test-setup": "^3.0.2",
64
+ "@glimmer/component": "^1.1.2",
65
+ "@glimmer/tracking": "^1.1.2",
66
+ "broccoli-asset-rev": "^3.0.0",
67
+ "broccoli-funnel": "^3.0.8",
68
+ "broccoli-merge-trees": "^4.2.0",
69
+ "concurrently": "^8.2.2",
70
+ "ember-auto-import": "^2.6.3",
71
+ "ember-classic-decorator": "^3.0.0",
72
+ "ember-cli": "~5.4.1",
73
+ "ember-cli-clean-css": "^3.0.0",
74
+ "ember-cli-dependency-checker": "^3.3.2",
75
+ "ember-cli-inject-live-reload": "^2.1.0",
76
+ "ember-cli-sri": "^2.1.1",
77
+ "ember-cli-terser": "^4.0.2",
78
+ "ember-concurrency": "^3.1.1",
79
+ "ember-concurrency-decorators": "^2.0.3",
80
+ "ember-data": "^4.12.5",
81
+ "ember-engines": "^0.9.0",
82
+ "ember-load-initializers": "^2.1.2",
83
+ "ember-math-helpers": "^4.0.0",
84
+ "ember-page-title": "^8.0.0",
85
+ "ember-qunit": "^8.0.1",
86
+ "ember-resolver": "^11.0.1",
87
+ "ember-responsive": "^5.0.0",
88
+ "ember-source": "~5.4.0",
89
+ "ember-source-channel-url": "^3.0.0",
90
+ "ember-template-lint": "^5.11.2",
91
+ "ember-try": "^3.0.0",
92
+ "eslint": "^8.52.0",
93
+ "eslint-config-prettier": "^9.0.0",
94
+ "eslint-plugin-ember": "^11.11.1",
95
+ "eslint-plugin-n": "^16.2.0",
96
+ "eslint-plugin-prettier": "^5.0.1",
97
+ "eslint-plugin-qunit": "^8.0.1",
98
+ "loader.js": "^4.7.0",
99
+ "prettier": "^3.0.3",
100
+ "qunit": "^2.20.0",
101
+ "qunit-dom": "^2.0.0",
102
+ "stylelint": "^15.11.0",
103
+ "stylelint-config-standard": "^34.0.0",
104
+ "stylelint-prettier": "^4.0.2",
105
+ "webpack": "^5.89.0"
106
+ },
107
+ "peerDependencies": {
108
+ "ember-engines": "^0.9.0"
109
+ },
110
+ "engines": {
111
+ "node": ">= 18"
112
+ },
113
+ "ember": {
114
+ "edition": "octane"
115
+ },
116
+ "ember-addon": {
117
+ "configPath": "tests/dummy/config"
118
+ },
119
+ "prettier": {
120
+ "trailingComma": "es5",
121
+ "tabWidth": 4,
122
+ "semi": true,
123
+ "singleQuote": true,
124
+ "printWidth": 190,
125
+ "overrides": [
126
+ {
127
+ "files": "*.hbs",
128
+ "options": {
129
+ "singleQuote": false
130
+ }
131
+ }
132
+ ]
133
+ }
134
134
  }