cruddl 5.0.0-0.deploytest.0 → 5.0.0-alpha.1

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.
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CRUDDL_VERSION = void 0;
4
4
  // do not modify - this is parsed and changed by the build script
5
5
  // explicitly annotating with "string" so typescript won't infer a string literal type
6
- exports.CRUDDL_VERSION = '5.0.0-0.deploytest.0';
6
+ exports.CRUDDL_VERSION = '5.0.0-alpha.1';
7
7
  //# sourceMappingURL=cruddl-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cruddl",
3
- "version": "5.0.0-0.deploytest.0",
3
+ "version": "5.0.0-alpha.1",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",