@microsoft/1ds-core-js 4.4.1 → 4.4.2-nightly3.2604-07

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.
Files changed (33) hide show
  1. package/bundle/es5/{ms.core-4.4.1.gbl.js → ms.core-4.4.2-nightly3.2604-07.gbl.js} +6 -6
  2. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.gbl.js.map +1 -0
  3. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.gbl.min.js +7 -0
  4. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.gbl.min.js.map +1 -0
  5. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.integrity.json +46 -0
  6. package/bundle/es5/{ms.core-4.4.1.js → ms.core-4.4.2-nightly3.2604-07.js} +6 -6
  7. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.js.map +1 -0
  8. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.min.js +7 -0
  9. package/bundle/es5/ms.core-4.4.2-nightly3.2604-07.min.js.map +1 -0
  10. package/bundle/es5/ms.core.gbl.js +5 -5
  11. package/bundle/es5/ms.core.gbl.js.map +1 -1
  12. package/bundle/es5/ms.core.gbl.min.js +2 -2
  13. package/bundle/es5/ms.core.gbl.min.js.map +1 -1
  14. package/bundle/es5/ms.core.integrity.json +17 -17
  15. package/bundle/es5/ms.core.js +5 -5
  16. package/bundle/es5/ms.core.js.map +1 -1
  17. package/bundle/es5/ms.core.min.js +2 -2
  18. package/bundle/es5/ms.core.min.js.map +1 -1
  19. package/dist/es5/ms.core.js +3 -3
  20. package/dist/es5/ms.core.js.map +1 -1
  21. package/dist/es5/ms.core.min.js +2 -2
  22. package/dist/es5/ms.core.min.js.map +1 -1
  23. package/dist-es5/Index.js +1 -1
  24. package/package.json +72 -69
  25. package/types/1ds-core-js.d.ts +1 -1
  26. package/types/1ds-core-js.namespaced.d.ts +2 -2
  27. package/bundle/es5/ms.core-4.4.1.gbl.js.map +0 -1
  28. package/bundle/es5/ms.core-4.4.1.gbl.min.js +0 -7
  29. package/bundle/es5/ms.core-4.4.1.gbl.min.js.map +0 -1
  30. package/bundle/es5/ms.core-4.4.1.integrity.json +0 -46
  31. package/bundle/es5/ms.core-4.4.1.js.map +0 -1
  32. package/bundle/es5/ms.core-4.4.1.min.js +0 -7
  33. package/bundle/es5/ms.core-4.4.1.min.js.map +0 -1
package/dist-es5/Index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * 1DS JS SDK Core, 4.4.1
2
+ * 1DS JS SDK Core, 4.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  * (Microsoft Internal Only)
5
5
  */
