@craftercms/classes
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@craftercms/classes", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Crafter CMS framework classes for developing sites and applications", | ||
@@ -28,4 +28,4 @@ "main": "./bundles/classes.umd.js", | ||
"dependencies": { | ||
"@craftercms/models": "1.2.0", | ||
"@craftercms/utils": "1.2.0", | ||
"@craftercms/models": "1.2.1", | ||
"@craftercms/utils": "1.2.1", | ||
"tslib": "^1.10.0", | ||
@@ -32,0 +32,0 @@ "url-search-params-polyfill": "^5.0.0" |
@@ -22,12 +22,11 @@ # @craftercms/classes | ||
```typescript | ||
import { SDKService } from '@craftercms/classes'; | ||
import { httpGet } from '@craftercms/classes'; | ||
const requestURL = "/crafter-url"; | ||
const requestURL = "/some-url"; | ||
SDKService.httpGet(requestURL, { | ||
httpGet(requestURL, { | ||
crafterSite: "editorial" | ||
}).subscribe((response) => { | ||
console.log(response); | ||
}) | ||
.subscribe((response) => { | ||
... | ||
}) | ||
``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
439150
32
+ Added@craftercms/models@1.2.1(transitive)
+ Added@craftercms/utils@1.2.1(transitive)
- Removed@craftercms/models@1.2.0(transitive)
- Removed@craftercms/utils@1.2.0(transitive)
Updated@craftercms/models@1.2.1
Updated@craftercms/utils@1.2.1