@alphaisyour/parser 0.2.1 → 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,4 +1,4 @@
1
1
 
2
- > @alphaisyour/parser@0.2.1 build C:\laragon\www\workspace-noalph\noalphjs\packages\noalph-parser
2
+ > @alphaisyour/parser@0.2.2 build C:\laragon\www\workspace-noalph\noalphjs\packages\noalph-parser
3
3
  > tsc -p tsconfig.build.json
4
4
 
@@ -1,14 +1,14 @@
1
1
 
2
- > @noalph/parser@0.1.0 test C:\laragon\www\workspace-noalph\noalphjs\packages\noalph-parser
2
+ > @alphaisyour/parser@0.2.1 test C:\laragon\www\workspace-noalph\noalphjs\packages\noalph-parser
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v1.6.1 C:/laragon/www/workspace-noalph/noalphjs/packages/noalph-parser
7
7
 
8
- ✓ src/parser.test.ts  (6 tests) 22ms
8
+ ✓ src/parser.test.ts  (6 tests) 36ms
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  6 passed (6)
12
-  Start at  17:04:28
13
-  Duration  2.02s (transform 656ms, setup 0ms, collect 928ms, tests 22ms, environment 0ms, prepare 621ms)
12
+  Start at  18:42:05
13
+  Duration  5.84s (transform 399ms, setup 0ms, collect 686ms, tests 36ms, environment 1ms, prepare 1.24s)
14
14
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @alphaisyour/parser
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - v2 upgrade: SSR, file-based routing, image optimization, SEO built-in, CLI animasi, folder .noalph/, icon support
8
+ - Updated dependencies
9
+ - @alphaisyour/shared@0.2.2
10
+
3
11
  ## 0.2.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alphaisyour/parser",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Parser file .eno menjadi AST untuk ekosistem noalphjs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@alphaisyour/shared": "0.2.1"
17
+ "@alphaisyour/shared": "0.2.2"
18
18
  },
19
19
  "devDependencies": {
20
20
  "typescript": "*",