ofsc-utility 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/readme.md +0 -4
- package/dist/ofsc-utility.esm.js +0 -3411
- package/dist/ofsc-utility.esm.js.map +0 -1
- package/dist/ofsc-utility.min.js +0 -1
- package/dist/ofsc-utility.min.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ofsc-utility",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "A wrapper for Oracle Field Service REST API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "
|
|
8
|
+
"build": "tsc && npm link",
|
|
9
9
|
"build:link": "tsc && npm link",
|
|
10
10
|
"prepublishOnly": "npm run build",
|
|
11
11
|
"test": "jest",
|
package/readme.md
CHANGED
|
@@ -17,10 +17,6 @@ A lightweight utility library for interacting with **Oracle Field Service Cloud
|
|
|
17
17
|
npm install ofsc-utility
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
```jsDelivr
|
|
21
|
-
https://unpkg.com/ofsc-utility@1.0.15/dist/ofsc-utility.min.js
|
|
22
|
-
```
|
|
23
|
-
|
|
24
20
|
## Functions implemented
|
|
25
21
|
|
|
26
22
|
### Download
|