@servicenow/sdk 3.0.2 → 3.0.3
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/dist/lsp/index.js +2 -2
- package/dist/web/index.js +2 -2
- package/dist/web/meta.json +5 -5
- package/package.json +4 -4
package/dist/web/meta.json
CHANGED
|
@@ -19698,7 +19698,7 @@
|
|
|
19698
19698
|
"format": "cjs"
|
|
19699
19699
|
},
|
|
19700
19700
|
"../build-core/dist/XML.js": {
|
|
19701
|
-
"bytes":
|
|
19701
|
+
"bytes": 3611,
|
|
19702
19702
|
"imports": [
|
|
19703
19703
|
{
|
|
19704
19704
|
"path": "/home/jenkins/agent/workspace/ps_platform_fluent_release_3.0.0/target/checkout/packages/sdk/polyfills/navigator.ts",
|
|
@@ -43297,7 +43297,7 @@
|
|
|
43297
43297
|
"format": "cjs"
|
|
43298
43298
|
},
|
|
43299
43299
|
"../build-plugins/dist/db/TablePlugin.js": {
|
|
43300
|
-
"bytes":
|
|
43300
|
+
"bytes": 71681,
|
|
43301
43301
|
"imports": [
|
|
43302
43302
|
{
|
|
43303
43303
|
"path": "/home/jenkins/agent/workspace/ps_platform_fluent_release_3.0.0/target/checkout/packages/sdk/polyfills/navigator.ts",
|
|
@@ -50394,7 +50394,7 @@
|
|
|
50394
50394
|
"bytesInOutput": 616739
|
|
50395
50395
|
},
|
|
50396
50396
|
"../build-core/dist/XML.js": {
|
|
50397
|
-
"bytesInOutput":
|
|
50397
|
+
"bytesInOutput": 1412
|
|
50398
50398
|
},
|
|
50399
50399
|
"../build-core/dist/Keys.js": {
|
|
50400
50400
|
"bytesInOutput": 4624
|
|
@@ -52032,7 +52032,7 @@
|
|
|
52032
52032
|
"bytesInOutput": 7737
|
|
52033
52033
|
},
|
|
52034
52034
|
"../build-plugins/dist/db/TablePlugin.js": {
|
|
52035
|
-
"bytesInOutput":
|
|
52035
|
+
"bytesInOutput": 34751
|
|
52036
52036
|
},
|
|
52037
52037
|
"../build-plugins/dist/db/DocumentationPlugin.js": {
|
|
52038
52038
|
"bytesInOutput": 4705
|
|
@@ -52374,7 +52374,7 @@
|
|
|
52374
52374
|
"bytesInOutput": 40
|
|
52375
52375
|
}
|
|
52376
52376
|
},
|
|
52377
|
-
"bytes":
|
|
52377
|
+
"bytes": 13337330
|
|
52378
52378
|
}
|
|
52379
52379
|
}
|
|
52380
52380
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicenow/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "ServiceNow SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.servicenow.com/docs/csh?topicname=servicenow-sdk-landing&version=latest",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@servicenow/atf-fluent": "2.0.5",
|
|
39
|
-
"@servicenow/sdk-core": "3.0.
|
|
39
|
+
"@servicenow/sdk-core": "3.0.3"
|
|
40
40
|
},
|
|
41
41
|
"optionalDependencies": {
|
|
42
42
|
"undici": "6.19.8",
|
|
43
|
-
"@servicenow/sdk-api": "3.0.
|
|
44
|
-
"@servicenow/sdk-cli": "3.0.
|
|
43
|
+
"@servicenow/sdk-api": "3.0.3",
|
|
44
|
+
"@servicenow/sdk-cli": "3.0.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@geut/browser-node-core": "2.0.13",
|