create-ollie-shop 0.2.0 → 0.2.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > create-ollie-shop@0.2.0 build /home/runner/work/ollie-shop/ollie-shop/packages/create-ollie-shop
2
+ > create-ollie-shop@0.2.2 build /home/runner/work/ollie-shop/ollie-shop/packages/create-ollie-shop
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,4 +10,4 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.js 6.28 KB
13
- ESM ⚡️ Build success in 125ms
13
+ ESM ⚡️ Build success in 146ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # create-ollie-shop
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ee15034: Add automated E2E testing in CI/CD with develop and production environment support
8
+
9
+ ## 0.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 984f262: update ollie-shop dependecies version
14
+
3
15
  ## 0.2.0
4
16
 
5
17
  ### Minor Changes
@@ -3,12 +3,12 @@
3
3
  "version": "0.1.0",
4
4
  "private": true,
5
5
  "devDependencies": {
6
- "@ollie-shop/previewjs": "^0.1.7",
7
- "@ollie-shop/sdk": "^0.1.0",
6
+ "@ollie-shop/previewjs": "latest",
7
+ "@ollie-shop/sdk": "latest",
8
8
  "@types/node": "^22.14.0",
9
9
  "@types/react": "^19.1.8",
10
10
  "@types/react-dom": "^19.1.1",
11
- "next": "^15.3.1",
11
+ "next": "^15.5.0",
12
12
  "react": "^19.0.0",
13
13
  "react-dom": "^19.0.0",
14
14
  "typescript": "^5.7.3",
@@ -4,7 +4,7 @@
4
4
  "module": "ES2022",
5
5
  "target": "ES2022",
6
6
  "moduleResolution": "Bundler",
7
- "jsx": "react-jsx",
7
+ "jsx": "preserve",
8
8
  "strict": true,
9
9
  "declaration": true,
10
10
  "noUncheckedIndexedAccess": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ollie-shop",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3,12 +3,12 @@
3
3
  "version": "0.1.0",
4
4
  "private": true,
5
5
  "devDependencies": {
6
- "@ollie-shop/previewjs": "^0.1.7",
7
- "@ollie-shop/sdk": "^0.1.0",
6
+ "@ollie-shop/previewjs": "latest",
7
+ "@ollie-shop/sdk": "latest",
8
8
  "@types/node": "^22.14.0",
9
9
  "@types/react": "^19.1.8",
10
10
  "@types/react-dom": "^19.1.1",
11
- "next": "^15.3.1",
11
+ "next": "^15.5.0",
12
12
  "react": "^19.0.0",
13
13
  "react-dom": "^19.0.0",
14
14
  "typescript": "^5.7.3",
@@ -4,7 +4,7 @@
4
4
  "module": "ES2022",
5
5
  "target": "ES2022",
6
6
  "moduleResolution": "Bundler",
7
- "jsx": "react-jsx",
7
+ "jsx": "preserve",
8
8
  "strict": true,
9
9
  "declaration": true,
10
10
  "noUncheckedIndexedAccess": true,