@pristine-ts/aws 0.0.198 → 0.0.199

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.
@@ -12,7 +12,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  __exportStar(require("./dynamodb.error"), exports);
14
14
  __exportStar(require("./dynamodb-item-already-exists.error"), exports);
15
- // We do not export dynamodb-item-not-found.error as it should not be used outside of this module
15
+ // We do not export dynamodb-item-not-found.error as it should not be used outside of this module
16
16
  // export * from "./dynamodb-item-not-found.error";
17
17
  __exportStar(require("./dynamodb-table-not-found.error"), exports);
18
18
  __exportStar(require("./dynamodb-validation.error"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAiC;AACjC,uEAAqD;AACrD,kGAAkG;AAClG,mDAAmD;AACnD,mEAAiD;AACjD,8DAA4C;AAC5C,oEAAkD;AAClD,uDAAqC;AACrC,2DAAyC"}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAiC;AACjC,uEAAqD;AACrD,iGAAiG;AACjG,mDAAmD;AACnD,mEAAiD;AACjD,8DAA4C;AAC5C,oEAAkD;AAClD,uDAAqC;AACrC,2DAAyC"}
@@ -1,6 +1,6 @@
1
1
  export * from "./dynamodb.error";
2
2
  export * from "./dynamodb-item-already-exists.error";
3
- // We do not export dynamodb-item-not-found.error as it should not be used outside of this module
3
+ // We do not export dynamodb-item-not-found.error as it should not be used outside of this module
4
4
  // export * from "./dynamodb-item-not-found.error";
5
5
  export * from "./dynamodb-table-not-found.error";
6
6
  export * from "./dynamodb-validation.error";
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sCAAsC,CAAC;AACrD,kGAAkG;AAClG,mDAAmD;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sCAAsC,CAAC;AACrD,iGAAiG;AACjG,mDAAmD;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristine-ts/aws",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "description": "",
5
5
  "module": "dist/lib/esm/aws.module.js",
6
6
  "main": "dist/lib/cjs/aws.module.js",
@@ -26,11 +26,11 @@
26
26
  "@awslabs-community-fork/dynamodb-data-mapper": "^0.7.9",
27
27
  "@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.9",
28
28
  "@awslabs-community-fork/dynamodb-expressions": "^0.7.9",
29
- "@pristine-ts/common": "^0.0.198",
30
- "@pristine-ts/core": "^0.0.198",
31
- "@pristine-ts/logging": "^0.0.198",
32
- "@pristine-ts/networking": "^0.0.198",
33
- "@pristine-ts/security": "^0.0.198"
29
+ "@pristine-ts/common": "^0.0.199",
30
+ "@pristine-ts/core": "^0.0.199",
31
+ "@pristine-ts/logging": "^0.0.199",
32
+ "@pristine-ts/networking": "^0.0.199",
33
+ "@pristine-ts/security": "^0.0.199"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -69,5 +69,5 @@
69
69
  "src/*.{js,ts}"
70
70
  ]
71
71
  },
72
- "gitHead": "bc2a9151fbee4a0800fbca2a4e03f5ab8857931c"
72
+ "gitHead": "7a2415c6b45b29f80341275ddb9b42fd44bdbced"
73
73
  }