@symbiote-native/angular 0.3.2 → 0.3.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbiote-native/angular",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "SymbioteNative's Angular adapter — a Renderer2/RendererFactory2 with DOM-less bootstrap driving real native iOS/Android views through the same engine as the other adapters.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,8 +50,8 @@
50
50
  "dependencies": {
51
51
  "@angular/compiler-cli": "^22",
52
52
  "@react-native/typescript-config": "0.86.0",
53
- "@symbiote-native/components": "0.2.2",
54
- "@symbiote-native/engine": "0.1.3",
53
+ "@symbiote-native/components": "0.2.3",
54
+ "@symbiote-native/engine": "0.1.4",
55
55
  "@symbiote-native/css-parser": "0.2.1"
56
56
  },
57
57
  "peerDependencies": {
@@ -63,7 +63,7 @@
63
63
  "@angular/core": "^22",
64
64
  "@types/node": "^26.0.0",
65
65
  "typescript": "~6.0.0",
66
- "@symbiote-native/test-utils": "0.1.3"
66
+ "@symbiote-native/test-utils": "0.1.5"
67
67
  },
68
68
  "scripts": {
69
69
  "ng:build": "ngc -p tsconfig.angular.json",