BryceG
ServiceNow Employee
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
05-12-2025 09:58 AM - edited 05-12-2025 10:00 AM
https://github.com/ServiceNow/sdk/releases
📢 We are pleased to announce the release of 3.0.1
of the @Servicenow/sdk
is available for download on npm!
This is a patch release that fixes a few bugs in the SDK
Fixes
- Fix linting errors when trying to import a module from a typescript file using the
.ts
extension. Example:import { someFunction } from "../src/server/mymodule.ts"
would cause an error from typescript about using ts extensions on imports. - Variables used in
ApplicationMenu
were being erased with literal values during transform - metadata/sys_app xml keeps getting changed on every transform and build even when there are no changes
- Cached third party packages in .now/.output are not refreshed during build