@jay-framework/compiler-analyze-exported-types 0.10.0 → 0.11.0

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/dist/index.js +2 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -111,7 +111,8 @@ const JayComponentProperties = {
111
111
  mount: true,
112
112
  unmount: true,
113
113
  addEventListener: true,
114
- removeEventListener: true
114
+ removeEventListener: true,
115
+ viewState: true
115
116
  };
116
117
  function loadTSCompilerOptions(options = {}) {
117
118
  let tsConfigPath = resolveTsConfig(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/compiler-analyze-exported-types",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "author": "",
27
27
  "dependencies": {
28
- "@jay-framework/compiler-shared": "^0.10.0",
29
- "@jay-framework/component": "^0.10.0",
30
- "@jay-framework/runtime": "^0.10.0",
31
- "@jay-framework/secure": "^0.10.0",
28
+ "@jay-framework/compiler-shared": "^0.11.0",
29
+ "@jay-framework/component": "^0.11.0",
30
+ "@jay-framework/runtime": "^0.11.0",
31
+ "@jay-framework/secure": "^0.11.0",
32
32
  "@types/js-yaml": "^4.0.9",
33
33
  "change-case": "^4.1.2",
34
34
  "js-yaml": "^4.1.0",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@caiogondim/strip-margin": "^1.0.0",
41
- "@jay-framework/dev-environment": "^0.10.0",
41
+ "@jay-framework/dev-environment": "^0.11.0",
42
42
  "@testing-library/jest-dom": "^6.2.0",
43
43
  "@types/js-beautify": "^1",
44
44
  "@types/node": "^20.11.5",