Comparing version 3.0.38 to 3.0.39
{ | ||
"optOut": false, | ||
"lastUpdateCheck": 1684097390274 | ||
"lastUpdateCheck": 1684269449241, | ||
"update": { | ||
"latest": "9.6.6", | ||
"current": "6.14.18", | ||
"type": "major", | ||
"name": "npm" | ||
} | ||
} |
{ | ||
"numericVersion": 10000, | ||
"releaseNotes": "https://vscode-sqltools.mteixeira.dev/changelog#v-1-0-0", | ||
"run": 1684161985272, | ||
"run": 1684269438839, | ||
"updated": false, | ||
@@ -6,0 +6,0 @@ "version": "1.0.0", |
@@ -8,5 +8,5 @@ { | ||
"LibraryUniminifiedFileName": "fable.js", | ||
"LibraryUniminifiedFileName": "fable.compatible.js", | ||
"LibraryMinifiedFileName": "fable.min.js" | ||
"LibraryMinifiedFileName": "fable.compatible.min.js" | ||
} |
{ | ||
"name": "fable", | ||
"version": "3.0.38", | ||
"version": "3.0.39", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -35,3 +35,4 @@ "main": "source/Fable.js", | ||
"browser": { | ||
"./source/service/Fable-Service-EnvironmentData.js": "./source/service/Fable-Service-EnvironmentData-Web.js" | ||
"./source/service/Fable-Service-EnvironmentData.js": "./source/service/Fable-Service-EnvironmentData-Web.js", | ||
"./source/service/Fable-Service-FilePersistence.js": "./source/service/Fable-Service-FilePersistence-Web.js" | ||
}, | ||
@@ -76,2 +77,3 @@ "repository": { | ||
"fable-uuid": "^3.0.5", | ||
"manyfest": "^1.0.24", | ||
"precedent": "^1.0.10", | ||
@@ -78,0 +80,0 @@ "simple-get": "^4.0.1" |
@@ -53,4 +53,10 @@ /** | ||
this.serviceManager.addServiceType('CSVParser', require('./services/Fable-Service-CSVParser.js')); | ||
this.serviceManager.addServiceType('Manifest', require('manyfest')); | ||
} | ||
get isFable() | ||
{ | ||
return true; | ||
} | ||
get settings() | ||
@@ -89,3 +95,3 @@ { | ||
return this; | ||
} | ||
}; | ||
} | ||
@@ -92,0 +98,0 @@ |
@@ -88,4 +88,5 @@ const libFableServiceBase = require('../Fable-ServiceManager.js').ServiceProviderBase; | ||
// | ||
// This is not meant to replace the more complex libraries. | ||
// This *is* meant to be a simple, small, and fast way to convert ISO strings to dates in engines with limited JS capabilities. | ||
// This is not meant to replace the more complex libraries such as moment or luxon. | ||
// This *is* meant to be a simple, small, and fast way to convert ISO strings to dates in engines | ||
// with ultra limited JS capabilities where those don't work. | ||
isoStringToDate (pISOString) | ||
@@ -92,0 +93,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
10589548
96
17679
10
32
+ Addedmanyfest@^1.0.24
+ Addedmanyfest@1.0.38(transitive)