Skip to content

Commit 6ab951b

Browse files
committed
Set public pkgs
1 parent 027c707 commit 6ab951b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@navaiguidetest/core",
33
"version": "0.0.3",
44
"description": "Core library for NavAIGuide: Provides foundational utilities and shared functionality for navigational AI Agents.",
5+
"private": false,
56
"engines": {
67
"node": ">=18"
78
},

packages/ios/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@navaiguidetest/ios",
33
"version": "0.0.3",
44
"description": "Appium iOS integration for NavAIGuide, enabling powerful mobile automation and testing capabilities.",
5+
"private": false,
56
"main": "lib/index.js",
67
"types": "lib/index.d.ts",
78
"scripts": {

0 commit comments

Comments
 (0)