Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset the version number for DataCacheHelper #2331

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-dependencies-js": "3.1.2",
"@microsoft/applicationinsights-properties-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@microsoft/applicationinsights-common": "3.1.2",
"@microsoft/applicationinsights-channel-js": "3.1.2",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions channels/1ds-post-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/1ds-core-js": "4.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"devDependencies": {
"@microsoft/ai-test-framework": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions channels/offline-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"peerDependencies": {
"tslib": "*"
Expand Down
4 changes: 2 additions & 2 deletions channels/tee-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions common/Tests/Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.1.2",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/cfgSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.1.2",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@microsoft/applicationinsights-web": "3.1.2",
"@microsoft/applicationinsights-dependencies-js": "3.1.2",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/shared-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/applicationinsights-web": "3.1.2",
"@microsoft/applicationinsights-web-snippet": "1.1.4",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
}
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions extensions/applicationinsights-cfgsync-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@microsoft/applicationinsights-properties-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-debugplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-common": "3.1.2",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions extensions/applicationinsights-dependencies-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions extensions/applicationinsights-osplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@microsoft/applicationinsights-common": "3.1.2",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"devDependencies": {
"@microsoft/ai-test-framework": "0.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/applicationinsights-common": "3.1.2",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions shared/1ds-core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
},
"devDependencies": {
"@types/qunit": "^2.19.3",
Expand All @@ -49,7 +49,7 @@
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
"@microsoft/api-extractor": "^7.40.0",
"@nevware21/ts-async": ">= 0.3.0 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.1.2",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions shared/AppInsightsCore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"@nevware21/ts-async": ">= 0.5.1 < 2.x"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { normalizeJsName } from "./HelperFuncs";
import { STR_EMPTY } from "./InternalConstants";
import { newId } from "./RandomHelper";

const version = "3.0.5";
const version = "#version#";
let instanceName = "." + newId(6);
let _dataUid = 0;

Expand Down
2 changes: 1 addition & 1 deletion tools/chrome-debug-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@microsoft/applicationinsights-common": "3.1.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-utils": ">= 0.11.1 < 2.x",
"file-saver": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
}
}
Loading