@travetto/base
Advanced tools
Comparing version 3.1.0-rc.0 to 3.1.0-rc.1
{ | ||
"name": "@travetto/base", | ||
"version": "3.1.0-rc.0", | ||
"version": "3.1.0-rc.1", | ||
"description": "Environment config and common utilities for travetto applications.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/manifest": "^3.1.0-rc.0", | ||
"@travetto/manifest": "^3.1.0-rc.1", | ||
"@types/source-map-support": "^0.5.6", | ||
@@ -35,3 +35,3 @@ "source-map-support": "^0.5.21" | ||
"peerDependencies": { | ||
"@travetto/transformer": "^3.1.0-rc.0" | ||
"@travetto/transformer": "^3.1.0-rc.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependenciesMeta": { |
@@ -33,3 +33,3 @@ import { ManifestModuleUtil, RootIndex, WatchEvent, watchFolders } from '@travetto/manifest'; | ||
} else { | ||
RootIndex.reinitForModule(RootIndex.mainModule.name); | ||
RootIndex.reinitForModule(RootIndex.mainModuleName); | ||
} | ||
@@ -66,3 +66,3 @@ if (ev.action !== 'delete') { | ||
// Load new content | ||
RootIndex.reinitForModule(RootIndex.mainModule.name); | ||
RootIndex.reinitForModule(RootIndex.mainModuleName); | ||
} | ||
@@ -69,0 +69,0 @@ const found = RootIndex.getFromSource(ev.file); |
@@ -87,3 +87,3 @@ import { setTimeout } from 'timers/promises'; | ||
const name = RootIndex.mainPackage.name; | ||
const name = RootIndex.mainModuleName; | ||
@@ -90,0 +90,0 @@ try { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102113