@rollipop/jest-preset 1.0.0-alpha.23 → 1.0.0-alpha.25

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.
Files changed (2) hide show
  1. package/package.json +7 -6
  2. package/CHANGELOG.md +0 -38
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@rollipop/jest-preset",
3
- "version": "1.0.0-alpha.23",
4
- "homepage": "https://github.com/leegeunhyeok/rollipop#readme",
3
+ "version": "1.0.0-alpha.25",
4
+ "stableVersion": "1.0.0-alpha.23",
5
+ "homepage": "https://github.com/rollipop-dev/rollipop#readme",
5
6
  "bugs": {
6
- "url": "https://github.com/leegeunhyeok/rollipop/issues"
7
+ "url": "https://github.com/rollipop-dev/rollipop/issues"
7
8
  },
8
9
  "license": "MIT",
9
10
  "author": "leegeunhyeok <dev.ghlee@gmail.com> (https://github.com/leegeunhyeok)",
10
11
  "repository": {
11
12
  "type": "git",
12
- "url": "git+https://github.com/leegeunhyeok/rollipop.git",
13
+ "url": "git+https://github.com/rollipop-dev/rollipop.git",
13
14
  "directory": "packages/jest-preset"
14
15
  },
15
16
  "files": [
@@ -36,7 +37,7 @@
36
37
  "build": "vp pack"
37
38
  },
38
39
  "devDependencies": {
39
- "rollipop": "1.0.0-alpha.23",
40
+ "rollipop": "1.0.0-alpha.25",
40
41
  "typescript": "6.0.3",
41
42
  "vite-plus": "0.1.24"
42
43
  },
@@ -44,7 +45,7 @@
44
45
  "@react-native/jest-preset": "*",
45
46
  "react": "*",
46
47
  "react-native": "*",
47
- "rollipop": "1.0.0-alpha.23"
48
+ "rollipop": "1.0.0-alpha.25"
48
49
  },
49
50
  "peerDependenciesMeta": {
50
51
  "@react-native/jest-preset": {
package/CHANGELOG.md DELETED
@@ -1,38 +0,0 @@
1
- # @rollipop/jest-preset
2
-
3
- ## 1.0.0-alpha.23
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [812db55]
8
- - Updated dependencies [790697e]
9
- - Updated dependencies [b52246e]
10
- - rollipop@1.0.0-alpha.23
11
-
12
- ## 1.0.0-alpha.22
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [3c67f3a]
17
- - Updated dependencies [53630e0]
18
- - Updated dependencies [6c2ae0d]
19
- - Updated dependencies [1c059a4]
20
- - Updated dependencies [758fe67]
21
- - Updated dependencies [6c97ee3]
22
- - rollipop@1.0.0-alpha.22
23
-
24
- ## 1.0.0-alpha.21
25
-
26
- ### Minor Changes
27
-
28
- - e45aedd: Add `@rollipop/jest-preset` — a jest preset and transformer that runs your tests through rollipop's rust-side transform pipeline.
29
-
30
- ### Patch Changes
31
-
32
- - Updated dependencies [e45aedd]
33
- - Updated dependencies [9d18670]
34
- - Updated dependencies [7934e0d]
35
- - Updated dependencies [757756b]
36
- - Updated dependencies [14c92f6]
37
- - Updated dependencies [3e58d68]
38
- - rollipop@1.0.0-alpha.21