driftjs-compiler 0.0.13 → 0.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "driftjs-compiler",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "AOT compiler, lexer, parser, AST transformer, and register VM bytecode generator for DriftJS.",
5
5
  "keywords": [
6
6
  "driftjs",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "acorn": "^8.17.0",
36
36
  "acorn-walk": "^8.3.4",
37
- "driftjs-shared": "0.0.13"
37
+ "driftjs-shared": "0.0.15"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/acorn": "^6.0.4",