@granite-js/plugin-core 0.1.23-next.0 → 0.1.23-next.5

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/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @granite-js/plugin-core
2
2
 
3
+ ## 0.1.23-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - temp
8
+ - Updated dependencies
9
+ - @granite-js/utils@0.1.23-next.5
10
+
11
+ ## 0.1.23-next.4
12
+
13
+ ### Patch Changes
14
+
15
+ - test
16
+ - Updated dependencies
17
+ - @granite-js/utils@0.1.23-next.4
18
+
19
+ ## 0.1.23-next.3
20
+
21
+ ### Patch Changes
22
+
23
+ - test
24
+ - Updated dependencies
25
+ - @granite-js/utils@0.1.23-next.3
26
+
3
27
  ## 0.1.23-next.0
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/plugin-core",
3
3
  "type": "module",
4
- "version": "0.1.23-next.0",
4
+ "version": "0.1.23-next.5",
5
5
  "description": "The core plugin module for Granite",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -35,8 +35,8 @@
35
35
  "vitest": "^3.0.9"
36
36
  },
37
37
  "dependencies": {
38
- "@granite-js/utils": "0.1.23-next.0",
39
- "@swc/core": "npm:1.13.3",
38
+ "@granite-js/utils": "0.1.23-next.5",
39
+ "@swc/core": "npm:1.5.24",
40
40
  "@types/babel__core": "^7",
41
41
  "@types/connect": "^3",
42
42
  "cosmiconfig": "^9.0.0",