package/package.json CHANGED
@@ -1,69 +1,72 @@
1
- {
2
- "name": "@microsoft/1ds-core-js",
3
- "version": "4.4.1",
4
- "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
5
- "author": "Microsoft Application Insights Team",
6
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
- "license": "MIT",
8
- "sideEffects": false,
9
- "scripts": {
10
- "clean": "git clean -xdf",
11
- "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
12
- "build:esm": "grunt 1dsCoreBuild",
13
- "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
14
- "rebuild": "npm run build",
15
- "ai-min": "grunt 1dsCore-min",
16
- "ai-restore": "grunt 1dsCore-restore",
17
- "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
18
- "test": "grunt 1dsCoreTest",
19
- "mintest": "grunt 1dsCoreMinTest",
20
- "perftest": "",
21
- "publishPackage": "npm publish",
22
- "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
23
- "npm-pack": "npm pack",
24
- "api-docs": "typedoc"
25
- },
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
29
- },
30
- "main": "dist/es5/ms.core.js",
31
- "module": "dist-es5/Index.js",
32
- "types": "types/1ds-core-js.d.ts",
33
- "keywords": [
34
- "1DS",
35
- "Js",
36
- "SDK"
37
- ],
38
- "dependencies": {
39
- "@microsoft/applicationinsights-shims": "3.0.1",
40
- "@microsoft/applicationinsights-core-js": "3.4.1",
41
- "@microsoft/dynamicproto-js": "^2.0.3",
42
- "@nevware21/ts-utils": ">= 0.12.6 < 2.x",
43
- "@nevware21/ts-async": ">= 0.5.5 < 2.x"
44
- },
45
- "devDependencies": {
46
- "@types/qunit": "^2.19.3",
47
- "@types/sinon": "4.3.3",
48
- "@microsoft/ai-test-framework": "0.0.1",
49
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
50
- "@microsoft/applicationinsights-rollup-es5": "1.0.2",
51
- "@microsoft/api-extractor": "^7.40.0",
52
- "@nevware21/ts-async": ">= 0.5.5 < 2.x",
53
- "grunt": "^1.6.1",
54
- "grunt-cli": "^1.5.0",
55
- "globby": "^11.0.0",
56
- "@rollup/plugin-commonjs": "^24.0.0",
57
- "@rollup/plugin-node-resolve": "^15.0.1",
58
- "@rollup/plugin-replace": "^5.0.2",
59
- "rollup": "^3.20.0",
60
- "rollup-plugin-cleanup": "^3.2.1",
61
- "rollup-plugin-sourcemaps": "^0.6.3",
62
- "typedoc": "^0.26.6",
63
- "typescript": "^4.9.3",
64
- "tslib": "^2.0.0",
65
- "qunit": "^2.11.2",
66
- "sinon": "^7.3.1",
67
- "pako": "^2.0.3"
68
- }
69
- }
1
+ {
2
+ "name": "@microsoft/1ds-core-js",
3
+ "version": "4.4.2-nightly3.2604-07",
4
+ "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
5
+ "author": "Microsoft Application Insights Team",
6
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
+ "license": "MIT",
8
+ "sideEffects": false,
9
+ "scripts": {
10
+ "clean": "git clean -xdf",
11
+ "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
12
+ "build:esm": "grunt 1dsCoreBuild",
13
+ "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
14
+ "rebuild": "npm run build",
15
+ "ai-min": "grunt 1dsCore-min",
16
+ "ai-restore": "grunt 1dsCore-restore",
17
+ "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
18
+ "test": "grunt 1dsCoreTest",
19
+ "mintest": "grunt 1dsCoreMinTest",
20
+ "perftest": "",
21
+ "publishPackage": "npm publish",
22
+ "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
23
+ "npm-pack": "npm pack",
24
+ "api-docs": "typedoc"
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
29
+ },
30
+ "main": "dist/es5/ms.core.js",
31
+ "module": "dist-es5/Index.js",
32
+ "types": "types/1ds-core-js.d.ts",
33
+ "keywords": [
34
+ "1DS",
35
+ "Js",
36
+ "SDK"
37
+ ],
38
+ "dependencies": {
39
+ "@microsoft/applicationinsights-shims": "3.0.1",
40
+ "@microsoft/applicationinsights-core-js": "3.4.2-nightly3.2604-07",
41
+ "@microsoft/dynamicproto-js": "^2.0.3",
42
+ "@nevware21/ts-utils": ">= 0.12.6 < 2.x",
43
+ "@nevware21/ts-async": ">= 0.5.5 < 2.x"
44
+ },
45
+ "devDependencies": {
46
+ "@types/qunit": "^2.19.3",
47
+ "@types/sinon": "4.3.3",
48
+ "@microsoft/ai-test-framework": "0.0.1",
49
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
50
+ "@microsoft/applicationinsights-rollup-es5": "1.0.2",
51
+ "@microsoft/api-extractor": "^7.40.0",
52
+ "@nevware21/ts-async": ">= 0.5.5 < 2.x",
53
+ "grunt": "^1.6.1",
54
+ "grunt-cli": "^1.5.0",
55
+ "globby": "^11.0.0",
56
+ "@rollup/plugin-commonjs": "^24.0.0",
57
+ "@rollup/plugin-node-resolve": "^15.0.1",
58
+ "@rollup/plugin-replace": "^5.0.2",
59
+ "rollup": "^3.20.0",
60
+ "rollup-plugin-cleanup": "^3.2.1",
61
+ "rollup-plugin-sourcemaps": "^0.6.3",
62
+ "typedoc": "^0.26.6",
63
+ "typescript": "^4.9.3",
64
+ "tslib": "^2.0.0",
65
+ "qunit": "^2.11.2",
66
+ "sinon": "^7.3.1",
67
+ "pako": "^2.0.3"
68
+ },
69
+ "publishConfig": {
70
+ "tag": "nightly3"
71
+ }
72
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * 1DS JS SDK Core, 4.4.1
2
+ * 1DS JS SDK Core, 4.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * 1DS JS SDK Core, 4.4.1
2
+ * 1DS JS SDK Core, 4.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -7379,7 +7379,7 @@ declare namespace oneDS {
7379
7379
  * Identifies the version for the extended SDK (legacy constant)
7380
7380
  * @deprecated Use {@link ExtVersion} instead
7381
7381
  */
7382
- const Version = "4.4.1";
7382
+ const Version = "4.4.2-nightly3.2604-07";
7383
7383
 
7384
7384
  /**
7385
7385
  * This is a helper method which will call warnToConsole on the passed logger with the provided message.