troy-native-foundation
Advanced tools
Comparing version 0.0.99 to 1.0.0-alpha.1
@@ -9,3 +9,3 @@ "use strict"; | ||
OperatingSystemPlatform["Linux"] = "linux"; | ||
})(OperatingSystemPlatform = exports.OperatingSystemPlatform || (exports.OperatingSystemPlatform = {})); | ||
})(OperatingSystemPlatform || (exports.OperatingSystemPlatform = OperatingSystemPlatform = {})); | ||
//# sourceMappingURL=operating-system-platform.js.map |
{ | ||
"name": "troy-native-foundation", | ||
"version": "0.0.99", | ||
"version": "1.0.0-alpha.1", | ||
"main": "dist/$index.js", | ||
@@ -11,7 +11,7 @@ "types": "dist/$index.d.ts", | ||
"dependencies": { | ||
"troy-foundation": "0.0.99" | ||
"troy-foundation": "1.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.0.0", | ||
"troy-ts-standard-package-dev-tools": "0.0.99" | ||
"@types/node": "^22.0.0", | ||
"troy-ts-standard-package-dev-tools": "1.0.0-alpha.1" | ||
}, | ||
@@ -22,4 +22,5 @@ "scripts": { | ||
"lint": "lint-troy-ts-standard-package", | ||
"lint:fix": "lint-fix-troy-ts-standard-package" | ||
"lint:fix": "lint-fix-troy-ts-standard-package", | ||
"test": "test-troy-ts-standard-package" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41539
+ Addedtroy-foundation@1.0.0-alpha.1(transitive)
- Removedtroy-foundation@0.0.99(transitive)